X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/ea3bc19b9e6b236ca38c6bf506229fd41e89d6ad..7c7d48285d0dcf3b963322fb5ecd32e96f4bbbf6:/src/src/exim.h?ds=sidebyside diff --git a/src/src/exim.h b/src/src/exim.h index 397a13687..e66f744f9 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.h,v 1.3 2004/11/24 15:43:36 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.h,v 1.2.2.3 2004/12/10 14:59:08 tom Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -279,11 +279,9 @@ header files. I don't suppose they have T_SRV either. */ #endif /* We use the private type T_ZNS for retrieving the nameservers for the -enclosing zone of a domain, and the private type T_MXH for retrieving -the MX hostnames only (without their priorities). */ +enclosing zone of a domain. */ #define T_ZNS (-1) -#define T_MXH (-2) /* 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 @@ -381,10 +379,16 @@ extern int ferror(FILE *); /* Exim includes are in several files. Note that local_scan.h #includes mytypes.h and store.h, so we don't need to mention them explicitly. */ +#include "config.h" + +/* Before including the rest of the Exim headers, lets clear up some content +scanning dependencies. */ +#ifdef WITH_OLD_DEMIME +#define WITH_CONTENT_SCAN +#endif #include "local_scan.h" #include "macros.h" -#include "config.h" #include "dbstuff.h" #include "structs.h" #include "globals.h" @@ -392,6 +396,16 @@ mytypes.h and store.h, so we don't need to mention them explicitly. */ #include "dbfunctions.h" #include "osfunctions.h" +#ifdef EXPERIMENTAL_BRIGHTMAIL +#include "bmi_spam.h" +#endif +#ifdef EXPERIMENTAL_SPF +#include "spf.h" +#endif +#ifdef EXPERIMENTAL_SRS +#include "srs.h" +#endif + /* The following stuff must follow the inclusion of config.h because it requires various things that are set therein. */