summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-08-30 21:07:16 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-08-30 21:07:16 +0000
commit95ee791d97ae6695b75b34c26d0b8efd07e434cb (patch)
treec40d0a0652ccba4bf99921fc41060def615ae022
parent3522012bb2b29fed2a2644b12804b657455ec75e (diff)
downloadphp-git-95ee791d97ae6695b75b34c26d0b8efd07e434cb.tar.gz
should be easier when compiling the modules
-rw-r--r--main/config.w32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index d23e88e4cd..8deca6ce99 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -58,19 +58,19 @@
#if !defined(COMPILE_DL)
#define HAVE_SNMP 0
# define HAVE_ERRMSG_H 0 /*needed for mysql 3.21.17 and up*/
-#define DBASE 0
+#define DBASE 1
#define NDBM 0
#define GDBM 0
#define BSD2 0
#define HAVE_CRYPT 0
-#define HAVE_ORACLE 0
+#define HAVE_ORACLE 1
#undef HAVE_ADABAS
#undef HAVE_SOLID
#ifndef COMPILE_DL_MSQL
#define HAVE_MSQL 0
#endif
-#define HAVE_SYBASE 0
-#define HAVE_LIBGD 0
+#define HAVE_SYBASE 1
+#define HAVE_LIBGD 1
#define HAVE_FILEPRO 0
#endif
/* ----------------------------------------------------------------