diff options
author | Dan Kalowsky <kalowsky@php.net> | 2000-12-28 22:01:50 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2000-12-28 22:01:50 +0000 |
commit | fbbaf5b5b5e8f33214a5f380ef7dba65266241be (patch) | |
tree | 0ef3114612dbfba9baf57b49f7fba39a61098183 /ext/odbc/php_odbc.h | |
parent | 8b2dbfca7792969a958b3463f15282bb250974c1 (diff) | |
download | php-git-fbbaf5b5b5e8f33214a5f380ef7dba65266241be.tar.gz |
it seems one section was missing the HAVE_SOLID_30 section...
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 9132c934eb..dd615a38e8 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -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) |