]> code.delx.au - gnu-emacs/blobdiff - src/conf_post.h
Merge from origin/emacs-25
[gnu-emacs] / src / conf_post.h
index 047e3575e1969237720a25069d33da1cdb51ee38..5d3394fafce36547afcb7e8287e9f98025ff67e0 100644 (file)
@@ -134,6 +134,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,