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

index efd56d8522d05642c5c509f72498bdc2709b4c3d..c1eed75a6eda68e42590872552ab9e82630dfc2a 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