]> The Tcpdump Group git mirrors - tcpdump/commit
Properly define {u_}intN_t types when testing pcap/*.h headers.
authorGuy Harris <[email protected]>
Mon, 4 Apr 2011 19:02:02 +0000 (12:02 -0700)
committerGuy Harris <[email protected]>
Mon, 4 Apr 2011 19:02:02 +0000 (12:02 -0700)
commit539ef305441972d920ef4f6fc5d55533eb155998
tree0f12854b9ccc25eb893dd4d602c39c3a9c113410
parentf0296bc39c77f8e9e997d5dae87ab5704e27cdc2
Properly define {u_}intN_t types when testing pcap/*.h headers.

pcap/bluetooth.h and pcap/usb.h require those types, so we check for
those types before checking those headers, and we include
"tcpdump-stdinc.h" in the tests, so the appropriate headers to define
those types get pulled in.
configure.in