X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5b257915c7b51e64b90bc6d89520514e0f4d4164..b87a6e0eedc31fdaa0d468349769b265db904aa7:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 601dfed74..987aebf83 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -20,6 +20,11 @@ This call dates back at least as far as SUSv2. */ #define HAVE_SRANDOM +/* This is primarily for the Gnu C library; we define it before os.h so that +os.h has a chance to hurriedly undef it, Just In Case. */ + +#define _ISOC99_SOURCE 1 + /* First of all include the os-specific header, which might set things that are needed by any of the other headers, including system headers. */