[exim-cvs] cvs commit: exim/exim-src/src macros.h

Góra strony
Delete this message
Reply to this message
Autor: Tom Kistner
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src macros.h
tom 2005/03/10 08:56:04 GMT

  Modified files:
    exim-src/src         macros.h 
  Log:
  Define ACL_SMTP_MIME unconditionally in macros.h to avoid too much clutter in acl.c


  Revision  Changes    Path
  1.10      +4 -2      exim/exim-src/src/macros.h


  Index: macros.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/macros.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- macros.h    17 Feb 2005 11:58:26 -0000    1.9
  +++ macros.h    10 Mar 2005 08:56:03 -0000    1.10
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/macros.h,v 1.9 2005/02/17 11:58:26 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/macros.h,v 1.10 2005/03/10 08:56:03 tom Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -746,9 +746,11 @@
          ACL_WHERE_MAIL,       /* )                                           */
          ACL_WHERE_PREDATA,    /* ) There are several tests for "in message", */
                                /* ) implemented by <= WHERE_NOTSMTP           */
  -#ifdef WITH_CONTENT_SCAN     /* )                                           */
  +
  +/* Remove next line in case of removeing WITH_CONTENT_SCAN.
  +   ACL_WHERE_MIME is defined unconditionally to avoid clutter in acl.c */
          ACL_WHERE_MIME,       /* )                                           */
  -#endif                       /* )                                           */
  +
          ACL_WHERE_DATA,       /* )                                           */
          ACL_WHERE_NOTSMTP,    /* )                                           */