zeev Tue Feb 10 13:50:11 2004 EDT
Modified files:
/php-src/main config.w32.h
Log:
Clear that up
http://cvs.php.net/diff.php/php-src/main/config.w32.h?r1=1.84&r2=1.85&ty=u
Index: php-src/main/config.w32.h
diff -u php-src/main/config.w32.h:1.84 php-src/main/config.w32.h:1.85
--- php-src/main/config.w32.h:1.84 Tue Feb 10 12:55:32 2004
+++ php-src/main/config.w32.h Tue Feb 10 13:50:10 2004
@@ -2,7 +2,7 @@
Build Configuration for Win32.
This has only been tested with MS VisualC++ 6 (and later).
- $Id: config.w32.h,v 1.84 2004/02/10 17:55:32 zeev Exp $
+ $Id: config.w32.h,v 1.85 2004/02/10 18:50:10 zeev Exp $
*/
/* Default PHP / PEAR directories */
@@ -189,7 +189,12 @@
#define PHP_SHLIB_SUFFIX "dll"
#define HAVE_SQLDATASOURCES
#define POSIX_MALLOC_THRESHOLD 10
-//#define HAVE_SOCKLEN_T 1
+
+
+/*
+ * defining HAVE_SOCKLEN_T prevents PHP from building with the latest platform SDK...
+ * #define HAVE_SOCKLEN_T
+ */
/* Win32 supports strcoll */
#define HAVE_STRCOLL 1
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php