mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
- define HAVE_SOCKLEN_T as it exists (vc6+)
This commit is contained in:
parent
569d591229
commit
d715d8846b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@
|
||||||
|
|
||||||
/* Win32 supports socketpair by the emulation in win32/sockets.c */
|
/* Win32 supports socketpair by the emulation in win32/sockets.c */
|
||||||
#define HAVE_SOCKETPAIR 1
|
#define HAVE_SOCKETPAIR 1
|
||||||
|
#define HAVE_SOCKLEN_T 1
|
||||||
|
|
||||||
/* Win32 support proc_open */
|
/* Win32 support proc_open */
|
||||||
#define PHP_CAN_SUPPORT_PROC_OPEN 1
|
#define PHP_CAN_SUPPORT_PROC_OPEN 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue