X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=2816fc98a6a1c16495c2813b50c77da35cdf6a2d;hb=3a7963704c519;hp=987aebf838d354da59a6753468f13dbea9361e80;hpb=b87a6e0eedc31fdaa0d468349769b265db904aa7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.h b/src/src/exim.h index 987aebf83..2816fc98a 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -21,9 +21,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. */ +os.h has a chance to hurriedly undef it, Just In Case. We need C99 for some +64-bit math support, and defining _ISOC99_SOURCE breaks and friends. +*/ -#define _ISOC99_SOURCE 1 +#define _GNU_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. */ @@ -53,7 +55,7 @@ making unique names. */ #define LOCALHOST_MAX 10 #endif -/* If not overriden by os.h, dynamic libraries have filenames ending .so */ +/* If not overridden by os.h, dynamic libraries have filenames ending .so */ #ifndef DYNLIB_FN_EXT # define DYNLIB_FN_EXT "so" #endif @@ -352,6 +354,7 @@ side, put in definitions for all the ones that Exim uses. */ #define T_ZNS (-1) #define T_MXH (-2) #define T_CSA (-3) +#define T_APL (-4) /* The resolv.h header defines __P(x) on some Solaris 2.5.1 systems (without checking that it is already defined, in fact). This conflicts with other