summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ""