X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/fabb1fa31d1fd60764c025925e6c76c9145e5a59..28ef870c7a0936648cb0bc1ae721f2caa575391e:/src/conf_post.h diff --git a/src/conf_post.h b/src/conf_post.h index 5c332a05a5..209f60792c 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -7,8 +7,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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,