Browse Source

- define HAVE_SOCKLEN_T as it exists (vc6+)

experimental/5.3-FPM
Pierre Joye 17 years ago
parent
commit
10bf149a60
  1. 1
      win32/build/config.w32.h.in

1
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

Loading…
Cancel
Save