aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-17 12:46:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-17 12:46:42 +0000
commit5b55f9ecb34a00af236b2275ffa9adab492a93b6 (patch)
treead9d9454ef28cd200bcdbacd760a2d33f22adda4 /lib/hostip.c
parent3417e0b0fc580393511fc1c603b7c4c6d022648f (diff)
Günter Knauf's NetWare changes.
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 5f61579ef..1bf8fd4a3 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -60,6 +60,11 @@
#include <setjmp.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"