mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Remove unused HAVE_INET_NTOP
The inet_ntop() is always required and present via
931a8b0739
.
This commit is contained in:
parent
b632528eb3
commit
bb1109d9f1
@ -116,9 +116,8 @@
|
||||
/* Win32 support proc_open */
|
||||
#define PHP_CAN_SUPPORT_PROC_OPEN 1
|
||||
|
||||
/* inet_ntop() / inet_pton() */
|
||||
/* inet_pton() */
|
||||
#define HAVE_INET_PTON 1
|
||||
#define HAVE_INET_NTOP 1
|
||||
|
||||
/* vs.net 2005 has a 64-bit time_t. This will likely break
|
||||
* 3rdParty libs that were built with older compilers; switch
|
||||
|
Loading…
Reference in New Issue
Block a user