aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.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/ftp.c
parent3417e0b0fc580393511fc1c603b7c4c6d022648f (diff)
Günter Knauf's NetWare changes.
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 758c918cc..369b61882 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -65,6 +65,11 @@
#include <errno.h>
#endif
+#if (defined(NETWARE) && defined(__NOVELL_LIBC__))
+#undef in_addr_t
+#define in_addr_t unsigned long
+#endif
+
#include <curl/curl.h>
#include "urldata.h"
#include "sendf.h"