summaryrefslogtreecommitdiff
path: root/ext/odbc/php3_velocis.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-09 14:28:59 +0000
committerStig Bakken <ssb@php.net>1999-11-09 14:28:59 +0000
commitfd056d0c01fffe19203f823425d73de85c9dbe7e (patch)
treed820beacbc9e070ad0d65e09a4c7b9aa216e6152 /ext/odbc/php3_velocis.h
parenta4ff16dd6881707edd733beb6eb5ffd4a5984d57 (diff)
downloadphp-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/php3_velocis.h')
-rw-r--r--ext/odbc/php3_velocis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php3_velocis.h b/ext/odbc/php3_velocis.h
index 2edb1f2528..e2cdde87af 100644
--- a/ext/odbc/php3_velocis.h
+++ b/ext/odbc/php3_velocis.h
@@ -38,7 +38,7 @@
#define HAVE_VELOCIS 1
#endif
-#if HAVE_VELOCIS && !HAVE_UODBC
+#if defined(HAVE_VELOCIS) && !HAVE_UODBC
#define UNIX
#include <sql.h>
#include <sqlext.h>