Skip to content

Commit

Permalink
Remove unused HAVE_INET_NTOP
Browse files Browse the repository at this point in the history
The inet_ntop() is always required and present via
931a8b0.
  • Loading branch information
petk committed Jan 4, 2024
1 parent b632528 commit bb1109d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions win32/build/config.w32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb1109d

Please sign in to comment.