aboutsummaryrefslogtreecommitdiff
path: root/ares/m4/cares-functions.m4
AgeCommit message (Collapse)Author
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
inet_pton function is available.
2008-09-24HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse
inet_ntop function is available.
2008-09-22attempt to make work the gethostname functionYang Tse
check for winsock build target configurations
2008-09-18fix netdb.h prerequisite inclusionYang Tse
2008-09-17improve detection of getservbyport_r()Yang Tse
2008-09-17improve detection of gethostname()Yang Tse
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse
that lacks the writev function.
2008-09-15improve detection of:Yang Tse
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp()
2008-09-11strdup() clone for systems/configurations which lack itYang Tse