From: Pierre Joye Date: Mon, 2 Feb 2009 09:40:55 +0000 (+0000) Subject: - define HAVE_SOCKLEN_T as it exists (vc6+) X-Git-Tag: RELEASE_1_3_5~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10bf149a608b848324a1083aa2dc4b55c5f302f1;p=php - define HAVE_SOCKLEN_T as it exists (vc6+) --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index efd56d8522..c1eed75a6e 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -149,6 +149,7 @@ /* Win32 supports socketpair by the emulation in win32/sockets.c */ #define HAVE_SOCKETPAIR 1 +#define HAVE_SOCKLEN_T 1 /* Win32 support proc_open */ #define PHP_CAN_SUPPORT_PROC_OPEN 1