From: Jani Taskinen Date: Tue, 5 May 2009 01:51:13 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.3.0RC2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06c487133ad4195ea1b6bb9ac4cef16e8e82f47b;p=php MFH --- diff --git a/ext/imap/config.w32 b/ext/imap/config.w32 index a007bff27b..beb12f03e8 100644 --- a/ext/imap/config.w32 +++ b/ext/imap/config.w32 @@ -20,6 +20,7 @@ if (PHP_IMAP == "yes") { 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"); }