summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.w32
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2004-03-03 10:27:19 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2004-03-03 10:27:19 +0000
commita91e44c830cea1a45f5e81e3d3a1b6f6bdb6aa76 (patch)
tree0777d5378f27fb83eba358afb0186286312888c6 /ext/mbstring/config.w32
parent1c180ba3e83c0f8299d71fe7da0e8cb5f019dc47 (diff)
downloadphp-git-a91e44c830cea1a45f5e81e3d3a1b6f6bdb6aa76.tar.gz
- Add missing include path.
Diffstat (limited to 'ext/mbstring/config.w32')
-rw-r--r--ext/mbstring/config.w3215
1 files changed, 8 insertions, 7 deletions
diff --git a/ext/mbstring/config.w32 b/ext/mbstring/config.w32
index 3036ff06f6..3cd15693df 100644
--- a/ext/mbstring/config.w32
+++ b/ext/mbstring/config.w32
@@ -13,8 +13,9 @@ if (PHP_MBSTRING == "yes") {
EXTENSION("mbstring", "mbstring.c php_unicode.c mb_gpc.c", null,
"-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
- /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 /D HAVE_STDARG_PROTOTYPES=1 \
- /D HAVE_CONFIG_H /D HAVE_STDLIB_H /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /D EXPORT");
+ -Iext/mbstring/oniguruma /D NOT_RUBY=1 /D LIBMBFL_EXPORTS=1 \
+ /D HAVE_STDARG_PROTOTYPES=1 /D HAVE_CONFIG_H /D HAVE_STDLIB_H \
+ /D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /D EXPORT");
ADD_SOURCES("ext/mbstring/libmbfl/filters", "html_entities.c \
mbfilter_7bit.c mbfilter_ascii.c mbfilter_base64.c mbfilter_big5.c \
@@ -41,13 +42,13 @@ if (PHP_MBSTRING == "yes") {
AC_DEFINE('HAVE_MBSTRING', 1, 'Have mbstring support');
AC_DEFINE('HAVE_MBSTR_CN', 1, 'CN');
- AC_DEFINE('HAVE_MBSTR_JA', 1, 'CN');
- AC_DEFINE('HAVE_MBSTR_KR', 1, 'CN');
- AC_DEFINE('HAVE_MBSTR_RU', 1, 'CN');
- AC_DEFINE('HAVE_MBSTR_TW', 1, 'CN');
- AC_DEFINE('HAVE_STDARG_PROTOTYPES', 1, 'have stdarg.h');
+ AC_DEFINE('HAVE_MBSTR_JA', 1, 'JA');
+ AC_DEFINE('HAVE_MBSTR_KR', 1, 'KR');
+ AC_DEFINE('HAVE_MBSTR_RU', 1, 'RU');
+ AC_DEFINE('HAVE_MBSTR_TW', 1, 'TW');
if (PHP_MBREGEX == "yes") {
+ AC_DEFINE('HAVE_STDARG_PROTOTYPES', 1, 'have stdarg.h');
ADD_SOURCES("ext/mbstring/oniguruma", "regcomp.c regerror.c \
regenc.c regexec.c reggnu.c regparse.c regposerr.c", "mbstring");
ADD_SOURCES("ext/mbstring/oniguruma/enc", "ascii.c big5.c \