curl-library
Re: curl-7.10.8-pre3
Date: Wed, 8 Oct 2003 18:18:02 +0200
> As always, report bugs if you see any!
ENABLE_IPV6 conflict with USE_ARES because of this
in lib/setup.h:
#if defined(ENABLE_IPV6) && !defined(USE_ARES)
typedef struct addrinfo Curl_addrinfo;
typedef struct addrinfo Curl_ipconnect;
#else
typedef struct hostent Curl_addrinfo;
typedef struct in_addr Curl_ipconnect;
#endif
That combination should maybe result in an "#error" ?
Besides IPv6 for Windows is not possible at the moment.
I'm working on that though.
--gv
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
Received on 2003-10-08