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