X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/c09b95966e16e092453cdb797c8048579b3585bd..7c7d48285d0dcf3b963322fb5ecd32e96f4bbbf6:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 48aa2d903..e66f744f9 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.h,v 1.2.2.2 2004/12/02 16:33:30 tom 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 * @@ -396,6 +396,16 @@ scanning dependencies. */ #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. */