]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/exim.h
(1) Setting WITH_OLD_DEMIME without WITH_CONTENT_SCAN caused eximon not
[user/henk/code/exim.git] / src / src / exim.h
index f7a4f7115cf89cffa5eff010cc076b588b671bd0..53b70d9d4f894c2b00f1c1df58baf92aa7b55fd7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/exim.h,v 1.4 2004/12/16 15:11:47 tom Exp $ */
+/* $Cambridge: exim/src/src/exim.h,v 1.6 2004/12/29 16:24:03 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -381,13 +381,8 @@ 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 "config.h"
 
 #include "local_scan.h"
 #include "macros.h"