From: Gisle Vanem Date: Tue, 31 Oct 2006 17:54:51 +0000 (+0000) Subject: Added Watt-32 section to fix things for Watt32+Win32 targets. X-Git-Tag: curl-7_16_1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56ef9272979c53108da5f316decc482deedb46f;p=thirdparty%2Fcurl.git Added Watt-32 section to fix things for Watt32+Win32 targets. --- diff --git a/ares/config-win32.h b/ares/config-win32.h index 0cd626ff4f..4ab422844c 100644 --- a/ares/config-win32.h +++ b/ares/config-win32.h @@ -127,6 +127,16 @@ /* Define to the function return type for send. */ #define SEND_TYPE_RETV int +/* Specifics for the Watt-32 tcp/ip stack */ +#ifdef WATT32 + #define SOCKET int + #define NS_INADDRSZ 4 + #define HAVE_ARPA_NAMESER_H 1 + #undef HAVE_WINSOCK_H + #undef HAVE_WINSOCK2_H + #undef HAVE_WS2TCPIP_H +#endif + /* ---------------------------------------------------------------- */ /* STRUCT RELATED */ /* ---------------------------------------------------------------- */