Check also for inet_ntop(). Pre-cache knowledge that we do have
authorTor Lillqvist <tml@novell.com>
Tue, 14 Jun 2005 09:02:29 +0000 (09:02 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 14 Jun 2005 09:02:29 +0000 (09:02 +0000)
commit4d7ce6c1f91c2f8da1be6ace4ba45325e59d7c19
tree2caec7b558ff456d386073b8298e60ac349cd8b8
parent96ee7822fc79f7eab3a78e0492458e7d82a47726
Check also for inet_ntop(). Pre-cache knowledge that we do have

2005-06-13  Tor Lillqvist  <tml@novell.com>

* configure.in: Check also for inet_ntop(). Pre-cache knowledge
that we do have inet_pton() and inet_ntop() on Windows (because we
implement them ourselves in soup-dns.c).

* libsoup/soup-dns.c (inet_pton, inet_ntop): Fix the Win32
implementations, they were completely bogus.
(soup_dns_ntop): Make it compile if HAVE_INET_NTOP.
ChangeLog
configure.in
libsoup/soup-dns.c