From: Edin Kadribasic Date: Wed, 13 Nov 2002 21:37:27 +0000 (+0000) Subject: MFH (mbstring defines commented out to allow defining them elsewhere). X-Git-Tag: php-4.3.0RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57c012b00726cb105699f0cc6478ced95c39445e;p=php MFH (mbstring defines commented out to allow defining them elsewhere). --- diff --git a/main/config.w32.h.in b/main/config.w32.h.in index b7ba0e3d03..b9f5d62a19 100644 --- a/main/config.w32.h.in +++ b/main/config.w32.h.in @@ -42,13 +42,13 @@ #define HAVE_FTP 1 /* Enable / Disable MBSTRING extension (default: disabled) */ -#define HAVE_MBSTRING 0 -#define HAVE_MBREGEX 0 -#define HAVE_MBSTR_CN 0 -#define HAVE_MBSTR_JA 0 -#define HAVE_MBSTR_KR 0 -#define HAVE_MBSTR_RU 0 -#define HAVE_MBSTR_TW 0 +/* #define HAVE_MBSTRING 0 */ +/* #define HAVE_MBREGEX 0 */ +/* #define HAVE_MBSTR_CN 0 */ +/* #define HAVE_MBSTR_JA 0 */ +/* #define HAVE_MBSTR_KR 0 */ +/* #define HAVE_MBSTR_RU 0 */ +/* #define HAVE_MBSTR_TW 0 */ /* Enable / Disable MySQL extension (default: enabled) */ #define HAVE_MYSQL 1