summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-05-08 09:20:23 +0000
committerThies C. Arntzen <thies@php.net>2000-05-08 09:20:23 +0000
commitaaaaf468468c57b414becedeb4a4614e5f097c22 (patch)
tree3b96c9163f7cd0f12050ac40348ba00bfa6524a8
parent831459885e80309412a91bdc6ebbf8b48e93be7f (diff)
downloadphp-git-aaaaf468468c57b414becedeb4a4614e5f097c22.tar.gz
oracle/oci8 no longer share the compile-time infos
-rw-r--r--build-defs.h.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/build-defs.h.in b/build-defs.h.in
index c48f22cce0..05f64aa856 100644
--- a/build-defs.h.in
+++ b/build-defs.h.in
@@ -62,13 +62,12 @@
#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 ""
-#define PHP_ORACLE_LIBS ""
-#define PHP_ORACLE_SHLIBS ""
-#define PHP_ORACLE_STLIBS ""
-#define PHP_ORACLE_VERSION ""
+#define PHP_OCI8_SHARED_LIBADD "@OCI8_SHARED_LIBADD@"
+#define PHP_OCI8_DIR "@OCI8_DIR@"
+#define PHP_OCI8_VERSION "@OCI8_VERSION@"
+#define PHP_ORA_SHARED_LIBADD "@ORA_SHARED_LIBADD@"
+#define PHP_ORA_DIR "@ORA_DIR@"
+#define PHP_ORA_VERSION "@ORA_VERSION@"
#define PHP_PGSQL_INCLUDE ""
#define PHP_PGSQL_LFLAGS ""
#define PHP_PGSQL_LIBS ""