Home | History | Annotate | Download | only in libpcap
      1 /* cmakeconfig.h.in */
      2 
      3 /* Enable optimizer debugging */
      4 #cmakedefine BDEBUG 1
      5 
      6 /* define if you have a cloning BPF device */
      7 #cmakedefine HAVE_CLONING_BPF 1
      8 
      9 /* define if you have the DAG API */
     10 #cmakedefine HAVE_DAG_API 1
     11 
     12 /* define if you have dag_get_erf_types() */
     13 #cmakedefine HAVE_DAG_GET_ERF_TYPES 1
     14 
     15 /* define if you have dag_get_stream_erf_types() */
     16 #cmakedefine HAVE_DAG_GET_STREAM_ERF_TYPES 1
     17 
     18 /* define if you have streams capable DAG API */
     19 #cmakedefine HAVE_DAG_STREAMS_API 1
     20 
     21 /* define if you have vdag_set_device_info() */
     22 #cmakedefine HAVE_DAG_VDAG 1
     23 
     24 /* Define to 1 if you have the declaration of `ether_hostton', and to 0 if you
     25    don't. */
     26 #cmakedefine HAVE_DECL_ETHER_HOSTTON 1
     27 
     28 /* define if you have a /dev/dlpi */
     29 #cmakedefine HAVE_DEV_DLPI 1
     30 
     31 /* if passive_req_t primitive exists */
     32 #cmakedefine HAVE_DLPI_PASSIVE 1
     33 
     34 /* Define to 1 if you have the `ether_hostton' function. */
     35 #cmakedefine HAVE_ETHER_HOSTTON 1
     36 
     37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
     38 #cmakedefine HAVE_FSEEKO 1
     39 
     40 /* on HP-UX 10.20 or later */
     41 #cmakedefine HAVE_HPUX10_20_OR_LATER 1
     42 
     43 /* on HP-UX 9.x */
     44 #cmakedefine HAVE_HPUX9 1
     45 
     46 /* if ppa_info_t_dl_module_id exists */
     47 #cmakedefine HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 1
     48 
     49 /* Define to 1 if you have the <inttypes.h> header file. */
     50 #cmakedefine HAVE_INTTYPES_H 1
     51 
     52 /* if libdlpi exists */
     53 #cmakedefine HAVE_LIBDLPI 1
     54 
     55 /* if libnl exists */
     56 #cmakedefine HAVE_LIBNL 1
     57 
     58 /* if libnl exists and is version 2.x */
     59 #cmakedefine HAVE_LIBNL_2_x 1
     60 
     61 /* if libnl exists and is version 3.x */
     62 #cmakedefine HAVE_LIBNL_3_x 1
     63 
     64 /* libnl has NLE_FAILURE */
     65 #cmakedefine HAVE_LIBNL_NLE 1
     66 
     67 /* libnl has new-style socket api */
     68 #cmakedefine HAVE_LIBNL_SOCKETS 1
     69 
     70 /* Define to 1 if you have the <limits.h> header file. */
     71 #cmakedefine HAVE_LIMITS_H 1
     72 
     73 /* Define to 1 if you have the <linux/compiler.h> header file. */
     74 #cmakedefine HAVE_LINUX_COMPILER_H 1
     75 
     76 /* Define to 1 if you have the <linux/ethtool.h> header file. */
     77 #cmakedefine HAVE_LINUX_ETHTOOL_H 1
     78 
     79 /* Define to 1 if you have the <linux/if_bonding.h> header file. */
     80 #cmakedefine HAVE_LINUX_IF_BONDING_H 1
     81 
     82 /* Define to 1 if you have the <linux/if_packet.h> header file. */
     83 #cmakedefine HAVE_LINUX_IF_PACKET_H 1
     84 
     85 /* Define to 1 if you have the <linux/net_tstamp.h> header file. */
     86 #cmakedefine HAVE_LINUX_NET_TSTAMP_H 1
     87 
     88 /* Define to 1 if you have the <linux/sockios.h> header file. */
     89 #cmakedefine HAVE_LINUX_SOCKIOS_H 1
     90 
     91 /* if tp_vlan_tci exists */
     92 #cmakedefine HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI 1
     93 
     94 /* Define to 1 if you have the <linux/types.h> header file. */
     95 #cmakedefine HAVE_LINUX_TYPES_H 1
     96 
     97 /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
     98 #cmakedefine HAVE_LINUX_USBDEVICE_FS_H 1
     99 
    100 /* Define to 1 if you have the <linux/wireless.h> header file. */
    101 #cmakedefine HAVE_LINUX_WIRELESS_H 1
    102 
    103 /* Define to 1 if you have the <memory.h> header file. */
    104 #cmakedefine HAVE_MEMORY_H 1
    105 
    106 /* Define to 1 if you have the <netinet/ether.h> header file. */
    107 #cmakedefine HAVE_NETINET_ETHER_H 1
    108 
    109 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
    110 #cmakedefine HAVE_NETINET_IF_ETHER_H 1
    111 
    112 /* Define to 1 if you have the <netpacket/if_packet.h> header file. */
    113 #cmakedefine HAVE_NETPACKET_IF_PACKET_H 1
    114 
    115 /* Define to 1 if you have the <netpacket/packet.h> header file. */
    116 #cmakedefine HAVE_NETPACKET_PACKET_H 1
    117 
    118 /* Define to 1 if you have the <net/if_media.h> header file. */
    119 #cmakedefine HAVE_NET_IF_MEDIA_H 1
    120 
    121 /* Define to 1 if you have the <net/pfvar.h> header file. */
    122 #cmakedefine HAVE_NET_PFVAR_H 1
    123 
    124 /* if there's an os_proto.h for this platform, to use additional prototypes */
    125 #cmakedefine HAVE_OS_PROTO_H 1
    126 
    127 /* Define to 1 if remote packet capture is to be supported */
    128 #cmakedefine HAVE_REMOTE 1
    129 
    130 /* Define to 1 if you have the <paths.h> header file. */
    131 #cmakedefine HAVE_PATHS_H 1
    132 
    133 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
    134 #cmakedefine HAVE_PF_NAT_THROUGH_PF_NORDR 1
    135 
    136 /* define if you have the Septel API */
    137 #cmakedefine HAVE_SEPTEL_API 1
    138 
    139 /* define if you have the Myricom SNF API */
    140 #cmakedefine HAVE_SNF_API 1
    141 
    142 /* Define to 1 if you have the `snprintf' function. */
    143 #cmakedefine HAVE_SNPRINTF 1
    144 
    145 /* if struct sockaddr has the sa_len member */
    146 #cmakedefine HAVE_SOCKADDR_SA_LEN 1
    147 
    148 /* if struct sockaddr_storage exists */
    149 #cmakedefine HAVE_SOCKADDR_STORAGE 1
    150 
    151 /* define if socklen_t is defined */
    152 #cmakedefine HAVE_SOCKLEN_T 1
    153 
    154 /* On solaris */
    155 #cmakedefine HAVE_SOLARIS 1
    156 
    157 /* Define to 1 if you have the <stdint.h> header file. */
    158 #cmakedefine HAVE_STDINT_H 1
    159 
    160 /* Define to 1 if you have the <stdlib.h> header file. */
    161 #cmakedefine HAVE_STDLIB_H 1
    162 
    163 /* Define to 1 if you have the `strerror' function. */
    164 #cmakedefine HAVE_STRERROR 1
    165 
    166 /* Define to 1 if you have the `strlcpy' function. */
    167 #cmakedefine HAVE_STRLCPY 1
    168 
    169 /* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
    170 #cmakedefine HAVE_STRUCT_BPF_TIMEVAL 1
    171 
    172 /* Define to 1 if the system has the type `struct ether_addr'. */
    173 #cmakedefine HAVE_STRUCT_ETHER_ADDR 1
    174 
    175 /* Define to 1 if you have the <sys/bitypes.h> header file. */
    176 #cmakedefine HAVE_SYS_BITYPES_H 1
    177 
    178 /* Define to 1 if you have the <sys/bufmod.h> header file. */
    179 #cmakedefine HAVE_SYS_BUFMOD_H 1
    180 
    181 /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
    182 #cmakedefine HAVE_SYS_DLPI_EXT_H 1
    183 
    184 /* Define to 1 if you have the <sys/ioccom.h> header file. */
    185 #cmakedefine HAVE_SYS_IOCCOM_H 1
    186 
    187 /* Define to 1 if you have the <sys/sockio.h> header file. */
    188 #cmakedefine HAVE_SYS_SOCKIO_H 1
    189 
    190 /* Define to 1 if you have the <sys/stat.h> header file. */
    191 #cmakedefine HAVE_SYS_STAT_H 1
    192 
    193 /* Define to 1 if you have the <sys/types.h> header file. */
    194 #cmakedefine HAVE_SYS_TYPES_H 1
    195 
    196 /* define if you have the TurboCap API */
    197 #cmakedefine HAVE_TC_API 1
    198 
    199 /* if if_packet.h has tpacket_stats defined */
    200 #cmakedefine HAVE_TPACKET_STATS 1
    201 
    202 /* Define to 1 if you have the <unistd.h> header file. */
    203 #cmakedefine HAVE_UNISTD_H 1
    204 
    205 /* if struct usbdevfs_ctrltransfer has bRequestType */
    206 #cmakedefine HAVE_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE 1
    207 
    208 /* Define to 1 if you have the `vsnprintf' function. */
    209 #cmakedefine HAVE_VSNPRINTF 1
    210 
    211 /* Define to 1 if you have the `PacketIsLoopbackAdapter' function. */
    212 #cmakedefine HAVE_PACKET_IS_LOOPBACK_ADAPTER 1
    213 
    214 /* define if the system supports zerocopy BPF */
    215 #cmakedefine HAVE_ZEROCOPY_BPF 1
    216 
    217 /* define if your compiler has __attribute__ */
    218 #cmakedefine HAVE___ATTRIBUTE__ 1
    219 
    220 /* IPv6 */
    221 #cmakedefine INET6 1
    222 
    223 /* if unaligned access fails */
    224 #cmakedefine LBL_ALIGN 1
    225 
    226 /* path for device for USB sniffing */
    227 #cmakedefine LINUX_USB_MON_DEV 1
    228 
    229 /* if we need a pcap_parse wrapper around yyparse */
    230 #cmakedefine NEED_YYPARSE_WRAPPER 1
    231 
    232 /* Define to 1 if netinet/ether.h declares `ether_hostton' */
    233 #cmakedefine NETINET_ETHER_H_DECLARES_ETHER_HOSTTON 1
    234 
    235 /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
    236 #cmakedefine NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON 1
    237 
    238 /* do not use protochain */
    239 #cmakedefine NO_PROTOCHAIN 1
    240 
    241 /* Define to the address where bug reports for this package should be sent. */
    242 #cmakedefine PACKAGE_BUGREPORT 1
    243 
    244 /* Define to the full name of this package. */
    245 #cmakedefine PACKAGE_NAME 1
    246 
    247 /* Define to the full name and version of this package. */
    248 #cmakedefine PACKAGE_STRING 1
    249 
    250 /* Define to the one symbol short name of this package. */
    251 #cmakedefine PACKAGE_TARNAME 1
    252 
    253 /* Define to the home page for this package. */
    254 #cmakedefine PACKAGE_URL 1
    255 
    256 /* Define to the version of this package. */
    257 #cmakedefine PACKAGE_VERSION 1
    258 
    259 /* /dev/dlpi directory */
    260 #cmakedefine PCAP_DEV_PREFIX 1
    261 
    262 /* target host supports Bluetooth sniffing */
    263 #cmakedefine PCAP_SUPPORT_BT 1
    264 
    265 /* target host supports Bluetooth Monitor */
    266 #cmakedefine PCAP_SUPPORT_BT_MONITOR 1
    267 
    268 /* support D-Bus sniffing */
    269 #cmakedefine PCAP_SUPPORT_DBUS 1
    270 
    271 /* target host supports netfilter sniffing */
    272 #cmakedefine PCAP_SUPPORT_NETFILTER 1
    273 
    274 /* use Linux packet ring capture if available */
    275 #cmakedefine PCAP_SUPPORT_PACKET_RING 1
    276 
    277 /* target host supports USB sniffing */
    278 #cmakedefine PCAP_SUPPORT_USB 1
    279 
    280 /* include ACN support */
    281 #cmakedefine SITA 1
    282 
    283 /* if struct sockaddr_hci has hci_channel member */
    284 #cmakedefine SOCKADDR_HCI_HAS_HCI_CHANNEL 1
    285 
    286 /* Define to 1 if you have the ANSI C header files. */
    287 #cmakedefine STDC_HEADERS 1
    288 
    289 /* Enable parser debugging */
    290 #cmakedefine YYDEBUG 1
    291 
    292 /* Enable large inode numbers on Mac OS X 10.5.  */
    293 #ifndef _DARWIN_USE_64_BIT_INODE
    294 # define _DARWIN_USE_64_BIT_INODE 1
    295 #endif
    296 
    297 /* Number of bits in a file offset, on hosts where this is settable. */
    298 #cmakedefine _FILE_OFFSET_BITS 1
    299 
    300 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
    301 #cmakedefine _LARGEFILE_SOURCE 1
    302 
    303 /* Define for large files, on AIX-style hosts. */
    304 #cmakedefine _LARGE_FILES 1
    305 
    306 /* define on AIX to get certain functions */
    307 #cmakedefine _SUN 1
    308 
    309 /* define if your compiler allows __attribute__((format)) without a warning */
    310 #cmakedefine __ATTRIBUTE___FORMAT_OK 1
    311 
    312 #if 0
    313 /* to handle Ultrix compilers that don't support const in prototypes */
    314 #cmakedefine const 1
    315 
    316 /* Define as token for inline if inlining supported */
    317 #cmakedefine inline 1
    318 
    319 /* Define to `short' if int16_t not defined. */
    320 #cmakedefine int16_t 1
    321 
    322 /* Define to `int' if int32_t not defined. */
    323 #cmakedefine int32_t 1
    324 
    325 /* Define to `long long' if int64_t not defined. */
    326 #cmakedefine int64_t 1
    327 
    328 /* Define to `signed char' if int8_t not defined. */
    329 #cmakedefine int8_t 1
    330 
    331 /* on sinix */
    332 #cmakedefine sinix 1
    333 
    334 /* Define to `unsigned short' if u_int16_t not defined. */
    335 #cmakedefine u_int16_t 1
    336 
    337 /* Define to `unsigned int' if u_int32_t not defined. */
    338 #cmakedefine u_int32_t 1
    339 
    340 /* Define to `unsigned long long' if u_int64_t not defined. */
    341 #cmakedefine u_int64_t 1
    342 
    343 /* Define to `unsigned char' if u_int8_t not defined. */
    344 #cmakedefine u_int8_t 1
    345 #endif
    346