diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 1 | ||||
| -rw-r--r-- | include/compat/arpa/inet.h | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 728d921..976a9f9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -21,7 +21,6 @@ noinst_HEADERS += compat/time.h | |||
| 21 | noinst_HEADERS += compat/unistd.h | 21 | noinst_HEADERS += compat/unistd.h |
| 22 | noinst_HEADERS += compat/win32netcompat.h | 22 | noinst_HEADERS += compat/win32netcompat.h |
| 23 | 23 | ||
| 24 | noinst_HEADERS += compat/arpa/inet.h | ||
| 25 | noinst_HEADERS += compat/arpa/nameser.h | 24 | noinst_HEADERS += compat/arpa/nameser.h |
| 26 | 25 | ||
| 27 | noinst_HEADERS += compat/machine/endian.h | 26 | noinst_HEADERS += compat/machine/endian.h |
diff --git a/include/compat/arpa/inet.h b/include/compat/arpa/inet.h index f14ffde..4422f41 100644 --- a/include/compat/arpa/inet.h +++ b/include/compat/arpa/inet.h | |||
| @@ -13,11 +13,3 @@ | |||
| 13 | #endif | 13 | #endif |
| 14 | 14 | ||
| 15 | #endif | 15 | #endif |
| 16 | |||
| 17 | #ifndef HAVE_INET_NTOP | ||
| 18 | const char * inet_ntop(int af, const void *src, char *dst, socklen_t size); | ||
| 19 | #endif | ||
| 20 | |||
| 21 | #ifndef HAVE_INET_PTON | ||
| 22 | int inet_pton(int af, const char * src, void * dst); | ||
| 23 | #endif | ||
