diff options
Diffstat (limited to 'lib/libpcap/config.h')
-rw-r--r-- | lib/libpcap/config.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index 78bb0db..f4dec9c 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -17,6 +17,9 @@ /* define if you have a cloning BPF device */ #define HAVE_CLONING_BPF 1 +/* define if you have dag_get_stream_erf_types() */ +/* #undef HAVE_DAG_GET_STREAM_ERF_TYPES */ + /* define if you have the DAG API */ /* #undef HAVE_DAG_API */ @@ -30,12 +33,18 @@ don't. */ #define HAVE_DECL_ETHER_HOSTTON 1 +/* if passive_req_t primitive exists */ +/* #undef HAVE_DLPI_PASSIVE */ + /* define if you have a /dev/dlpi */ /* #undef HAVE_DEV_DLPI */ /* Define to 1 if you have the `ether_hostton' function. */ #define HAVE_ETHER_HOSTTON 1 +/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ +#define HAVE_FSEEKO 1 + /* on HP-UX 10.20 or later */ /* #undef HAVE_HPUX10_20_OR_LATER */ @@ -48,9 +57,18 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 +/* if libdlpi exists */ +/* #undef HAVE_LIBDLPI */ + /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 +/* if tp_vlan_tci exists */ +/* #undef HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI */ + +/* Define to 1 if you have the <linux/wireless.h> header file. */ +/* #undef HAVE_LINUX_WIRELESS_H */ + /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 @@ -60,6 +78,9 @@ /* Define to 1 if you have the <netinet/if_ether.h> header file. */ #define HAVE_NETINET_IF_ETHER_H 1 +/* Define to 1 if you have the <net/if_media.h> header file. */ +#define HAVE_NET_IF_MEDIA_H 1 + /* Define to 1 if you have the <net/pfvar.h> header file. */ /* See Makefile */ /* #undef HAVE_NET_PFVAR_H */ @@ -84,6 +105,9 @@ /* if struct sockaddr_storage exists */ #define HAVE_SOCKADDR_STORAGE 1 + +/* define if socklen_t is defined */ +#define HAVE_SOCKLEN_T 1 /* On solaris */ /* #undef HAVE_SOLARIS */ @@ -139,6 +163,9 @@ /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 +/* define if the system supports zerocopy BPF */ +#define HAVE_ZEROCOPY_BPF 1 + /* define if your compiler has __attribute__ */ #define HAVE___ATTRIBUTE__ 1 @@ -148,6 +175,9 @@ /* if unaligned access fails */ /* #undef LBL_ALIGN */ +/* path for device for USB sniffing */ +/* #undef LINUX_USB_MON_DEV */ + /* Define to 1 if netinet/ether.h declares `ether_hostton' */ /* #undef NETINET_ETHER_H_DECLARES_ETHER_HOSTTON */ @@ -175,6 +205,15 @@ /* /dev/dlpi directory */ /* #undef PCAP_DEV_PREFIX */ +/* target host supports Bluetooth sniffing */ +/* #undef PCAP_SUPPORT_BT */ + +/* target host supports USB sniffing */ +/* #undef PCAP_SUPPORT_USB */ + +/* include ACN support */ +/* #undef SITA */ + /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -184,6 +223,15 @@ /* needed on HP-UX */ /* #undef _HPUX_SOURCE */ +/* Number of bits in a file offset, on hosts where this is settable. */ +/* #undef _FILE_OFFSET_BITS */ + +/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ +/* #undef _LARGEFILE_SOURCE */ + +/* Define for large files, on AIX-style hosts. */ +/* #undef _LARGE_FILES */ + /* define on AIX to get certain functions */ /* #undef _SUN */ @@ -199,5 +247,8 @@ /* if we have u_int32_t */ /* #undef u_int32_t */ +/* if we have u_int64_t */ +/* #undef u_int64_t */ + /* if we have u_int8_t */ /* #undef u_int8_t */ |