WITH_CONTENT_SCAN checkin - compiles OK now
[users/jgh/exim.git] / src / src / spam.h
index 4d72a4cf22c18769ef5d2eab84d63b097a2d79d4..1a1592b83f33866bf7bd8c543260baf70d02af06 100644 (file)
@@ -1,17 +1,16 @@
-/* $Cambridge: exim/src/src/spam.h,v 1.1.2.1 2004/11/26 09:13:34 tom Exp $ */
+/* $Cambridge: exim/src/src/spam.h,v 1.1.2.3 2004/11/30 15:18:58 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* This file is part of the exiscan-acl content scanner
-patch. It is NOT part of the standard exim distribution. */
-
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003-???? */
 /* License: GPL */
 
 /* spam defines */
 
+#ifdef WITH_CONTENT_SCAN
+
 /* timeout for reading from spamd */
 #define SPAMD_READ_TIMEOUT 3600
 
@@ -28,5 +27,4 @@ typedef struct spamd_address_container {
   unsigned int tcp_port;
 } spamd_address_container;
 
-
-
+#endif