diff options
author | Stig Bakken <ssb@php.net> | 1999-11-09 14:28:59 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-11-09 14:28:59 +0000 |
commit | fd056d0c01fffe19203f823425d73de85c9dbe7e (patch) | |
tree | d820beacbc9e070ad0d65e09a4c7b9aa216e6152 /ext/odbc/velocis.c | |
parent | a4ff16dd6881707edd733beb6eb5ffd4a5984d57 (diff) | |
download | php-git-fd056d0c01fffe19203f823425d73de85c9dbe7e.tar.gz |
Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stubborn friend libtool).
#This can wait until after 4.0b3.
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r-- | ext/odbc/velocis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 0bd999ab31..1d4bc50728 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -40,7 +40,7 @@ # define THREAD_LS #endif -#if HAVE_VELOCIS +#ifdef HAVE_VELOCIS #include "php3_velocis.h" function_entry velocis_functions[] = { |