Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to code
[platform/upstream/c-ares.git] / configure.ac
2005-09-21 Daniel Stenbergsimplified the sin6_scope_id test and removed some...
2005-09-21 Daniel Stenbergfixed the check for the addrinfo struct
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-09-10 Daniel StenbergUse the AC_CHECK_MEMBER() function for check struct...
2005-06-19 Dominick MeglioAdded some checks for the addrinfo structure.
2005-06-03 Daniel StenbergFIONBIO is in sys/ioctl.h on AIX
2005-06-02 Daniel StenbergWilliam Ahern:
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API
2005-05-14 Daniel Stenbergreplaced the CRLF newlines with plain LF ones
2005-05-14 Dominick MeglioAdded an inet_ntop function from BIND for systems that...
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-08 Daniel Stenberginclude sys/types.h too when checking for headers as...
2005-04-07 Daniel StenbergTry harder to see if arpa/nameser_compat.h REALLY is...
2005-04-06 Daniel Stenbergcheck for struct sizes and use those sizes if the NS_...
2005-04-05 Daniel Stenbergcheck for another arpa header
2005-04-05 Daniel Stenbergcheck for the arpa/* headers
2005-04-05 Dominick MeglioProvided implementations of inet_net_pton and inet_pton...
2005-03-20 Daniel Stenbergattempt to fix the ares link breakage with --enable...
2005-03-11 Daniel StenbergCheck for winsock.h to work with win32. Only include...
2005-03-10 Daniel StenbergDominick Meglio added ares_parse_aaaa_reply.c and did...
2004-11-11 Daniel Stenbergfix the -I path to the proper include dir when --enable...
2004-07-24 Daniel Stenberg--enable-debug now makes the lib built static only...
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-02-25 Daniel Stenbergadded the better debug option logic from curl by adding...
2004-02-23 Daniel Stenbergcheck for a few basic header files
2004-02-22 Daniel Stenbergthis code uses no long long, so we can have warnings...
2004-02-19 Daniel Stenbergcheck for standard headers when --enable-debug is used
2004-02-18 Daniel StenbergI removed the socklen_t requirement from memdebug.h...
2004-02-18 Daniel StenbergThe --enable-debug option really requires this to be...
2004-02-15 Daniel Stenbergdon't assume we can use gcc 2.96+ options
2004-02-04 Daniel Stenbergwe use the more aggressive compiler warnings
2004-02-04 Daniel Stenberguse configure.ac instead of configure.in