bump base requirement to Windows Vista, use builtin inet_ntop/pton

This commit is contained in:
Brent Cook
2018-03-14 07:29:04 -05:00
parent b7397ab184
commit 3fb9e63b90
11 changed files with 3 additions and 46 deletions

View File

@@ -21,7 +21,6 @@ noinst_HEADERS += compat/time.h
noinst_HEADERS += compat/unistd.h
noinst_HEADERS += compat/win32netcompat.h
noinst_HEADERS += compat/arpa/inet.h
noinst_HEADERS += compat/arpa/nameser.h
noinst_HEADERS += compat/machine/endian.h

View File

@@ -13,11 +13,3 @@
#endif
#endif
#ifndef HAVE_INET_NTOP
const char * inet_ntop(int af, const void *src, char *dst, socklen_t size);
#endif
#ifndef HAVE_INET_PTON
int inet_pton(int af, const char * src, void * dst);
#endif