summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-05-08 10:04:12 +0000
committerThies C. Arntzen <thies@php.net>2000-05-08 10:04:12 +0000
commit9930bab2a6aadca0b84f7e13f4146675e47b8da6 (patch)
treeeb10e884ea9a31bf799dd046f0b289406d1ac9bc
parent7436c0791bbea1591bd2eeb4ca5bca1cc38ccc74 (diff)
downloadphp-git-9930bab2a6aadca0b84f7e13f4146675e47b8da6.tar.gz
oracle.c expects _ORACLE_
-rw-r--r--build-defs.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-defs.h.in b/build-defs.h.in
index 05f64aa856..f8a94e1fb2 100644
--- a/build-defs.h.in
+++ b/build-defs.h.in
@@ -65,9 +65,9 @@
#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_ORACLE_SHARED_LIBADD "@ORACLE_SHARED_LIBADD@"
+#define PHP_ORACLE_DIR "@ORACLE_DIR@"
+#define PHP_ORACLE_VERSION "@ORACLE_VERSION@"
#define PHP_PGSQL_INCLUDE ""
#define PHP_PGSQL_LFLAGS ""
#define PHP_PGSQL_LIBS ""