]> granicus.if.org Git - php/commitdiff
- define HAVE_SOCKLEN_T as it exists (vc6+)
authorPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 09:49:57 +0000 (09:49 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 09:49:57 +0000 (09:49 +0000)
win32/build/config.w32.h.in

index a1729cd479c5e1e337646c266181f30e31c7a0f3..8b8aab28be7538bf5bb1600d9c918a27a88c2db1 100644 (file)
 
 /* 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