diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-23 23:27:44 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-23 23:27:44 -0400 |
commit | b87a6e0eedc31fdaa0d468349769b265db904aa7 (patch) | |
tree | c6965ef4656a425e0096df0b697866c7ec7cf595 /src/OS/os.h-Linux | |
parent | 5b257915c7b51e64b90bc6d89520514e0f4d4164 (diff) |
Define _ISOC99_SOURCE in exim.h
Done before os.h is pulled in so an OS can override it.
Diffstat (limited to 'src/OS/os.h-Linux')
-rw-r--r-- | src/OS/os.h-Linux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index 5186ec89d..fe4eaa6c7 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,8 +1,8 @@ /* Exim: OS-specific C header file for Linux */ -/* Some weird variants may require invocation with C99 and features.h -inclusion to build, with the 64-bit arithmetic. Make compiler selection -their problem, but build anyway. */ +/* Some old systems we've received bug-reports for have a <limits.h> which +does not pull in <features.h>. Best to just pull it in now and have done +with the issue. */ #include <features.h> |