diff options
author | Edin Kadribasic <edink@php.net> | 2002-11-13 21:28:16 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-11-13 21:28:16 +0000 |
commit | f15420b3e1f7b5cf1e19282ea4367db16252b2fe (patch) | |
tree | e851a6d1707f9aa20f644af88ae3033058f6cbdc /main/config.w32.h.in | |
parent | d183eb1e31e449754af7354e87082e9ac3efd3b2 (diff) | |
download | php-git-f15420b3e1f7b5cf1e19282ea4367db16252b2fe.tar.gz |
Allow mbstring defines to be somewhere else without warnings.
Diffstat (limited to 'main/config.w32.h.in')
-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 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 |