diff options
author | Stig Bakken <ssb@php.net> | 1999-04-20 01:03:12 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-20 01:03:12 +0000 |
commit | 54468d2e75aeb1ace053ff405f5f539a0012ba76 (patch) | |
tree | e308e39abaefdb62a90deaeb6329ca023f815592 /build-defs.h.in | |
parent | b7c30c1bdf209bc270755bcafac45908fc8daf2f (diff) | |
download | php-git-54468d2e75aeb1ace053ff405f5f539a0012ba76.tar.gz |
odbc compiles and runs on UNIX again (tested with Solid 2.3)
Diffstat (limited to 'build-defs.h.in')
-rw-r--r-- | build-defs.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build-defs.h.in b/build-defs.h.in index 4197077709..4bb83300a9 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -83,3 +83,10 @@ #define PHP_LDAP_LIBS "@LDAP_LIBS@" #define PHP_VELOCIS_INCLUDE "@VELOCIS_INCLUDE@" #define PHP_VELOCIS_LIBS "@VELOCIS_LIBS@" + +#define ODBC_TYPE "@ODBC_TYPE@" +#define ODBC_INCDIR "@ODBC_INCDIR@" +#define ODBC_INCLUDE "@ODBC_INCLUDE@" +#define ODBC_LIBDIR "@ODBC_LIBDIR@" +#define ODBC_LFLAGS "@ODBC_LFLAGS@" +#define ODBC_LIBS "@ODBC_LIBS@" |