X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/79895debab1ea211c4d8d1c495c50486d4a0f24f..4809a98c8ccc9721980b73b853ca5643977600f9:/src/src/regex.c diff --git a/src/src/regex.c b/src/src/regex.c index 760910a74..a97ea0592 100644 --- a/src/src/regex.c +++ b/src/src/regex.c @@ -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 2003-???? */ /* License: GPL */ @@ -246,3 +245,4 @@ int mime_regex(uschar **listptr) { return FAIL; } +#endif