summaryrefslogtreecommitdiff
path: root/ext/imap/config.w32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-12-01 00:00:31 +0000
committerPierre Joye <pajoye@php.net>2008-12-01 00:00:31 +0000
commitf210b6f1ddda57d8ed10e9646fb81246eee0fabd (patch)
treec064eb66831518ac3304473066a8c1c9f0878bfe /ext/imap/config.w32
parent1ce2e26e5fd8e89c3d6c77ce958fc8eec9dee5f6 (diff)
downloadphp-git-f210b6f1ddda57d8ed10e9646fb81246eee0fabd.tar.gz
- MFB: Enable fix fo #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) on windows (we use the latest imap)
Diffstat (limited to 'ext/imap/config.w32')
-rw-r--r--ext/imap/config.w321
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/config.w32 b/ext/imap/config.w32
index 8de007eb77..61950d4698 100644
--- a/ext/imap/config.w32
+++ b/ext/imap/config.w32
@@ -14,6 +14,7 @@ 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 IMAP support', true);
AC_DEFINE('HAVE_IMAP', 1, 'Have IMAP support', true);
} else {
WARNING("imap not enabled; libraries and headers not found");