]> The Tcpdump Group git mirrors - tcpdump/commit
We should no longer need to use our own versions of system header files
authorguy <guy>
Sat, 21 Oct 2000 05:00:18 +0000 (05:00 +0000)
committerguy <guy>
Sat, 21 Oct 2000 05:00:18 +0000 (05:00 +0000)
commite1b8a9344ca518a2e84571ec1a5f8fc38455101a
treeafd1263ee489645dfc35441fab08acdbd372cd6d
parent9716bf22f285fa9a84153b9eab0563b33e7138a0
We should no longer need to use our own versions of system header files
when compiling on Linux, as we extracted from those copies the
definitions and declarations we need in order to dissect packets, and
put them into our own header files in the regular source directory.

We should also no longer need to define __STDC__ as 2 on Digital UNIX,
as we're no longer including the native OS's <netinet/ip.h> to get the
layout of an IP packet declared, we're using our own "ip.h" header file
for that.
configure