Loading lib/hostip.h +5 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading lib/hostip4.c +0 −5 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
lib/hostip.h +5 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading
lib/hostip4.c +0 −5 Original line number Diff line number Diff line Loading @@ -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" Loading