Weekend W.I.P. checkin
[users/jgh/exim.git] / src / src / spam.h
index 4d72a4cf22c18769ef5d2eab84d63b097a2d79d4..ace7bb64c6f177a85f64bf64cab93f1d6a6a8e31 100644 (file)
@@ -1,11 +1,10 @@
-/* $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.2 2004/11/26 16:04:26 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. */
+#ifdef WITH_CONTENT_SCAN
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003-???? */
 /* License: GPL */
@@ -28,5 +27,4 @@ typedef struct spamd_address_container {
   unsigned int tcp_port;
 } spamd_address_container;
 
-
-
+#endif