WITH_CONTENT_SCAN checkin - compiles OK now
[users/jgh/exim.git] / src / src / regex.c
index a97ea059262972c8d4eb55cbfa4f031c1e809757..37178a6dd1af7e13b28a60cf0be25ea1b415fe68 100644 (file)
@@ -1,11 +1,9 @@
-/* $Cambridge: exim/src/src/regex.c,v 1.1.2.2 2004/11/26 16:04:26 tom Exp $ */
+/* $Cambridge: exim/src/src/regex.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 */
 
@@ -13,6 +11,7 @@
  Called from acl.c. */
 
 #include "exim.h"
+#ifdef WITH_CONTENT_SCAN
 #include <unistd.h>
 #include <sys/mman.h>