From 81daa0899e536c3254be958f1b853aeb7841260b Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Wed, 6 Sep 2000 10:00:34 +0000 Subject: [PATCH] deleted unnecessary defines i also plan to let windows build with crypt() support --- main/config.w32.h | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/main/config.w32.h b/main/config.w32.h index d23e88e4cd..2d78345445 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -25,6 +25,9 @@ #define HAVE_LIBEXPAT 1 #define HAVE_WDDX 1 +/* set to enable the crypt command */ +#define HAVE_CRYPT 0 + /* should be added to runtime config*/ #define PHP_URL_FOPEN 1 @@ -55,24 +58,12 @@ external libraries to compile. These will be removed from here in a future beta, as these modules will be moved out to dll's ---------------------------------------------------------------*/ -#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 NDBM 0 -#define GDBM 0 -#define BSD2 0 -#define HAVE_CRYPT 0 -#define HAVE_ORACLE 0 +#define HAVE_ERRMSG_H 0 /*needed for mysql 3.21.17 and up*/ #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_FILEPRO 0 -#endif + + /* ---------------------------------------------------------------- The following may or may not be (or need to be) ported to the windows environment. -- 2.50.1