summaryrefslogtreecommitdiff
path: root/lib/pop3.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/pop3.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/pop3.c')
-rw-r--r--lib/pop3.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index a75b762c4..b45f867fb 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -58,11 +58,6 @@
#include <inet.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"