]> granicus.if.org Git - php/commitdiff
- fix bug #16008
authorDerick Rethans <derick@php.net>
Mon, 11 Mar 2002 23:11:04 +0000 (23:11 +0000)
committerDerick Rethans <derick@php.net>
Mon, 11 Mar 2002 23:11:04 +0000 (23:11 +0000)
ext/imap/php_imap.h

index a679ae6f7b1a21d5019c6ae88c23a8cb4acfe95e..d28eb9370197c843a3d1ffbf6a34e5d36e245294 100644 (file)
 
 #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;