WITH_CONTENT_SCAN checkin - compiles OK now
[users/jgh/exim.git] / src / src / mime.h
index f9d67c34907d2686c3d2afc08ba02759a3bf17c5..8fb9481581fb6887d66320331d27dd258e91b5bb 100644 (file)
@@ -1,15 +1,13 @@
-/* $Cambridge: exim/src/src/mime.h,v 1.1.2.1 2004/11/26 09:13:34 tom Exp $ */
+/* $Cambridge: exim/src/src/mime.h,v 1.1.2.3 2004/11/30 15:18:58 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. */
-
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2004 */
 /* License: GPL */
 
+#ifdef WITH_CONTENT_SCAN
 
 #define MIME_MAX_HEADER_SIZE 8192
 #define MIME_MAX_LINE_LENGTH 32768
@@ -77,3 +75,5 @@ static unsigned char mime_b64[256]={
 /* 224 */  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,
 /* 240 */  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128,  128 
 };
+
+#endif