diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 20:11:59 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 20:11:59 +0000 |
commit | c7a0b0d2623d7947393db97aac6c94e3d0b0dbca (patch) | |
tree | e1df56abef6ecc9ef29f5e9ba60bafc11d16f81f | |
parent | b2a648f5b5970f3c28dbc7637589323d97993a13 (diff) | |
download | php-git-c7a0b0d2623d7947393db97aac6c94e3d0b0dbca.tar.gz |
Reverted wrong part of the commit made in 1.24
-rw-r--r-- | main/config.w32.h.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/config.w32.h.in b/main/config.w32.h.in index 4752b236b2..92c406796c 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 |