From 71820ddb169f081273a4e230c5a500cd3a8c5fc2 Mon Sep 17 00:00:00 2001 From: fenner Date: Fri, 21 Jun 2002 01:35:37 +0000 Subject: Update for libpcap 0.7.1 --- lib/libpcap/config.h | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index 729b4c5..39a80b4 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -10,12 +10,17 @@ /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ +/* 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 */ + /* Define if you have the ether_hostton function. */ #define HAVE_ETHER_HOSTTON 1 -/* Define if you have the freeifaddrs function. */ -#define HAVE_FREEIFADDRS 1 - /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 @@ -25,12 +30,12 @@ /* Define if you have the header file. */ #define HAVE_IFADDRS_H 1 +/* Define if you have the header file. */ +#define HAVE_LIMITS_H 1 + /* Define if you have the header file. */ #define HAVE_NETINET_IF_ETHER_H 1 -/* Define if you have the header file. */ -/* #undef HAVE_NETPACKET_PACKET_H */ - /* Define if you have the header file. */ /* #undef HAVE_SYS_BUFMOD_H */ @@ -65,12 +70,24 @@ /* XXX Handled by Makefile, to handle NOINET6 */ /* #define INET6 1 */ +/* Enable optimizer debugging */ +/* #undef BDEBUG */ + +/* Enable parser debugging */ +/* #undef YYDEBUG */ + /* define if you have a /dev/dlpi */ /* #undef HAVE_DEV_DLPI */ /* /dev/dlpi directory */ /* #undef PCAP_DEV_PREFIX */ +/* if if_packet.h has tpacket_stats defined */ +/* #undef HAVE_TPACKET_STATS */ + +/* define if you have a /proc/net/dev */ +/* #undef HAVE_PROC_NET_DEV */ + /* define on AIX to get certain functions */ /* #undef _SUN */ -- cgit v1.1