Derick Rethans wrote: > derick Mon Mar 11 18:11:37 2002 EDT > > Modified files: (Branch: PHP_4_2_0) > /php4/ext/imap php_imap.h > Log: > - MFH for bug #16008
Isn't #if ABC #include "some.h" #else #include "other.h" #endif is better? I don't know if there is, but I thought some pre processer may not like # include "some.h" -- Yasuo Ohgaki > > > Index: php4/ext/imap/php_imap.h > diff -u php4/ext/imap/php_imap.h:1.17 php4/ext/imap/php_imap.h:1.17.2.1 > --- php4/ext/imap/php_imap.h:1.17 Thu Feb 28 03:26:17 2002 > +++ php4/ext/imap/php_imap.h Mon Mar 11 18:11:37 2002 > @@ -26,7 +26,7 @@ > +----------------------------------------------------------------------+ > */ > > -/* $Id: php_imap.h,v 1.17 2002/02/28 08:26:17 sebastian Exp $ */ > +/* $Id: php_imap.h,v 1.17.2.1 2002/03/11 23:11:37 derick Exp $ */ > > #ifndef PHP_IMAP_H > #define PHP_IMAP_H > @@ -39,11 +39,11 @@ > > #if defined(HAVE_IMAP2000) || defined(HAVE_IMAP2001) > /* these are used for quota support */ > - #include "c-client.h" /* includes mail.h and rfc822.h */ > - #include "imap4r1.h" /* location of c-client quota functions */ > +# include "c-client.h" /* includes mail.h and rfc822.h */ > +# include "imap4r1.h" /* location of c-client quota functions */ > #else > - #include "mail.h" > - #include "rfc822.h" > +# include "mail.h" > +# include "rfc822.h" > #endif > > extern zend_module_entry imap_module_entry; > > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php