X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f7b639017a889d802b26b61df6b3f1ac46c6f4f0..8e669ac162fe3b1040297f1d021de10778dce9d9:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index 8c76c89b8..2795f32ac 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/macros.h,v 1.6 2004/12/17 14:52:44 ph10 Exp $ */ +/* $Cambridge: exim/src/src/macros.h,v 1.9 2005/02/17 11:58:26 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2005 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -231,7 +231,7 @@ enum { #define FTEST_NONE 0 /* Not filter testing */ #define FTEST_USER 1 /* Testing user filter */ -#define FTEST_SYSTEM 2 /* Testing system filter */ +#define FTEST_SYSTEM 2 /* Testing system filter */ /* Returns from the routing, transport and authentication functions (not all apply to all of them). Some other functions also use these convenient values, @@ -742,18 +742,15 @@ ordered to make it easy to implement tests for certain ACLs when processing order without checking carefully! Furthermore, remember to keep these in step with the tables of names and response codes in globals.c. */ -/* FIXME: the #ifdef below does not work here. Why? */ - enum { ACL_WHERE_RCPT, /* Some controls are for RCPT only */ ACL_WHERE_MAIL, /* ) */ ACL_WHERE_PREDATA, /* ) There are several tests for "in message", */ /* ) implemented by <= WHERE_NOTSMTP */ - /* ) */ -#ifdef WITH_CONTENT_SCAN - ACL_WHERE_MIME, -#endif - ACL_WHERE_DATA, - ACL_WHERE_NOTSMTP, +#ifdef WITH_CONTENT_SCAN /* ) */ + ACL_WHERE_MIME, /* ) */ +#endif /* ) */ + ACL_WHERE_DATA, /* ) */ + ACL_WHERE_NOTSMTP, /* ) */ ACL_WHERE_AUTH, /* These remaining ones are not currently */ ACL_WHERE_CONNECT, /* required to be in a special order so they */