Skip to content
Snippets Groups Projects
Commit ac02d379 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

moved ugly NetWare hack to hostip.h so that hostip.c uses it too.

parent a4ebf5b5
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@
#include "setup.h"
#include "hash.h"
#if (defined(NETWARE) && defined(__NOVELL_LIBC__))
#undef in_addr_t
#define in_addr_t uint32_t
#endif
/*
* Setup comfortable CURLRES_* defines to use in the host*.c sources.
*/
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment