diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 22:49:16 +0000 |
commit | f67a9bdc52c39eed6837aef8a1eca195549b1469 (patch) | |
tree | 0a7be5c5b405910f4d616df0d9bed82196d3c966 /acconfig.h.in | |
parent | 96660d9a8ce06f12f186d0e3bb5697ce747182a5 (diff) | |
download | php-git-f67a9bdc52c39eed6837aef8a1eca195549b1469.tar.gz |
moved dav, msql and oracle to ext/
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 6b3ded1a02..f1ece7cefb 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -70,12 +70,6 @@ /* Define if you have the crypt() function */ #define HAVE_CRYPT 1 -/* Define if you have the Oracle database client libraries */ -#define HAVE_ORACLE 0 - -/* Define if you have the Oracle version 8 database client libraries */ -#define HAVE_OCI8 0 - /* Define if you want the LDAP directory interface */ #define HAVE_LDAP 0 @@ -124,10 +118,6 @@ #define HAVE_SYBASE 0 #define HAVE_SYBASE_CT 0 -#ifndef HAVE_MSQL -#define HAVE_MSQL 0 -#endif - #ifndef HAVE_PGSQL #define HAVE_PGSQL 0 #endif @@ -150,8 +140,6 @@ #define HAVE_PQCMDTUPLES 0 #endif -#define MSQL1 0 - #ifndef DEBUG /* should be set to ZEND_DEBUG */ #define DEBUG 0 #endif @@ -209,6 +197,3 @@ /* Define if you have the fdftk library */ #define HAVE_FDFLIB 0 - -/* Define to compile with mod_dav support */ -#define HAVE_MOD_DAV 0 |