1 /* This is an edited copy of the config.h generated by configure. */ 2 3 /* config.h. Generated from config.h.in by configure. */ 4 /* config.h.in. Generated from configure.ac by autoheader. */ 5 6 7 #ifndef TCPDUMP_CONFIG_H_ 8 #define TCPDUMP_CONFIG_H_ 9 10 11 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */ 12 /* #undef ARPA_INET_H_DECLARES_ETHER_NTOHOST */ 13 14 /* define if you want to build the instrument functions code */ 15 /* #undef ENABLE_INSTRUMENT_FUNCTIONS */ 16 17 /* define if you want to build the possibly-buggy SMB printer */ 18 #define ENABLE_SMB 1 19 20 /* Define to 1 if you have the `bpf_dump' function. */ 21 #define HAVE_BPF_DUMP 1 22 23 /* capsicum support available */ 24 #define HAVE_CAPSICUM 1 25 26 /* Define to 1 if you have the `cap_enter' function. */ 27 #define HAVE_CAP_ENTER 1 28 29 /* Define to 1 if you have the `cap_ioctls_limit' function. */ 30 #define HAVE_CAP_IOCTLS_LIMIT 1 31 32 /* Define to 1 if you have the <cap-ng.h> header file. */ 33 /* #undef HAVE_CAP_NG_H */ 34 35 /* Define to 1 if you have the `cap_rights_limit' function. */ 36 #define HAVE_CAP_RIGHTS_LIMIT 1 37 38 /* Casper library support available */ 39 /* See Makefile */ 40 /* #undef HAVE_CASPER */ 41 42 /* Define to 1 if you have the declaration of `ether_ntohost' */ 43 /* #undef HAVE_DECL_ETHER_NTOHOST */ 44 45 /* Define to 1 if you have the `ether_ntohost' function. */ 46 #define HAVE_ETHER_NTOHOST 1 47 48 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ 49 #define HAVE_EVP_CIPHER_CTX_NEW 1 50 51 /* Define to 1 if you have the `EVP_DecryptInit_ex' function. */ 52 #define HAVE_EVP_DECRYPTINIT_EX 1 53 54 /* Define to 1 if you have the `fork' function. */ 55 #define HAVE_FORK 1 56 57 /* Define to 1 if you have the `getopt_long' function. */ 58 #define HAVE_GETOPT_LONG 1 59 60 /* define if you have getrpcbynumber() */ 61 #define HAVE_GETRPCBYNUMBER 1 62 63 /* Define to 1 if you have the `getservent' function. */ 64 #define HAVE_GETSERVENT 1 65 66 /* Define to 1 if you have the <inttypes.h> header file. */ 67 #define HAVE_INTTYPES_H 1 68 69 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */ 70 /* #undef HAVE_LIBCAP_NG */ 71 72 /* Define to 1 if you have a usable `crypto' library (-lcrypto). */ 73 /* See Makefile */ 74 /* #undef HAVE_LIBCRYPTO */ 75 76 /* Define to 1 if you have the `rpc' library (-lrpc). */ 77 /* #undef HAVE_LIBRPC */ 78 79 /* Define to 1 if you have the <net/if.h> header file. */ 80 #define HAVE_NET_IF_H 1 81 82 /* Define to 1 if you have the `openat' function. */ 83 #define HAVE_OPENAT 1 84 85 /* define if the OS provides AF_INET6 and struct in6_addr */ 86 #define HAVE_OS_IPV6_SUPPORT 1 87 88 /* if there's an os-proto.h for this platform, to use additional prototypes */ 89 /* #undef HAVE_OS_PROTO_H */ 90 91 /* Define to 1 if you have the `pcap_breakloop' function. */ 92 #define HAVE_PCAP_BREAKLOOP 1 93 94 /* Define to 1 if you have the `pcap_create' function. */ 95 #define HAVE_PCAP_CREATE 1 96 97 /* define if libpcap has pcap_datalink_name_to_val() */ 98 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 99 100 /* define if libpcap has pcap_datalink_val_to_description() */ 101 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 102 103 /* define if libpcap has pcap_debug */ 104 /* #undef HAVE_PCAP_DEBUG */ 105 106 /* Define to 1 if you have the `pcap_dump_flush' function. */ 107 #define HAVE_PCAP_DUMP_FLUSH 1 108 109 /* Define to 1 if you have the `pcap_dump_ftell' function. */ 110 #define HAVE_PCAP_DUMP_FTELL 1 111 112 /* Define to 1 if you have the `pcap_dump_ftell64' function. */ 113 #define HAVE_PCAP_DUMP_FTELL64 1 114 115 /* Define to 1 if you have the `pcap_findalldevs' function. */ 116 #define HAVE_PCAP_FINDALLDEVS 1 117 118 /* Define to 1 if you have the `pcap_findalldevs_ex' function. */ 119 /* #undef HAVE_PCAP_FINDALLDEVS_EX */ 120 121 /* Define to 1 if you have the `pcap_free_datalinks' function. */ 122 #define HAVE_PCAP_FREE_DATALINKS 1 123 124 /* Define to 1 if the system has the type `pcap_if_t'. */ 125 #define HAVE_PCAP_IF_T 1 126 127 /* Define to 1 if you have the `pcap_lib_version' function. */ 128 #define HAVE_PCAP_LIB_VERSION 1 129 130 /* define if libpcap has pcap_list_datalinks() */ 131 #define HAVE_PCAP_LIST_DATALINKS 1 132 133 /* Define to 1 if you have the `pcap_open' function. */ 134 /* #undef HAVE_PCAP_OPEN */ 135 136 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */ 137 #define HAVE_PCAP_PCAP_INTTYPES_H 1 138 139 /* Define to 1 if you have the `pcap_setdirection' function. */ 140 #define HAVE_PCAP_SETDIRECTION 1 141 142 /* Define to 1 if you have the `pcap_set_datalink' function. */ 143 #define HAVE_PCAP_SET_DATALINK 1 144 145 /* Define to 1 if you have the `pcap_set_immediate_mode' function. */ 146 #define HAVE_PCAP_SET_IMMEDIATE_MODE 1 147 148 /* Define to 1 if you have the `pcap_set_optimizer_debug' function. */ 149 /* #undef HAVE_PCAP_SET_OPTIMIZER_DEBUG */ 150 151 /* Define to 1 if you have the `pcap_set_parser_debug' function. */ 152 /* #undef HAVE_PCAP_SET_PARSER_DEBUG */ 153 154 /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */ 155 #define HAVE_PCAP_SET_TSTAMP_PRECISION 1 156 157 /* Define to 1 if you have the `pcap_set_tstamp_type' function. */ 158 #define HAVE_PCAP_SET_TSTAMP_TYPE 1 159 160 /* define if libpcap has pcap_version */ 161 /* #undef HAVE_PCAP_VERSION */ 162 163 /* Define to 1 if you have the `pfopen' function. */ 164 /* #undef HAVE_PFOPEN */ 165 166 /* Define to 1 if you have the <rpc/rpcent.h> header file. */ 167 #define HAVE_RPC_RPCENT_H 1 168 169 /* Define to 1 if you have the <rpc/rpc.h> header file. */ 170 #define HAVE_RPC_RPC_H 1 171 172 /* Define to 1 if you have the `setlinebuf' function. */ 173 #define HAVE_SETLINEBUF 1 174 175 /* Define to 1 if you have the <stdint.h> header file. */ 176 #define HAVE_STDINT_H 1 177 178 /* Define to 1 if you have the <stdio.h> header file. */ 179 #define HAVE_STDIO_H 1 180 181 /* Define to 1 if you have the <stdlib.h> header file. */ 182 #define HAVE_STDLIB_H 1 183 184 /* Define to 1 if you have the `strdup' function. */ 185 #define HAVE_STRDUP 1 186 187 /* Define to 1 if you have the <strings.h> header file. */ 188 #define HAVE_STRINGS_H 1 189 190 /* Define to 1 if you have the <string.h> header file. */ 191 #define HAVE_STRING_H 1 192 193 /* Define to 1 if you have the `strlcat' function. */ 194 #define HAVE_STRLCAT 1 195 196 /* Define to 1 if you have the `strlcpy' function. */ 197 #define HAVE_STRLCPY 1 198 199 /* Define to 1 if you have the `strsep' function. */ 200 #define HAVE_STRSEP 1 201 202 /* Define to 1 if the system has the type `struct ether_addr'. */ 203 /* #undef HAVE_STRUCT_ETHER_ADDR */ 204 205 /* Define to 1 if you have the <sys/stat.h> header file. */ 206 #define HAVE_SYS_STAT_H 1 207 208 /* Define to 1 if you have the <sys/types.h> header file. */ 209 #define HAVE_SYS_TYPES_H 1 210 211 /* Define to 1 if the system has the type `uintptr_t'. */ 212 #define HAVE_UINTPTR_T 1 213 214 /* Define to 1 if you have the <unistd.h> header file. */ 215 #define HAVE_UNISTD_H 1 216 217 /* Define to 1 if you have the `vfork' function. */ 218 #define HAVE_VFORK 1 219 220 /* define if libpcap has yydebug */ 221 /* #undef HAVE_YYDEBUG */ 222 223 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ 224 /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */ 225 226 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */ 227 /* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST */ 228 229 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */ 230 /* #undef NET_ETHERNET_H_DECLARES_ETHER_NTOHOST */ 231 232 /* Define to the address where bug reports for this package should be sent. */ 233 #define PACKAGE_BUGREPORT "" 234 235 /* Define to the full name of this package. */ 236 #define PACKAGE_NAME "tcpdump" 237 238 /* Define to the full name and version of this package. */ 239 #define PACKAGE_STRING "tcpdump 4.99.6" 240 241 /* Define to the one symbol short name of this package. */ 242 #define PACKAGE_TARNAME "tcpdump" 243 244 /* Define to the home page for this package. */ 245 #define PACKAGE_URL "" 246 247 /* Define to the version of this package. */ 248 #define PACKAGE_VERSION "4.99.6" 249 250 /* Define to 1 if all of the C90 standard headers exist (not just the ones 251 required in a freestanding environment). This macro is provided for 252 backward compatibility; new code need not use it. */ 253 #define STDC_HEADERS 1 254 255 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */ 256 /* #undef SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST */ 257 258 /* define if you have ether_ntohost() and it works */ 259 /* #undef USE_ETHER_NTOHOST */ 260 261 /* Define if you enable support for libsmi */ 262 /* #undef USE_LIBSMI */ 263 264 /* define if should chroot when dropping privileges */ 265 /* #undef WITH_CHROOT */ 266 267 /* define if should drop privileges by default */ 268 /* #undef WITH_USER */ 269 270 /* define on AIX to get certain functions */ 271 /* #undef _SUN */ 272 273 /* to handle Ultrix compilers that don't support const in prototypes */ 274 /* #undef const */ 275 276 /* Define as token for inline if inlining supported */ 277 #define inline inline 278 279 /* Define to `uint16_t' if u_int16_t not defined. */ 280 /* #undef u_int16_t */ 281 282 /* Define to `uint32_t' if u_int32_t not defined. */ 283 /* #undef u_int32_t */ 284 285 /* Define to `uint64_t' if u_int64_t not defined. */ 286 /* #undef u_int64_t */ 287 288 /* Define to `uint8_t' if u_int8_t not defined. */ 289 /* #undef u_int8_t */ 290 291 /* Define to the type of an unsigned integer type wide enough to hold a 292 pointer, if such a type exists, and if the system does not define it. */ 293 /* #undef uintptr_t */ 294 295 296 #endif // TCPDUMP_CONFIG_H_ 297 298