From d8cf02edb320474c1d5a94cbbd6f9ad13a666c9b Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Mon, 1 Aug 2005 20:55:31 +0000 Subject: [PATCH] Allow building against the latest cclient --- ext/imap/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 48c002c4aa..3a6c8fe5f0 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -13,7 +13,7 @@ if (PHP_IMAP == "yes") { 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"); -- 2.40.0