Weekend W.I.P. checkin
[users/jgh/exim.git] / src / src / malware.c
index ec5b1fbe0ceebdb221834ebfb72cc5c33e2feafb..a24d0de87587b466ab6d95b1c9753af4d4268e71 100644 (file)
@@ -1,11 +1,10 @@
-/* $Cambridge: exim/src/src/malware.c,v 1.1.2.1 2004/11/26 09:13:34 tom Exp $ */
+/* $Cambridge: exim/src/src/malware.c,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 */
@@ -18,7 +17,7 @@ patch. It is NOT part of the standard exim distribution. */
 int mksd_scan_packed(int sock);
 int mksd_scan_unpacked(int sock, int maxproc);
 
-/* SHUT_WR seems to be undefined on Unixware ? */
+/* SHUT_WR seems to be undefined on Unixware? */
 #ifndef SHUT_WR
 #define SHUT_WR 1
 #endif
@@ -1415,3 +1414,4 @@ int mksd_scan_unpacked (int sock, int maxproc)
   return OK;
 }
 
+#endif