From: Ken Raeburn Date: Fri, 5 Jul 2002 21:40:37 +0000 (+0000) Subject: log msgs for configure.in and fake-addrinfo.h changes accidentally checked in with... X-Git-Tag: krb5-1.3-alpha1~612 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9baefd4dd60ebb3a57bc860c4008e3632147419d;p=krb5.git log msgs for configure.in and fake-addrinfo.h changes accidentally checked in with port-sockets.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14607 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 30e24b142..f42d22ab2 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -3,6 +3,16 @@ * port-sockets.h (SOCKET_WRITEV) [!_WIN32]: Use TMP after setting it, to silence compiler warnings. + * configure.in: Rewrite gethostbyname_r and getservbyname_r tests + to properly disable the use of these functions if the argument + types cannot be determined. + + * fake-addrinfo.h [NEED_FAKE_GETADDRINFO]: Include string.h. + (fake_getnameinfo): Cast GET_HOST_BY_ADDR address pointer argument + to char * as required by gethostbyaddr prototype. + (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): If defining, define them to + 1. + 2002-06-26 Ezra Peisach * configure.in: Modify test for in6addr_any definition in C