HAVE_INET_PTON is hardcoded to 1 in the official Windows build. Since we use autotools we need to make the check work on Windows. This makes socket.inet_ntop() and socket.inet_pton() available like with the official build.
HAVE_INET_PTON is hardcoded to 1 in the official Windows build. Since we use autotools we need to make the check work on Windows. This makes socket.inet_ntop() and socket.inet_pton() available like with the official build.