From: Jani Taskinen Date: Tue, 5 May 2009 01:51:04 +0000 (+0000) Subject: - Maybe this is enough on windows.. X-Git-Tag: php-5.4.0alpha1~191^2~3744 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=837bb2fd710cbbe8ff74671c1fd332b0ca109762;p=php - Maybe this is enough on windows.. --- diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index 42ba48cef7..beb12f03e8 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -17,10 +17,10 @@ if (PHP_IMAP == "yes") { EXTENSION("imap", "php_imap.c"); ADD_FLAG("CFLAGS_IMAP", "/D HAVE_IMAP2000=1 /D HAVE_IMAP2004=1 /D HAVE_IMAP2007a=1 /D HAVE_IMAP2007b=1 /D HAVE_IMAP_SSL=1"); - AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have rfc822_output_address_list', true); AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true); AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Have utf8_mime2text', true); AC_DEFINE('HAVE_RFC822_OUTPUT_ADDRESS_LIST', 1, 'Have rfc822_output_address_list', true); + AC_DEFINE('HAVE_IMAP_MUTF7', 1, 'Have modified utf7 support', true); } else { WARNING("imap not enabled; libraries and headers not found"); }