]> granicus.if.org Git - php/commitdiff
deleted unnecessary defines
authorDaniel Beulshausen <dbeu@php.net>
Wed, 6 Sep 2000 10:00:34 +0000 (10:00 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Wed, 6 Sep 2000 10:00:34 +0000 (10:00 +0000)
i also plan to let windows build with crypt() support

main/config.w32.h

index d23e88e4cd364eb49815994c1f5e69d09db6e5d5..2d78345445e0a133e274d81566a0399211857369 100644 (file)
@@ -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
 
    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.