diff options
author | Stig Bakken <ssb@php.net> | 2001-04-08 22:30:17 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-04-08 22:30:17 +0000 |
commit | a4877d7afd4d4729dee3b54de38aa7915a88a0c6 (patch) | |
tree | 9527ea203d3d1e5ccf0afec5e0450f42283af9ff /main/build-defs.h.in | |
parent | 368c6bf00371ebfdf9fd3c9d58a4fb78a7221f09 (diff) | |
download | php-git-a4877d7afd4d4729dee3b54de38aa7915a88a0c6.tar.gz |
* CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name
Diffstat (limited to 'main/build-defs.h.in')
-rw-r--r-- | main/build-defs.h.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/main/build-defs.h.in b/main/build-defs.h.in index 27deeeb9ff..5ccdd2c383 100644 --- a/main/build-defs.h.in +++ b/main/build-defs.h.in @@ -27,7 +27,6 @@ #define PHP_FHTTPD_INCLUDE "" #define PHP_FHTTPD_LIB "" #define PHP_FHTTPD_TARGET "" -#define PHP_BINNAME "@BINNAME@" #define PHP_CFLAGS "@CFLAGS@" #define PHP_DBASE_LIB "" #define PHP_BUILD_DEBUG "@DEBUG_CFLAGS@" @@ -39,7 +38,6 @@ #define PHP_IFX_INCLUDE "" #define PHP_IFX_LFLAGS "" #define PHP_IFX_LIBS "" -#define PHP_INSTALL_IT "@INSTALL_IT@" #define PHP_IODBC_INCLUDE "" #define PHP_IODBC_LFLAGS "" #define PHP_IODBC_LIBS "" @@ -50,14 +48,9 @@ #define PHP_MYSQL_LFLAGS "" #define PHP_MYSQL_LIBS "" #define PHP_ODBC_TYPE "@ODBC_TYPE@" -#define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@" -#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@" -#define PHP_ODBC_LIBS "@ODBC_LIBS@" #define PHP_OCI8_SHARED_LIBADD "@OCI8_SHARED_LIBADD@" #define PHP_OCI8_DIR "@OCI8_DIR@" #define PHP_OCI8_VERSION "@OCI8_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 "" @@ -78,5 +71,5 @@ #define PHP_LDAP_LIBS "" #define PHP_VELOCIS_INCLUDE "" #define PHP_VELOCIS_LIBS "" -#define PHP_EXTENSION_DIR "@EXTENSION_DIR@" -#define PHP_INCLUDE_PATH "@INCLUDE_PATH@" +#define PHP_EXTENSION_DIR "@EXPANDED_EXTENSION_DIR@" +#define PHP_INCLUDE_PATH "@EXPANDED_INCLUDE_PATH@" |