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

index ca1dc955a618acfc624cf8363c9ac5cd37a24cb5..bf6fbda2126cef3809037d2167336a2fd7a69571 100644 (file)
@@ -54,7 +54,9 @@
 #endif
 #include "ext/standard/reg.h"
 #include "ext/pcre/php_pcre.h"
+#if HAVE_UODBC
 #include "ext/odbc/php_odbc.h"
+#endif
 #include "ext/session/php_session.h"
 #if HAVE_LIBEXPAT
 #include "ext/xml/php_xml.h"
@@ -86,7 +88,9 @@ zend_module_entry *php_builtin_extensions[] = {
        phpext_mbstring_ptr,
 #endif
        phpext_mysql_ptr,
+#if HAVE_UODBC
        phpext_odbc_ptr,
+#endif
 #if HAVE_OVERLOAD
   phpext_overload_ptr,
 #endif