]> granicus.if.org Git - php/commitdiff
Give HAVE_MYSQL meaning on Win32.
authorSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 18:10:35 +0000 (18:10 +0000)
committerSebastian Bergmann <sebastian@php.net>
Wed, 17 Apr 2002 18:10:35 +0000 (18:10 +0000)
main/internal_functions_win32.c

index bf6fbda2126cef3809037d2167336a2fd7a69571..c064449f78d33a095a7fb8c9184782894f072bd3 100644 (file)
@@ -64,7 +64,9 @@
 #if HAVE_LIBEXPAT && HAVE_WDDX
 #include "ext/wddx/php_wddx.h"
 #endif
+#if HAVE_MYSQL
 #include "ext/mysql/php_mysql.h"
+#endif
 #include "ext/mbstring/mbstring.h"
 #if HAVE_OVERLOAD
 #include "ext/overload/php_overload.h"
@@ -87,7 +89,9 @@ zend_module_entry *php_builtin_extensions[] = {
 #if defined(MBSTR_ENC_TRANS)
        phpext_mbstring_ptr,
 #endif
+#if HAVE_MYSQL
        phpext_mysql_ptr,
+#endif
 #if HAVE_UODBC
        phpext_odbc_ptr,
 #endif