diff options
author | Thies C. Arntzen <thies@php.net> | 2000-05-08 09:20:23 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-05-08 09:20:23 +0000 |
commit | aaaaf468468c57b414becedeb4a4614e5f097c22 (patch) | |
tree | 3b96c9163f7cd0f12050ac40348ba00bfa6524a8 /build-defs.h.in | |
parent | 831459885e80309412a91bdc6ebbf8b48e93be7f (diff) | |
download | php-git-aaaaf468468c57b414becedeb4a4614e5f097c22.tar.gz |
oracle/oci8 no longer share the compile-time infos
Diffstat (limited to 'build-defs.h.in')
-rw-r--r-- | build-defs.h.in | 13 |
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 "" |