Home | History | Annotate | Line # | Download | only in dist
cmakeconfig.h.in revision 1.1.1.2
      1      1.1  christos /* cmakeconfig.h.in */
      2      1.1  christos 
      3  1.1.1.2  christos /* Define to 1 if arpa/inet.h declares `ether_hostton' */
      4  1.1.1.2  christos #cmakedefine ARPA_INET_H_DECLARES_ETHER_HOSTTON 1
      5  1.1.1.2  christos 
      6      1.1  christos /* Enable optimizer debugging */
      7      1.1  christos #cmakedefine BDEBUG 1
      8      1.1  christos 
      9  1.1.1.2  christos /* Define to 1 if remote packet capture is to be supported */
     10  1.1.1.2  christos #cmakedefine ENABLE_REMOTE 1
     11  1.1.1.2  christos 
     12  1.1.1.2  christos /* define if we have the AIX getnetbyname_r() */
     13  1.1.1.2  christos #cmakedefine HAVE_AIX_GETNETBYNAME_R 1
     14  1.1.1.2  christos 
     15  1.1.1.2  christos /* define if we have the AIX getprotobyname_r() */
     16  1.1.1.2  christos #cmakedefine HAVE_AIX_GETPROTOBYNAME_R 1
     17      1.1  christos 
     18      1.1  christos /* define if you have the DAG API */
     19      1.1  christos #cmakedefine HAVE_DAG_API 1
     20      1.1  christos 
     21      1.1  christos /* define if you have dag_get_erf_types() */
     22      1.1  christos #cmakedefine HAVE_DAG_GET_ERF_TYPES 1
     23      1.1  christos 
     24      1.1  christos /* define if you have dag_get_stream_erf_types() */
     25      1.1  christos #cmakedefine HAVE_DAG_GET_STREAM_ERF_TYPES 1
     26      1.1  christos 
     27  1.1.1.2  christos /* define if you have large streams capable DAG API */
     28  1.1.1.2  christos #cmakedefine HAVE_DAG_LARGE_STREAMS_API 1
     29      1.1  christos 
     30      1.1  christos /* define if you have vdag_set_device_info() */
     31      1.1  christos #cmakedefine HAVE_DAG_VDAG 1
     32      1.1  christos 
     33  1.1.1.2  christos /* Define to 1 if you have the declaration of `ether_hostton' */
     34      1.1  christos #cmakedefine HAVE_DECL_ETHER_HOSTTON 1
     35      1.1  christos 
     36  1.1.1.2  christos /* Define to 1 if `dl_module_id_1' is a member of `dl_hp_ppa_info_t'. */
     37  1.1.1.2  christos #cmakedefine HAVE_DL_HP_PPA_INFO_T_DL_MODULE_ID_1 1
     38      1.1  christos 
     39  1.1.1.2  christos /* Define to 1 if the system has the type `dl_passive_req_t'. */
     40  1.1.1.2  christos #cmakedefine HAVE_DL_PASSIVE_REQ_T 1
     41      1.1  christos 
     42      1.1  christos /* Define to 1 if you have the `ether_hostton' function. */
     43      1.1  christos #cmakedefine HAVE_ETHER_HOSTTON 1
     44      1.1  christos 
     45      1.1  christos /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
     46      1.1  christos #cmakedefine HAVE_FSEEKO 1
     47      1.1  christos 
     48  1.1.1.2  christos /* Define to 1 if you have the `getspnam' function. */
     49  1.1.1.2  christos #cmakedefine HAVE_GETSPNAM 1
     50  1.1.1.2  christos 
     51      1.1  christos /* on HP-UX 10.20 or later */
     52      1.1  christos #cmakedefine HAVE_HPUX10_20_OR_LATER 1
     53      1.1  christos 
     54      1.1  christos /* on HP-UX 9.x */
     55      1.1  christos #cmakedefine HAVE_HPUX9 1
     56      1.1  christos 
     57      1.1  christos /* Define to 1 if you have the <inttypes.h> header file. */
     58      1.1  christos #cmakedefine HAVE_INTTYPES_H 1
     59      1.1  christos 
     60      1.1  christos /* if libdlpi exists */
     61      1.1  christos #cmakedefine HAVE_LIBDLPI 1
     62      1.1  christos 
     63      1.1  christos /* if libnl exists */
     64      1.1  christos #cmakedefine HAVE_LIBNL 1
     65      1.1  christos 
     66      1.1  christos /* if libnl exists and is version 2.x */
     67      1.1  christos #cmakedefine HAVE_LIBNL_2_x 1
     68      1.1  christos 
     69      1.1  christos /* if libnl exists and is version 3.x */
     70      1.1  christos #cmakedefine HAVE_LIBNL_3_x 1
     71      1.1  christos 
     72      1.1  christos /* libnl has NLE_FAILURE */
     73      1.1  christos #cmakedefine HAVE_LIBNL_NLE 1
     74      1.1  christos 
     75      1.1  christos /* libnl has new-style socket api */
     76      1.1  christos #cmakedefine HAVE_LIBNL_SOCKETS 1
     77      1.1  christos 
     78      1.1  christos /* Define to 1 if you have the <limits.h> header file. */
     79      1.1  christos #cmakedefine HAVE_LIMITS_H 1
     80      1.1  christos 
     81      1.1  christos /* Define to 1 if you have the <linux/compiler.h> header file. */
     82      1.1  christos #cmakedefine HAVE_LINUX_COMPILER_H 1
     83      1.1  christos 
     84      1.1  christos /* Define to 1 if you have the <linux/ethtool.h> header file. */
     85      1.1  christos #cmakedefine HAVE_LINUX_ETHTOOL_H 1
     86      1.1  christos 
     87  1.1.1.2  christos /* define if we have the Linux getnetbyname_r() */
     88  1.1.1.2  christos #cmakedefine HAVE_LINUX_GETNETBYNAME_R 1
     89  1.1.1.2  christos 
     90  1.1.1.2  christos /* define if we have the Linux getprotobyname_r() */
     91  1.1.1.2  christos #cmakedefine HAVE_LINUX_GETPROTOBYNAME_R 1
     92  1.1.1.2  christos 
     93      1.1  christos /* Define to 1 if you have the <linux/if_bonding.h> header file. */
     94      1.1  christos #cmakedefine HAVE_LINUX_IF_BONDING_H 1
     95      1.1  christos 
     96      1.1  christos /* Define to 1 if you have the <linux/net_tstamp.h> header file. */
     97      1.1  christos #cmakedefine HAVE_LINUX_NET_TSTAMP_H 1
     98      1.1  christos 
     99  1.1.1.2  christos /* Define to 1 if you have the <linux/socket.h> header file. */
    100  1.1.1.2  christos #cmakedefine HAVE_LINUX_SOCKET_H 1
    101  1.1.1.2  christos 
    102      1.1  christos /* Define to 1 if you have the <linux/sockios.h> header file. */
    103      1.1  christos #cmakedefine HAVE_LINUX_SOCKIOS_H 1
    104      1.1  christos 
    105      1.1  christos /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
    106      1.1  christos #cmakedefine HAVE_LINUX_USBDEVICE_FS_H 1
    107      1.1  christos 
    108      1.1  christos /* Define to 1 if you have the <linux/wireless.h> header file. */
    109      1.1  christos #cmakedefine HAVE_LINUX_WIRELESS_H 1
    110      1.1  christos 
    111      1.1  christos /* Define to 1 if you have the <memory.h> header file. */
    112      1.1  christos #cmakedefine HAVE_MEMORY_H 1
    113      1.1  christos 
    114      1.1  christos /* Define to 1 if you have the <netpacket/packet.h> header file. */
    115      1.1  christos #cmakedefine HAVE_NETPACKET_PACKET_H 1
    116      1.1  christos 
    117  1.1.1.2  christos /* Define to 1 if you have the <net/bpf.h> header file. */
    118  1.1.1.2  christos #cmakedefine HAVE_NET_BPF_H 1
    119  1.1.1.2  christos 
    120  1.1.1.2  christos /* Define to 1 if you have the <net/enet.h> header file. */
    121  1.1.1.2  christos #cmakedefine HAVE_NET_ENET_H 1
    122  1.1.1.2  christos 
    123      1.1  christos /* Define to 1 if you have the <net/if_media.h> header file. */
    124      1.1  christos #cmakedefine HAVE_NET_IF_MEDIA_H 1
    125      1.1  christos 
    126  1.1.1.2  christos /* Define to 1 if you have the <net/nit.h> header file. */
    127  1.1.1.2  christos #cmakedefine HAVE_NET_NIT_H 1
    128  1.1.1.2  christos 
    129  1.1.1.2  christos /* Define to 1 if you have the <net/pfilt.h> header file. */
    130  1.1.1.2  christos #cmakedefine HAVE_NET_PFILT_H 1
    131  1.1.1.2  christos 
    132      1.1  christos /* Define to 1 if you have the <net/pfvar.h> header file. */
    133      1.1  christos #cmakedefine HAVE_NET_PFVAR_H 1
    134      1.1  christos 
    135  1.1.1.2  christos /* Define to 1 if you have the <net/raw.h> header file. */
    136  1.1.1.2  christos #cmakedefine HAVE_NET_RAW_H 1
    137  1.1.1.2  christos 
    138      1.1  christos /* if there's an os_proto.h for this platform, to use additional prototypes */
    139      1.1  christos #cmakedefine HAVE_OS_PROTO_H 1
    140      1.1  christos 
    141  1.1.1.2  christos /* Define to 1 if Packet32 API (WinPcap NPF driver) is available */
    142  1.1.1.2  christos #cmakedefine HAVE_PACKET32 1
    143      1.1  christos 
    144      1.1  christos /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
    145      1.1  christos #cmakedefine HAVE_PF_NAT_THROUGH_PF_NORDR 1
    146      1.1  christos 
    147      1.1  christos /* define if you have the Septel API */
    148      1.1  christos #cmakedefine HAVE_SEPTEL_API 1
    149      1.1  christos 
    150      1.1  christos /* define if you have the Myricom SNF API */
    151      1.1  christos #cmakedefine HAVE_SNF_API 1
    152      1.1  christos 
    153      1.1  christos /* Define to 1 if you have the `snprintf' function. */
    154      1.1  christos #cmakedefine HAVE_SNPRINTF 1
    155      1.1  christos 
    156  1.1.1.2  christos /* Define to 1 if the system has the type `socklen_t'. */
    157      1.1  christos #cmakedefine HAVE_SOCKLEN_T 1
    158      1.1  christos 
    159      1.1  christos /* On solaris */
    160      1.1  christos #cmakedefine HAVE_SOLARIS 1
    161      1.1  christos 
    162  1.1.1.2  christos /* define if we have the Solaris/IRIX getnetbyname_r() */
    163  1.1.1.2  christos #cmakedefine HAVE_SOLARIS_IRIX_GETNETBYNAME_R 1
    164  1.1.1.2  christos 
    165  1.1.1.2  christos /* define if we have the Solaris/IRIX getprotobyname_r() */
    166  1.1.1.2  christos #cmakedefine HAVE_SOLARIS_IRIX_GETPROTOBYNAME_R 1
    167  1.1.1.2  christos 
    168      1.1  christos /* Define to 1 if you have the <stdint.h> header file. */
    169      1.1  christos #cmakedefine HAVE_STDINT_H 1
    170      1.1  christos 
    171      1.1  christos /* Define to 1 if you have the <stdlib.h> header file. */
    172      1.1  christos #cmakedefine HAVE_STDLIB_H 1
    173      1.1  christos 
    174      1.1  christos /* Define to 1 if you have the `strerror' function. */
    175      1.1  christos #cmakedefine HAVE_STRERROR 1
    176      1.1  christos 
    177  1.1.1.2  christos /* Define to 1 if you have the `strerror_r' function. */
    178  1.1.1.2  christos #cmakedefine HAVE_STRERROR_R 1
    179  1.1.1.2  christos 
    180  1.1.1.2  christos /* Define to 1 if you have the `strerror_s' function. */
    181  1.1.1.2  christos #cmakedefine HAVE_STRERROR_S 1
    182  1.1.1.2  christos 
    183  1.1.1.2  christos /* Define to 1 if you have the <strings.h> header file. */
    184  1.1.1.2  christos #cmakedefine HAVE_STRINGS_H 1
    185  1.1.1.2  christos 
    186  1.1.1.2  christos /* Define to 1 if you have the <string.h> header file. */
    187  1.1.1.2  christos #cmakedefine HAVE_STRING_H 1
    188  1.1.1.2  christos 
    189  1.1.1.2  christos /* Define to 1 if you have the `strlcat' function. */
    190  1.1.1.2  christos #cmakedefine HAVE_STRLCAT 1
    191  1.1.1.2  christos 
    192      1.1  christos /* Define to 1 if you have the `strlcpy' function. */
    193      1.1  christos #cmakedefine HAVE_STRLCPY 1
    194      1.1  christos 
    195  1.1.1.2  christos /* Define to 1 if you have the `strtok_r' function. */
    196  1.1.1.2  christos #cmakedefine HAVE_STRTOK_R 1
    197  1.1.1.2  christos 
    198      1.1  christos /* Define to 1 if the system has the type `struct BPF_TIMEVAL'. */
    199      1.1  christos #cmakedefine HAVE_STRUCT_BPF_TIMEVAL 1
    200      1.1  christos 
    201      1.1  christos /* Define to 1 if the system has the type `struct ether_addr'. */
    202      1.1  christos #cmakedefine HAVE_STRUCT_ETHER_ADDR 1
    203      1.1  christos 
    204  1.1.1.2  christos /* Define to 1 if `msg_control' is a member of `struct msghdr'. */
    205  1.1.1.2  christos #cmakedefine HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
    206  1.1.1.2  christos 
    207  1.1.1.2  christos /* Define to 1 if `msg_flags' is a member of `struct msghdr'. */
    208  1.1.1.2  christos #cmakedefine HAVE_STRUCT_MSGHDR_MSG_FLAGS 1
    209  1.1.1.2  christos 
    210  1.1.1.2  christos /* Define to 1 if `hci_channel' is a member of `struct sockaddr_hci'. */
    211  1.1.1.2  christos #cmakedefine HAVE_STRUCT_SOCKADDR_HCI_HCI_CHANNEL 1
    212  1.1.1.2  christos 
    213  1.1.1.2  christos /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
    214  1.1.1.2  christos #cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
    215  1.1.1.2  christos 
    216  1.1.1.2  christos /* Define to 1 if the system has the type `struct sockaddr_storage'. */
    217  1.1.1.2  christos #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE 1
    218  1.1.1.2  christos 
    219  1.1.1.2  christos /* Define to 1 if `tp_vlan_tci' is a member of `struct tpacket_auxdata'. */
    220  1.1.1.2  christos #cmakedefine HAVE_STRUCT_TPACKET_AUXDATA_TP_VLAN_TCI 1
    221  1.1.1.2  christos 
    222  1.1.1.2  christos /* Define to 1 if the system has the type `struct tpacket_stats'. */
    223  1.1.1.2  christos #cmakedefine HAVE_STRUCT_TPACKET_STATS 1
    224  1.1.1.2  christos 
    225  1.1.1.2  christos /* Define to 1 if `bRequestType' is a member of `struct
    226  1.1.1.2  christos    usbdevfs_ctrltransfer'. */
    227  1.1.1.2  christos #cmakedefine HAVE_STRUCT_USBDEVFS_CTRLTRANSFER_BREQUESTTYPE 1
    228      1.1  christos 
    229      1.1  christos /* Define to 1 if you have the <sys/bufmod.h> header file. */
    230      1.1  christos #cmakedefine HAVE_SYS_BUFMOD_H 1
    231      1.1  christos 
    232      1.1  christos /* Define to 1 if you have the <sys/dlpi_ext.h> header file. */
    233      1.1  christos #cmakedefine HAVE_SYS_DLPI_EXT_H 1
    234      1.1  christos 
    235  1.1.1.2  christos /* Define to 1 if you have the <sys/dlpi.h> header file. */
    236  1.1.1.2  christos #cmakedefine HAVE_SYS_DLPI_H 1
    237  1.1.1.2  christos 
    238      1.1  christos /* Define to 1 if you have the <sys/ioccom.h> header file. */
    239      1.1  christos #cmakedefine HAVE_SYS_IOCCOM_H 1
    240      1.1  christos 
    241  1.1.1.2  christos /* Define to 1 if you have the <sys/net/nit.h> header file. */
    242  1.1.1.2  christos #cmakedefine HAVE_SYS_NET_NIT_H 1
    243  1.1.1.2  christos 
    244      1.1  christos /* Define to 1 if you have the <sys/sockio.h> header file. */
    245      1.1  christos #cmakedefine HAVE_SYS_SOCKIO_H 1
    246      1.1  christos 
    247      1.1  christos /* Define to 1 if you have the <sys/stat.h> header file. */
    248      1.1  christos #cmakedefine HAVE_SYS_STAT_H 1
    249      1.1  christos 
    250      1.1  christos /* Define to 1 if you have the <sys/types.h> header file. */
    251      1.1  christos #cmakedefine HAVE_SYS_TYPES_H 1
    252      1.1  christos 
    253      1.1  christos /* define if you have the TurboCap API */
    254      1.1  christos #cmakedefine HAVE_TC_API 1
    255      1.1  christos 
    256      1.1  christos /* Define to 1 if you have the <unistd.h> header file. */
    257      1.1  christos #cmakedefine HAVE_UNISTD_H 1
    258      1.1  christos 
    259      1.1  christos /* Define to 1 if you have the `vsnprintf' function. */
    260      1.1  christos #cmakedefine HAVE_VSNPRINTF 1
    261      1.1  christos 
    262      1.1  christos /* Define to 1 if you have the `PacketIsLoopbackAdapter' function. */
    263      1.1  christos #cmakedefine HAVE_PACKET_IS_LOOPBACK_ADAPTER 1
    264      1.1  christos 
    265      1.1  christos /* IPv6 */
    266      1.1  christos #cmakedefine INET6 1
    267      1.1  christos 
    268      1.1  christos /* if unaligned access fails */
    269      1.1  christos #cmakedefine LBL_ALIGN 1
    270      1.1  christos 
    271      1.1  christos /* path for device for USB sniffing */
    272  1.1.1.2  christos #cmakedefine LINUX_USB_MON_DEV "@LINUX_USB_MON_DEV@"
    273      1.1  christos 
    274      1.1  christos /* Define to 1 if netinet/ether.h declares `ether_hostton' */
    275      1.1  christos #cmakedefine NETINET_ETHER_H_DECLARES_ETHER_HOSTTON 1
    276      1.1  christos 
    277      1.1  christos /* Define to 1 if netinet/if_ether.h declares `ether_hostton' */
    278      1.1  christos #cmakedefine NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON 1
    279      1.1  christos 
    280  1.1.1.2  christos /* Define to 1 if net/ethernet.h declares `ether_hostton' */
    281  1.1.1.2  christos #cmakedefine NET_ETHERNET_H_DECLARES_ETHER_HOSTTON 1
    282  1.1.1.2  christos 
    283      1.1  christos /* do not use protochain */
    284      1.1  christos #cmakedefine NO_PROTOCHAIN 1
    285      1.1  christos 
    286      1.1  christos /* Define to the address where bug reports for this package should be sent. */
    287      1.1  christos #cmakedefine PACKAGE_BUGREPORT 1
    288      1.1  christos 
    289  1.1.1.2  christos /* Define to the DLL-preferred version string of of this package. */
    290  1.1.1.2  christos #cmakedefine PACKAGE_VERSION_DLL @PACKAGE_VERSION_DLL@
    291  1.1.1.2  christos 
    292      1.1  christos /* Define to the full name of this package. */
    293  1.1.1.2  christos #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
    294      1.1  christos 
    295      1.1  christos /* Define to the full name and version of this package. */
    296  1.1.1.2  christos #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
    297      1.1  christos 
    298      1.1  christos /* Define to the one symbol short name of this package. */
    299      1.1  christos #cmakedefine PACKAGE_TARNAME 1
    300      1.1  christos 
    301      1.1  christos /* Define to the home page for this package. */
    302      1.1  christos #cmakedefine PACKAGE_URL 1
    303      1.1  christos 
    304      1.1  christos /* Define to the version of this package. */
    305  1.1.1.2  christos #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
    306      1.1  christos 
    307      1.1  christos /* target host supports Bluetooth sniffing */
    308      1.1  christos #cmakedefine PCAP_SUPPORT_BT 1
    309      1.1  christos 
    310      1.1  christos /* target host supports Bluetooth Monitor */
    311      1.1  christos #cmakedefine PCAP_SUPPORT_BT_MONITOR 1
    312      1.1  christos 
    313      1.1  christos /* support D-Bus sniffing */
    314      1.1  christos #cmakedefine PCAP_SUPPORT_DBUS 1
    315      1.1  christos 
    316      1.1  christos /* target host supports netfilter sniffing */
    317      1.1  christos #cmakedefine PCAP_SUPPORT_NETFILTER 1
    318      1.1  christos 
    319  1.1.1.2  christos /* target host supports netmap */
    320  1.1.1.2  christos #cmakedefine PCAP_SUPPORT_NETMAP 1
    321  1.1.1.2  christos 
    322  1.1.1.2  christos /* use packet ring capture support on Linux if available */
    323      1.1  christos #cmakedefine PCAP_SUPPORT_PACKET_RING 1
    324      1.1  christos 
    325  1.1.1.2  christos /* target host supports RDMA sniffing */
    326  1.1.1.2  christos #cmakedefine PCAP_SUPPORT_RDMASNIFF 1
    327  1.1.1.2  christos 
    328      1.1  christos /* target host supports USB sniffing */
    329      1.1  christos #cmakedefine PCAP_SUPPORT_USB 1
    330      1.1  christos 
    331      1.1  christos /* include ACN support */
    332      1.1  christos #cmakedefine SITA 1
    333      1.1  christos 
    334      1.1  christos /* Define to 1 if you have the ANSI C header files. */
    335      1.1  christos #cmakedefine STDC_HEADERS 1
    336      1.1  christos 
    337  1.1.1.2  christos /* Define to 1 if strings.h declares `ffs' */
    338  1.1.1.2  christos #cmakedefine STRINGS_H_DECLARES_FFS 1
    339  1.1.1.2  christos 
    340  1.1.1.2  christos /* Define to 1 if sys/ethernet.h declares `ether_hostton' */
    341  1.1.1.2  christos #cmakedefine SYS_ETHERNET_H_DECLARES_ETHER_HOSTTON 1
    342  1.1.1.2  christos 
    343      1.1  christos /* Enable parser debugging */
    344      1.1  christos #cmakedefine YYDEBUG 1
    345      1.1  christos 
    346      1.1  christos /* Enable large inode numbers on Mac OS X 10.5.  */
    347      1.1  christos #ifndef _DARWIN_USE_64_BIT_INODE
    348      1.1  christos # define _DARWIN_USE_64_BIT_INODE 1
    349      1.1  christos #endif
    350      1.1  christos 
    351      1.1  christos /* Number of bits in a file offset, on hosts where this is settable. */
    352      1.1  christos #cmakedefine _FILE_OFFSET_BITS 1
    353      1.1  christos 
    354      1.1  christos /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
    355      1.1  christos #cmakedefine _LARGEFILE_SOURCE 1
    356      1.1  christos 
    357      1.1  christos /* Define for large files, on AIX-style hosts. */
    358      1.1  christos #cmakedefine _LARGE_FILES 1
    359      1.1  christos 
    360      1.1  christos /* define on AIX to get certain functions */
    361      1.1  christos #cmakedefine _SUN 1
    362      1.1  christos 
    363      1.1  christos #if 0
    364      1.1  christos /* on sinix */
    365      1.1  christos #cmakedefine sinix 1
    366      1.1  christos #endif
    367