diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 21:10:37 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 21:10:37 +0000 |
| commit | de79a4e9d85826fe416a72dcb9e068a574c04a22 (patch) | |
| tree | 6d4174023a425dbeb5a7d8b238147639d8564c25 /ext/mbstring/mbstring.h | |
| parent | c7a0b0d2623d7947393db97aac6c94e3d0b0dbca (diff) | |
| download | php-git-de79a4e9d85826fe416a72dcb9e068a574c04a22.tar.gz | |
Reverted the changes because the problem was elsewhere.
Diffstat (limited to 'ext/mbstring/mbstring.h')
| -rw-r--r-- | ext/mbstring/mbstring.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 20bb6dbe76..a3263608b8 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -49,20 +49,6 @@ #ifdef COMPILE_DL_MBSTRING #undef HAVE_MBSTRING #define HAVE_MBSTRING 1 -#ifdef PHP_WIN32 -# undef HAVE_MBREGEX -# define HAVE_MBREGEX 1 -# undef HAVE_MBSTR_CN -# define HAVE_MBSTR_CN 1 -# undef HAVE_MBSTR_JA -# define HAVE_MBSTR_JA 1 -# undef HAVE_MBSTR_KR -# define HAVE_MBSTR_KR 1 -# undef HAVE_MBSTR_RU -# define HAVE_MBSTR_RU 1 -# undef HAVE_MBSTR_TW -# define HAVE_MBSTR_TW 1 -#endif #endif #ifdef PHP_WIN32 |
