aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf_post.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_post.h')
-rw-r--r--src/conf_post.h3
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 */
145# define HAVE_LSTAT 1 145# define HAVE_LSTAT 1
146#else 146#else
147# define lstat stat 147# define lstat stat
148/* DJGPP 2.03 and older don't have the next two. */
149# define EOVERFLOW ERANGE
150# define SIZE_MAX 4294967295U
148#endif 151#endif
149 152
150/* We must intercept 'opendir' calls to stash away the directory name, 153/* We must intercept 'opendir' calls to stash away the directory name,