summaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2022-11-23 11:56:52 +0100
committerDaniel Gustafsson <daniel@yesql.se>2022-11-23 11:56:52 +0100
commit2d9fee450427bf20284278022f829f7cf3c05d21 (patch)
tree48c7ddef546edf0965cfa093e6e4aeff40541460 /lib/connect.c
parente007ace30de6e6f29cf887aa389cf5220a3f588e (diff)
downloadcurl-2d9fee450427bf20284278022f829f7cf3c05d21.tar.gz
netware: remove leftover traces
Commit 3b16575ae938dec2a29454631a12aa52b6ab9c67 removed support for building on Novell Netware, but a few leftover traces remained. This removes the last bits. Closes: #9966 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 5404243c9..eed30680f 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -48,13 +48,6 @@
#include <arpa/inet.h>
#endif
-#if (defined(HAVE_IOCTL_FIONBIO) && defined(NETWARE))
-#include <sys/filio.h>
-#endif
-#ifdef NETWARE
-#undef in_addr_t
-#define in_addr_t unsigned long
-#endif
#ifdef __VMS
#include <in.h>
#include <inet.h>