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