From: Daniel Beulshausen Date: Wed, 6 Sep 2000 10:00:34 +0000 (+0000) Subject: deleted unnecessary defines X-Git-Tag: php-4.0.3RC1~277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81daa0899e536c3254be958f1b853aeb7841260b;p=php deleted unnecessary defines i also plan to let windows build with crypt() support --- 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.