diff options
Diffstat (limited to 'lib/hostip.c')
-rw-r--r-- | lib/hostip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index 460b8f626..233d81cf3 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -67,11 +67,6 @@ #include <process.h> #endif -#if (defined(NETWARE) && defined(__NOVELL_LIBC__)) -#undef in_addr_t -#define in_addr_t unsigned long -#endif - #include "urldata.h" #include "sendf.h" #include "hostip.h" |