diff options
author | Gunter Knauf <gk@gknw.de> | 2006-08-08 22:37:53 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2006-08-08 22:37:53 +0000 |
commit | ac02d379ba4580a2ff4e5b12eaea12edca0a2250 (patch) | |
tree | ee495295e359394d2517fa33539d65ea75b4712e /lib/hostip4.c | |
parent | a4ebf5b507490ceac7d741c4462ad162629a4bae (diff) | |
download | curl-ac02d379ba4580a2ff4e5b12eaea12edca0a2250.tar.gz |
moved ugly NetWare hack to hostip.h so that hostip.c uses it too.
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r-- | lib/hostip4.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c index a45d10580..cbb00ab2d 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -64,11 +64,6 @@ #include <process.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" |