edink           Mon Aug  1 16:55:35 2005 EDT

  Modified files:              
    /php-src/ext/imap   config.w32 
  Log:
  Allow building against the latest cclient
  
http://cvs.php.net/diff.php/php-src/ext/imap/config.w32?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/imap/config.w32
diff -u php-src/ext/imap/config.w32:1.3 php-src/ext/imap/config.w32:1.4
--- php-src/ext/imap/config.w32:1.3     Mon Dec 22 18:30:20 2003
+++ php-src/ext/imap/config.w32 Mon Aug  1 16:55:31 2005
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.3 2003/12/22 23:30:20 fmk Exp $
+// $Id: config.w32,v 1.4 2005/08/01 20:55:31 edink Exp $
 // vim:ft=javascript
 
 ARG_WITH("imap", "IMAP Support", "no");
@@ -13,7 +13,7 @@
                CHECK_LIB("crypt32.lib", "imap");
                EXTENSION("imap", "php_imap.c");
 
-               ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1");
+               ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1 /D HAVE_IMAP2004=1 
/D HAVE_IMAP_SSL=1");
                AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true);
        } else {
                WARNING("imap not enabled; libraries and headers not found");

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to