WITH_CONTENT_SCAN checkin - compiles OK now
[users/jgh/exim.git] / src / src / spam.c
index 134c3a814c3d318de368fffbf8fc6d317a347546..b533d285d2a1d8b43bc430c55aa8078f78f29d41 100644 (file)
@@ -1,17 +1,16 @@
-/* $Cambridge: exim/src/src/spam.c,v 1.1.2.2 2004/11/26 16:04:26 tom Exp $ */
+/* $Cambridge: exim/src/src/spam.c,v 1.1.2.3 2004/11/30 15:18:58 tom Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-#ifdef WITH_CONTENT_SCAN
-
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003-???? */
 /* License: GPL */
 
 /* Code for calling spamassassin's spamd. Called from acl.c. */
 
 #include "exim.h"
+#ifdef WITH_CONTENT_SCAN
 #include "spam.h"
 
 uschar spam_score_buffer[16];