Remove the various gethostbyname_r checks and just check for
authorDan Winship <danw@src.gnome.org>
Tue, 12 Apr 2005 19:18:46 +0000 (19:18 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 12 Apr 2005 19:18:46 +0000 (19:18 +0000)
commit7ef7034cde21f3db6bbbf9218072b6d2e648d6c1
treefa32173eb3a459da2b8627c1b8e6d1d7e89b4f57
parentdbc7ce9e0f5bf9c8be764946886a9003fb129b29
Remove the various gethostbyname_r checks and just check for

* configure.in: Remove the various gethostbyname_r checks and just
check for getnameinfo/getaddrinfo.

* libsoup/soup-dns.c: de-nastify. Make this use threads instead of
forking. Change the API around a bunch in the process.

* libsoup/soup-address.c: Update for soup-dns changes

* tests/dns.c: take multiple hostnames on the command line and
resolve them all at once (patch from tml)
ChangeLog
configure.in
libsoup/soup-address.c
libsoup/soup-dns.c
libsoup/soup-dns.h
tests/dns.c