summaryrefslogtreecommitdiff
path: root/lib/connect.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/connect.c
parent3417e0b0fc580393511fc1c603b7c4c6d022648f (diff)
downloadcurl-5b55f9ecb34a00af236b2275ffa9adab492a93b6.tar.gz
Günter Knauf's NetWare changes.
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c
index faa5c419a..1b57e3fec 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -52,6 +52,13 @@
#include <stdlib.h> /* required for free() prototype, without it, this crashes
on macos 68K */
#endif
+#if (defined(HAVE_FIONBIO) && defined(__NOVELL_LIBC__))
+#include <sys/filio.h>
+#endif
+#if (defined(NETWARE) && defined(__NOVELL_LIBC__))
+#undef in_addr_t
+#define in_addr_t unsigned long
+#endif
#ifdef VMS
#include <in.h>
#include <inet.h>