i also plan to let windows build with crypt() support
#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.