summaryrefslogtreecommitdiff
path: root/ext/imap/config.w32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-18 02:21:39 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-18 02:21:39 +0200
commit359a78b16c753b2e410b2cc5c30635619f4f1cb3 (patch)
treebf7d1c1e0a47374c1b88e1748b63ce8728980855 /ext/imap/config.w32
parent7dc6c3960b201ed7643fd14f902b08ae108dd445 (diff)
downloadphp-git-359a78b16c753b2e410b2cc5c30635619f4f1cb3.tar.gz
Remove unused defines
Used in php-src the past and today removed and not used anymore: - HAVE_CURL_EASY_STRERROR - HAVE_CURL_MULTI_STRERROR - HAVE_NEW_MIME2TEXT - HAVE_MBSTR_CN - HAVE_MBSTR_JA - HAVE_MBSTR_KR - HAVE_MBSTR_RU - HAVE_MBSTR_TW Part of oniguruma which doesn't use these anymore - NOT_RUBY - HAVE_STDARG_PROTOTYPES Unused: - HAVE_MPIR Closes GH-4427
Diffstat (limited to 'ext/imap/config.w32')
-rw-r--r--ext/imap/config.w321
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/imap/config.w32 b/ext/imap/config.w32
index 594113b5d3..fec2931052 100644
--- a/ext/imap/config.w32
+++ b/ext/imap/config.w32
@@ -17,7 +17,6 @@ if (PHP_IMAP == "yes") {
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_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);
AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Whether utf8_mime2text() has new signature');