diff options
Diffstat (limited to 'src/conf_post.h')
-rw-r--r-- | src/conf_post.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index d0f04b63700..209f60792cf 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -145,6 +145,9 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ # define HAVE_LSTAT 1 #else # define lstat stat +/* DJGPP 2.03 and older don't have the next two. */ +# define EOVERFLOW ERANGE +# define SIZE_MAX 4294967295U #endif /* We must intercept 'opendir' calls to stash away the directory name, |