From ed113a65b016a29ac01502fb6a95fc59c7ebc6c4 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 10 Feb 2004 18:50:10 +0000 Subject: [PATCH] Clear that up --- main/config.w32.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main/config.w32.h b/main/config.w32.h index 7ef05a7fae..6bfe3879a6 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -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 -- 2.40.0