summaryrefslogtreecommitdiff
path: root/build-defs.h.in
diff options
context:
space:
mode:
authorAndreas Karajannis <kara@php.net>1999-09-05 13:06:24 +0000
committerAndreas Karajannis <kara@php.net>1999-09-05 13:06:24 +0000
commitdd509608a1f2cd96ee0e3161f57b34ad268606a0 (patch)
tree9379782d02dc0a9266bed6afe9b67185b3077fa7 /build-defs.h.in
parent361a09e5fa17f88de474207430be458c4747b3b6 (diff)
downloadphp-git-dd509608a1f2cd96ee0e3161f57b34ad268606a0.tar.gz
Changes for updated odbc module
Diffstat (limited to 'build-defs.h.in')
-rw-r--r--build-defs.h.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/build-defs.h.in b/build-defs.h.in
index f36faee667..3095d6e874 100644
--- a/build-defs.h.in
+++ b/build-defs.h.in
@@ -57,6 +57,10 @@
#define PHP_MYSQL_INCLUDE ""
#define PHP_MYSQL_LFLAGS ""
#define PHP_MYSQL_LIBS ""
+#define PHP_ODBC_TYPE "@ODBC_TYPE@"
+#define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@"
+#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@"
+#define PHP_ODBC_LIBS "@ODBC_LIBS@"
#define PHP_ORACLE_HOME ""
#define PHP_ORACLE_INCLUDE ""
#define PHP_ORACLE_LFLAGS ""
@@ -84,9 +88,3 @@
#define PHP_VELOCIS_INCLUDE ""
#define PHP_VELOCIS_LIBS ""
-#define ODBC_TYPE ""
-#define ODBC_INCDIR ""
-#define ODBC_INCLUDE ""
-#define ODBC_LIBDIR ""
-#define ODBC_LFLAGS ""
-#define ODBC_LIBS ""