Gnter Knauf's NetWare changes.

This commit is contained in:
Daniel Stenberg
2004-03-17 12:46:42 +00:00
parent 3417e0b0fc
commit 5b55f9ecb3
20 changed files with 1939 additions and 7 deletions

View File

@@ -60,6 +60,11 @@
#include <setjmp.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"