bump base requirement to Windows Vista, use builtin inet_ntop/pton
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user