X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7352c6c695db8b90b63c2601277d64a32507d2bb..28ef870c7a0936648cb0bc1ae721f2caa575391e:/src/conf_post.h diff --git a/src/conf_post.h b/src/conf_post.h index d0f04b6370..209f60792c 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,