getaddrinfo is fully thread safe on solaris versions which
authorYang Tse <yangsita@gmail.com>
Sun, 15 Nov 2009 13:43:15 +0000 (13:43 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 15 Nov 2009 13:43:15 +0000 (13:43 +0000)
commit5b3be2ee354ff497f4c41bafae485ddd754ff3aa
treecf06341bac9aa8c6dfccf38b25af81e1929de547
parent3b8d7fddf7c3ada9d63acde216731c695f726c27
getaddrinfo is fully thread safe on solaris versions which
implement the function even when h_errno is not a macro.

The h_errno macro test now only done on systems for which there
is no hard coded knowledge about getaddrinfo's thread safeness.
ares/m4/cares-functions.m4
m4/curl-functions.m4