* addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
authorueno <ueno>
Tue, 22 Jan 2002 12:40:30 +0000 (12:40 +0000)
committerueno <ueno>
Tue, 22 Jan 2002 12:40:30 +0000 (12:40 +0000)
commitb0ad35214d3c67926be72ad2e13b9c67ad2091bf
tree232c0d3780bed2ca02240ef37374cda14a8d03bb
parent00d2fe3f5de96ca6fa820555132d2087a064b163
* 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.
Makefile.am
addrinfo.h [deleted file]
bittypes.h [deleted file]
configure.in
getaddrinfo.c [deleted file]
sockstorage.h [deleted file]
starttls.c