]> The Tcpdump Group git mirrors - tcpdump/commit
Assume non-buggy getaddrinfo() when cross-compiling.
authorGuy Harris <[email protected]>
Fri, 19 Dec 2014 21:44:21 +0000 (13:44 -0800)
committerGuy Harris <[email protected]>
Fri, 19 Dec 2014 21:44:21 +0000 (13:44 -0800)
commit4998bba23c915829872563e483f83552b1ae8dcd
tree4bf7f135b6b3bc2b24cdf8dbe1a426f5006e4d61
parent56e2d8cc377e491f201348c91d596baca8bafad2
Assume non-buggy getaddrinfo() when cross-compiling.

The cross target is probably some flavor of Linux (this includes
Android) or *BSD (or maybe iOS if you're building for a jailbroken
system), and those should have non-buggy getaddrinfo().

If somebody's cross-compiling for a target with a buggy getaddrinfo(),
and tcpdump incorrectly converting IPv6 addresses to host names causes
the universe to collapse into a giant black hole or something equally
horrible, too bad.

Expand a comment while we're at it.
configure
configure.in