From 529037393955a052ee9500a1ea499f157fb4b641 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 22 Jan 2002 12:40:48 +0000 Subject: [PATCH] update. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 731d0c1..63b0740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2002-01-22 Daiki Ueno + * addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus + on systems where there is no such thing, we are now being unable + to use IPv6. + * bittypes.h: Ditto. + * getaddrinfo.c: Ditto. + * sockstorage.h: Ditto. + * Makefile.am: Took off the above stuff from EXTRA_DIST. + * configure.in: Don't touch $LIBOBJS even if there is no + getaddrinfo working. + + * starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake + getaddrinfo. + +2002-01-22 Daiki Ueno + * bittypes.h: Add missing header files. * sockstorage.h: Ditto. -- 1.7.10.4