]> code.delx.au - gnu-emacs/blobdiff - src/conf_post.h
Doc tweak
[gnu-emacs] / src / conf_post.h
index d0f04b637002b63ba01046997346ceae5c08e14e..209f60792cf1eb2aff47b6fa52aa484371d0c975 100644 (file)
@@ -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,