]> The Tcpdump Group git mirrors - tcpdump/commit
We no longer include <netinet/ip.h>, so we don't need to work around
authorguy <guy>
Fri, 6 Oct 2000 04:19:21 +0000 (04:19 +0000)
committerguy <guy>
Fri, 6 Oct 2000 04:19:21 +0000 (04:19 +0000)
commitb67cb8951ccb0686a99e09afc578a17a5e58798c
treefa102f054eb69ed3290474771b0864438667c7a0
parent535dd007b3ecf5d21eacba2bf559f1012c709da8
We no longer include <netinet/ip.h>, so we don't need to work around
Digital UNIX using "ip_vhl" rather than "ip_v" and "ip_hl" bitfields if
__STDC__ is defined (we have our own "ip.h", and we don't use bitfields
in it).

Get rid of HAVE_INET_ATON, HAVE_INET_NTOP, and HAVE_INET_PTON - we don't
use them; instead, we supply our own versions of "inet_aton()",
"inet_ntop()", and "inet_pton()".  (Defining them in "configure.in"
caused complaints from "autoreconf".)

Check for the "rc5.h" header, as we *do* use HAVE_RC5_H.
acconfig.h
config.h.in
configure
configure.in