mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Remove unused HAVE_INET_NTOP
The inet_ntop() is always required and present via
931a8b0739.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user