X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/79895debab1ea211c4d8d1c495c50486d4a0f24f..4809a98c8ccc9721980b73b853ca5643977600f9:/src/src/malware.c diff --git a/src/src/malware.c b/src/src/malware.c index ec5b1fbe0..a24d0de87 100644 --- a/src/src/malware.c +++ b/src/src/malware.c @@ -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 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