Weekend W.I.P. checkin
[users/jgh/exim.git] / src / src / regex.c
index 760910a74612d61e9efba68994ca66b6570aa2c9..a97ea059262972c8d4eb55cbfa4f031c1e809757 100644 (file)
@@ -1,11 +1,10 @@
-/* $Cambridge: exim/src/src/regex.c,v 1.1.2.1 2004/11/26 09:24:05 tom Exp $ */
+/* $Cambridge: exim/src/src/regex.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 */
@@ -246,3 +245,4 @@ int mime_regex(uschar **listptr) {
   return FAIL;
 }
 
+#endif