From 91fc581e384bca8ae8831d23b70ab73ab0dc1a21 Mon Sep 17 00:00:00 2001 From: fenner Date: Fri, 21 Jun 2002 00:43:23 +0000 Subject: Import tcpdump 3.7.1, from http://www.tcpdump.org/release/tcpdump-3.7.1.tar.gz --- contrib/tcpdump/acconfig.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'contrib/tcpdump/acconfig.h') diff --git a/contrib/tcpdump/acconfig.h b/contrib/tcpdump/acconfig.h index 6a03387..213b833 100644 --- a/contrib/tcpdump/acconfig.h +++ b/contrib/tcpdump/acconfig.h @@ -62,6 +62,9 @@ /* define if you have both getipnodebyname() and getipnodebyaddr() */ #undef USE_GETIPNODEBY +/* define if you have ether_ntohost() and it works */ +#undef USE_ETHER_NTOHOST + /* define if unaligned memory accesses fail */ #undef LBL_ALIGN @@ -84,3 +87,14 @@ #undef u_int16_t #undef u_int32_t #undef u_int8_t + +/* Whether or not to include the possibly-buggy SMB printer */ +#undef TCPDUMP_DO_SMB + +/* Long story short: aclocal.m4 depends on autoconf 2.13 + * implementation details wrt "const"; newer versions + * have different implementation details so for now we + * put "const" here. This may cause duplicate definitions + * in config.h but that should be OK since they're the same. + */ +#undef const -- cgit v1.1