summaryrefslogtreecommitdiff
path: root/lib/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.h')
-rw-r--r--lib/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/system.h b/lib/system.h
index 6a948f858d..18c2603bec 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -124,11 +124,4 @@ int inet_aton(const char *cp, struct in_addr *inp);
int inet_pton(int af, const char *src, void *dst);
#endif
-#ifndef HAVE_INET_NTOP
-# undef inet_ntop
-# define inet_ntop _gnutls_inet_ntop
-const char *inet_ntop(int af, const void *src,
- char *dst, unsigned size);
-#endif
-
#endif /* SYSTEM_H */