]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up the stuff we do to get <inttypes.h> stuff defined.
authorGuy Harris <[email protected]>
Fri, 15 Sep 2017 01:53:34 +0000 (18:53 -0700)
committerGuy Harris <[email protected]>
Fri, 15 Sep 2017 01:53:34 +0000 (18:53 -0700)
commit14c81f0a4aa300f7ea23af6130469f97d8b18793
tree82e95cdebbad1398467ea73a553bb3f5fa4f1bbb
parentcd246d166df6ca6e9b460957fa27f12eb0a02f01
Clean up the stuff we do to get <inttypes.h> stuff defined.

If we have a libpcap with <pcap/pcap-inttypes.h>, include it, so that we
don't have to worry about definitions colliding if we later include a
pcap header file that includes pcap/pcap-inttypes.h.

Otherwise, do the same stuff pcap-inttypes.h does.  This means that, on
UN*X, we require that there be an <inttypes.h> that defines everything
we need.

Don't bother doing checks that are no longer necessary as a result of
those changes.
config.h.in
configure
configure.in
netdissect-stdinc.h