]> granicus.if.org Git - php/commitdiff
Allow mbstring defines to be somewhere else without warnings.
authorEdin Kadribasic <edink@php.net>
Wed, 13 Nov 2002 21:28:16 +0000 (21:28 +0000)
committerEdin Kadribasic <edink@php.net>
Wed, 13 Nov 2002 21:28:16 +0000 (21:28 +0000)
main/config.w32.h.in

index b7ba0e3d036d8359f2927d7f01aa42c970be81a9..b9f5d62a19f571c3dd77f9c41e4343c6bd124a28 100644 (file)
 #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