Always use statically linked c-ares on windows; fix build
authorBert Belder <bertbelder@gmail.com>
Thu, 25 Nov 2010 00:43:33 +0000 (01:43 +0100)
committerBert Belder <bertbelder@gmail.com>
Mon, 20 Dec 2010 22:50:46 +0000 (23:50 +0100)
commit276b0b174e6a99e9d04b37b898da3b00e7d16ccb
tree058099e5ab32cb5a855ca93190c3930f1f8c77b4
parent3947269f97ddd35388220be741160dac62bb8e64
Always use statically linked c-ares on windows; fix build

On win32 CARES is always static, so we can call internal functions like ares_inet_pton et al.
CARES_STATICLIB must be defined or gcc will try to make DLL stub calls
wscript