diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-04-30 14:36:02 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-04-30 14:36:02 +0000 |
commit | 71872d8ec3086dae95ec334df6f32125b963abf7 (patch) | |
tree | 87a3fa8ae4a5382f5856ab841b7bcfa0d2dc7ee7 | |
parent | 9d650c093a5102a1e1b6eafd04e5f11009fdab59 (diff) | |
download | php-git-71872d8ec3086dae95ec334df6f32125b963abf7.tar.gz |
Add missing #define's.
-rw-r--r-- | main/config.w32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index 6dcef2c59e..b259dcf970 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -42,6 +42,10 @@ /* Enable / Disable MBSTRING extension (default: enabled) */ #define HAVE_MBSTRING 1 #define HAVE_MBREGEX 1 +#define HAVE_MBSTR_CN 1 +#define HAVE_MBSTR_JA 1 +#define HAVE_MBSTR_KR 1 +#define HAVE_MBSTR_TW 1 /* Enable / Disable MySQL extension (default: enabled) */ #define HAVE_MYSQL 1 |