diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-08 20:09:08 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-08 20:09:08 +0000 |
commit | 1866b95b7ff22cafff2f906199722b57f3617651 (patch) | |
tree | be532995cfbb1874cf1d7aad0d9cc72f9feb6eb5 /lib/inet_ntop.c | |
parent | 668c204970399211770542b21b8b873dcf68383c (diff) | |
download | curl-1866b95b7ff22cafff2f906199722b57f3617651.tar.gz |
moved ugly CLIB define to nwos.c.
Diffstat (limited to 'lib/inet_ntop.c')
-rw-r--r-- | lib/inet_ntop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c index e81cb5c55..a05689adb 100644 --- a/lib/inet_ntop.c +++ b/lib/inet_ntop.c @@ -42,10 +42,6 @@ #include "inet_ntop.h" -#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) -NETINET_DEFINE_CONTEXT -#endif - #if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL) /* this platform has a inet_ntoa_r() function, but no proto declared anywhere so we include our own proto to make compilers happy */ |