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

@@ -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"