(1) Typo in redirect router; (2) Update version number; (3) Update
[exim.git] / src / src / exim.h
index fa7acf8bade29c364f803c4b19634d4f9d3e44b9..d179ca671908fa8fc195ef8f722413a05deabe82 100644 (file)
@@ -1,10 +1,10 @@
-/* $Cambridge: exim/src/src/exim.h,v 1.5 2004/12/21 09:40:01 ph10 Exp $ */
+/* $Cambridge: exim/src/src/exim.h,v 1.7 2005/01/04 10:00:42 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2004 */
+/* Copyright (c) University of Cambridge 1995 - 2005 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
@@ -384,13 +384,6 @@ 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, let's clear up some content
-scanning dependencies. */
-
-#ifdef WITH_OLD_DEMIME
-#define WITH_CONTENT_SCAN
-#endif
-
 #include "local_scan.h"
 #include "macros.h"
 #include "dbstuff.h"