summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-02-02 09:40:55 +0000
committerPierre Joye <pajoye@php.net>2009-02-02 09:40:55 +0000
commit10bf149a608b848324a1083aa2dc4b55c5f302f1 (patch)
tree0c96f77f795490983061d7122816338bec8e35dd
parent1eaca26ad85c0fb6a4ef4ef23f882da16b5e381f (diff)
downloadphp-git-10bf149a608b848324a1083aa2dc4b55c5f302f1.tar.gz
- define HAVE_SOCKLEN_T as it exists (vc6+)
-rw-r--r--win32/build/config.w32.h.in1
1 files changed, 1 insertions, 0 deletions
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