]> granicus.if.org Git - php/commitdiff
it seems one section was missing the HAVE_SOLID_30 section...
authorDan Kalowsky <kalowsky@php.net>
Thu, 28 Dec 2000 22:01:50 +0000 (22:01 +0000)
committerDan Kalowsky <kalowsky@php.net>
Thu, 28 Dec 2000 22:01:50 +0000 (22:01 +0000)
ext/odbc/php_odbc.h

index 9132c934ebae862c2ae1e9197e02890ff332d8ea..dd615a38e853e25c6673cf84e40fc9e24f50afbe 100644 (file)
@@ -34,7 +34,7 @@
 
 /* checking in the same order as in configure.in */
 
-#if defined(HAVE_SOLID) || defined(HAVE_SOLID_35) /* Solid Server */
+#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) || defined(HAVE_SOLID_35) /* Solid Server */
 
 #define ODBC_TYPE "Solid"
 #if defined(HAVE_SOLID)