Skip to content

Commit bb1109d

Browse files
committed
Remove unused HAVE_INET_NTOP
The inet_ntop() is always required and present via 931a8b0.
1 parent b632528 commit bb1109d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

win32/build/config.w32.h.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@
116116
/* Win32 support proc_open */
117117
#define PHP_CAN_SUPPORT_PROC_OPEN 1
118118

119-
/* inet_ntop() / inet_pton() */
119+
/* inet_pton() */
120120
#define HAVE_INET_PTON 1
121-
#define HAVE_INET_NTOP 1
122121

123122
/* vs.net 2005 has a 64-bit time_t. This will likely break
124123
* 3rdParty libs that were built with older compilers; switch

0 commit comments

Comments
 (0)