1 1.1 christos /* config.h. Generated from config.h.in by configure. */ 2 1.1 christos /* config.h.in. Generated from configure.in by autoheader. */ 3 1.1 christos /* "generated automatically" means DO NOT MAKE CHANGES TO config.h.in -- 4 1.1 christos * make them to acconfig.h and rerun autoheader */ 5 1.1 christos 6 1.1 christos /* Define if you enable IPv6 support */ 7 1.1 christos #define INET6 1 8 1.1 christos 9 1.1 christos /* Define if you enable support for the libsmi. */ 10 1.1 christos /* #undef LIBSMI */ 11 1.1 christos 12 1.1 christos /* define if you have the addrinfo function. */ 13 1.1 christos #define HAVE_ADDRINFO 1 14 1.1 christos 15 1.1 christos /* define if you need to include missing/addrinfoh.h. */ 16 1.1 christos /* #undef NEED_ADDRINFO_H */ 17 1.1 christos 18 1.1 christos /* define ifyou have the h_errno variable. */ 19 1.1 christos #define HAVE_H_ERRNO 1 20 1.1 christos 21 1.1 christos /* define if you have struct sockaddr_storage */ 22 1.1 christos #define HAVE_SOCKADDR_STORAGE 1 23 1.1 christos 24 1.1 christos /* define if you have both getipnodebyname() and getipnodebyaddr() */ 25 1.1 christos /* #undef USE_GETIPNODEBY */ 26 1.1 christos 27 1.1 christos /* define if you have ether_ntohost() and it works */ 28 1.1 christos #define USE_ETHER_NTOHOST 1 29 1.1 christos 30 1.1 christos /* define if libpcap has pcap_version */ 31 1.1 christos /* #undef HAVE_PCAP_VERSION */ 32 1.1 christos 33 1.1 christos /* define if libpcap has pcap_debug */ 34 1.1 christos #define HAVE_PCAP_DEBUG 1 35 1.1 christos 36 1.1 christos /* define if libpcap has yydebug */ 37 1.1 christos /* #undef HAVE_YYDEBUG */ 38 1.1 christos 39 1.1 christos /* define if libpcap has pcap_list_datalinks() */ 40 1.1 christos #define HAVE_PCAP_LIST_DATALINKS 1 41 1.1 christos 42 1.1 christos /* define if libpcap has pcap_set_datalink() */ 43 1.1 christos #define HAVE_PCAP_SET_DATALINK 1 44 1.1 christos 45 1.1 christos /* define if libpcap has pcap_datalink_name_to_val() */ 46 1.1 christos #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1 47 1.1 christos 48 1.1 christos /* define if libpcap has pcap_datalink_val_to_description() */ 49 1.1 christos #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1 50 1.1 christos 51 1.1 christos /* define if libpcap has pcap_dump_ftell() */ 52 1.1 christos #define HAVE_PCAP_DUMP_FTELL 1 53 1.1 christos 54 1.1 christos /* define if you have getrpcbynumber() */ 55 1.1 christos #define HAVE_GETRPCBYNUMBER 1 56 1.1 christos 57 1.1 christos /* Workaround for missing 64-bit formats */ 58 1.1 christos /* #undef PRId64 */ 59 1.1 christos /* #undef PRIo64 */ 60 1.1 christos /* #undef PRIx64 */ 61 1.1 christos /* #undef PRIu64 */ 62 1.1 christos 63 1.1 christos /* Whether or not to include the possibly-buggy SMB printer */ 64 1.1 christos #define TCPDUMP_DO_SMB 1 65 1.1 christos 66 1.1 christos /* Define if you have the dnet_htoa function. */ 67 1.1 christos /* #undef HAVE_DNET_HTOA */ 68 1.1 christos 69 1.1 christos /* Define if you have a dnet_htoa declaration in <netdnet/dnetdb.h>. */ 70 1.1 christos /* #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA */ 71 1.1 christos 72 1.1 christos /* define if should drop privileges by default */ 73 1.1 christos /* #undef WITH_USER */ 74 1.1 christos 75 1.1 christos /* define if should chroot when dropping privileges */ 76 1.1 christos /* #undef WITH_CHROOT */ 77 1.1 christos 78 1.1 christos /* Define to 1 if you have the `alarm' function. */ 79 1.1 christos #define HAVE_ALARM 1 80 1.1 christos 81 1.1 christos /* Define to 1 if you have the `bpf_dump' function. */ 82 1.1 christos #define HAVE_BPF_DUMP 1 83 1.1 christos 84 1.1 christos /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you 85 1.1 christos don't. */ 86 1.1 christos #define HAVE_DECL_ETHER_NTOHOST 1 87 1.1 christos 88 1.1 christos /* Define to 1 if you have the `ether_ntohost' function. */ 89 1.1 christos #define HAVE_ETHER_NTOHOST 1 90 1.1 christos 91 1.1 christos /* Define to 1 if you have the <fcntl.h> header file. */ 92 1.1 christos #define HAVE_FCNTL_H 1 93 1.1 christos 94 1.4 christos /* Define to 1 if you have the `fork' function. */ 95 1.4 christos #define HAVE_FORK 1 96 1.4 christos 97 1.1 christos /* Define to 1 if you have the `getnameinfo' function. */ 98 1.1 christos #define HAVE_GETNAMEINFO 1 99 1.1 christos 100 1.1 christos /* Define to 1 if you have the <inttypes.h> header file. */ 101 1.1 christos #define HAVE_INTTYPES_H 1 102 1.1 christos 103 1.1 christos /* Define to 1 if you have the `crypto' library (-lcrypto). */ 104 1.1 christos #define HAVE_LIBCRYPTO 1 105 1.1 christos 106 1.1 christos /* Define to 1 if you have the `rpc' library (-lrpc). */ 107 1.1 christos /* #undef HAVE_LIBRPC */ 108 1.1 christos 109 1.1 christos /* Define to 1 if you have the `smi' library (-lsmi). */ 110 1.1 christos /* #undef HAVE_LIBSMI */ 111 1.1 christos 112 1.1 christos /* Define to 1 if you have the <memory.h> header file. */ 113 1.1 christos #define HAVE_MEMORY_H 1 114 1.1 christos 115 1.1 christos /* Define to 1 if you have the <netdnet/dnetdb.h> header file. */ 116 1.1 christos /* #undef HAVE_NETDNET_DNETDB_H */ 117 1.1 christos 118 1.1 christos /* Define to 1 if you have the <netinet/ether.h> header file. */ 119 1.1 christos /* #undef HAVE_NETINET_ETHER_H */ 120 1.1 christos 121 1.1 christos /* Define to 1 if you have the <netinet/if_ether.h> header file. */ 122 1.1 christos #define HAVE_NETINET_IF_ETHER_H 1 123 1.1 christos 124 1.1 christos /* Define to 1 if you have the <net/pfvar.h> header file. */ 125 1.1 christos #define HAVE_NET_PFVAR_H 1 126 1.1 christos 127 1.1 christos /* Define to 1 if you have the <openssl/evp.h> header file. */ 128 1.1 christos #define HAVE_OPENSSL_EVP_H 1 129 1.1 christos 130 1.1 christos /* if there's an os_proto.h for this platform, to use additional prototypes */ 131 1.1 christos /* #undef HAVE_OS_PROTO_H */ 132 1.1 christos 133 1.1 christos /* Define to 1 if you have the <pcap/bluetooth.h> header file. */ 134 1.1 christos /* #undef HAVE_PCAP_BLUETOOTH_H */ 135 1.1 christos 136 1.1 christos /* Define to 1 if you have the `pcap_breakloop' function. */ 137 1.1 christos #define HAVE_PCAP_BREAKLOOP 1 138 1.1 christos 139 1.1 christos /* Define to 1 if you have the `pcap_create' function. */ 140 1.1 christos #define HAVE_PCAP_CREATE 1 141 1.1 christos 142 1.1 christos /* Define to 1 if you have the `pcap_dump_flush' function. */ 143 1.1 christos #define HAVE_PCAP_DUMP_FLUSH 1 144 1.1 christos 145 1.1 christos /* Define to 1 if you have the `pcap_findalldevs' function. */ 146 1.1 christos #define HAVE_PCAP_FINDALLDEVS 1 147 1.1 christos 148 1.1 christos /* Define to 1 if the system has the type `pcap_if_t'. */ 149 1.1 christos #define HAVE_PCAP_IF_T 1 150 1.1 christos 151 1.1 christos /* Define to 1 if you have the `pcap_lib_version' function. */ 152 1.1 christos #define HAVE_PCAP_LIB_VERSION 1 153 1.1 christos 154 1.4 christos /* Define to 1 if you have the `pcap_set_tstamp_type' function. */ 155 1.4 christos /* #undef HAVE_PCAP_SET_TSTAMP_TYPE */ 156 1.4 christos 157 1.1 christos /* Define to 1 if you have the <pcap/usb.h> header file. */ 158 1.1 christos /* #undef HAVE_PCAP_USB_H */ 159 1.1 christos 160 1.1 christos /* Define to 1 if you have the `pfopen' function. */ 161 1.1 christos /* #undef HAVE_PFOPEN */ 162 1.1 christos 163 1.1 christos /* Define to 1 if you have the <rpc/rpcent.h> header file. */ 164 1.1 christos #define HAVE_RPC_RPCENT_H 1 165 1.1 christos 166 1.4 christos /* Define to 1 if you have the <rpc/rpc.h> header file. */ 167 1.4 christos #define HAVE_RPC_RPC_H 1 168 1.4 christos 169 1.1 christos /* Define to 1 if you have the `setlinebuf' function. */ 170 1.1 christos #define HAVE_SETLINEBUF 1 171 1.1 christos 172 1.1 christos /* Define to 1 if you have the `sigaction' function. */ 173 1.1 christos #define HAVE_SIGACTION 1 174 1.1 christos 175 1.1 christos /* Define to 1 if you have the `sigset' function. */ 176 1.1 christos /* #undef HAVE_SIGSET */ 177 1.1 christos 178 1.1 christos /* Define to 1 if you have the <smi.h> header file. */ 179 1.1 christos /* #undef HAVE_SMI_H */ 180 1.1 christos 181 1.1 christos /* Define to 1 if you have the `snprintf' function. */ 182 1.1 christos #define HAVE_SNPRINTF 1 183 1.1 christos 184 1.1 christos /* if struct sockaddr has the sa_len member */ 185 1.1 christos #define HAVE_SOCKADDR_SA_LEN 1 186 1.1 christos 187 1.1 christos /* Define to 1 if you have the <stdint.h> header file. */ 188 1.1 christos #define HAVE_STDINT_H 1 189 1.1 christos 190 1.1 christos /* Define to 1 if you have the <stdlib.h> header file. */ 191 1.1 christos #define HAVE_STDLIB_H 1 192 1.1 christos 193 1.1 christos /* Define to 1 if you have the `strcasecmp' function. */ 194 1.1 christos #define HAVE_STRCASECMP 1 195 1.1 christos 196 1.1 christos /* Define to 1 if you have the `strdup' function. */ 197 1.1 christos #define HAVE_STRDUP 1 198 1.1 christos 199 1.1 christos /* Define to 1 if you have the `strftime' function. */ 200 1.1 christos #define HAVE_STRFTIME 1 201 1.1 christos 202 1.1 christos /* Define to 1 if you have the <strings.h> header file. */ 203 1.1 christos #define HAVE_STRINGS_H 1 204 1.1 christos 205 1.1 christos /* Define to 1 if you have the <string.h> header file. */ 206 1.1 christos #define HAVE_STRING_H 1 207 1.1 christos 208 1.1 christos /* Define to 1 if you have the `strlcat' function. */ 209 1.1 christos #define HAVE_STRLCAT 1 210 1.1 christos 211 1.1 christos /* Define to 1 if you have the `strlcpy' function. */ 212 1.1 christos #define HAVE_STRLCPY 1 213 1.1 christos 214 1.1 christos /* Define to 1 if you have the `strsep' function. */ 215 1.1 christos #define HAVE_STRSEP 1 216 1.1 christos 217 1.1 christos /* Define to 1 if the system has the type `struct ether_addr'. */ 218 1.1 christos /* #undef HAVE_STRUCT_ETHER_ADDR */ 219 1.1 christos 220 1.1 christos /* Define to 1 if you have the <sys/bitypes.h> header file. */ 221 1.1 christos /* #undef HAVE_SYS_BITYPES_H */ 222 1.1 christos 223 1.1 christos /* Define to 1 if you have the <sys/stat.h> header file. */ 224 1.1 christos #define HAVE_SYS_STAT_H 1 225 1.1 christos 226 1.1 christos /* Define to 1 if you have the <sys/types.h> header file. */ 227 1.1 christos #define HAVE_SYS_TYPES_H 1 228 1.1 christos 229 1.1 christos /* Define to 1 if you have the <unistd.h> header file. */ 230 1.1 christos #define HAVE_UNISTD_H 1 231 1.1 christos 232 1.4 christos /* Define to 1 if you have the `vfork' function. */ 233 1.4 christos #define HAVE_VFORK 1 234 1.4 christos 235 1.1 christos /* Define to 1 if you have the `vfprintf' function. */ 236 1.1 christos #define HAVE_VFPRINTF 1 237 1.1 christos 238 1.1 christos /* Define to 1 if you have the `vsnprintf' function. */ 239 1.1 christos #define HAVE_VSNPRINTF 1 240 1.1 christos 241 1.1 christos /* define if your compiler has __attribute__ */ 242 1.1 christos #define HAVE___ATTRIBUTE__ 1 243 1.1 christos 244 1.1 christos /* if unaligned access fails */ 245 1.4 christos /* #undef LBL_ALIGN */ 246 1.1 christos 247 1.1 christos /* Define to 1 if netinet/ether.h declares `ether_ntohost' */ 248 1.1 christos /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */ 249 1.1 christos 250 1.1 christos /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */ 251 1.1 christos #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 252 1.1 christos 253 1.1 christos /* Define to the address where bug reports for this package should be sent. */ 254 1.1 christos #define PACKAGE_BUGREPORT "" 255 1.1 christos 256 1.1 christos /* Define to the full name of this package. */ 257 1.1 christos #define PACKAGE_NAME "" 258 1.1 christos 259 1.1 christos /* Define to the full name and version of this package. */ 260 1.1 christos #define PACKAGE_STRING "" 261 1.1 christos 262 1.1 christos /* Define to the one symbol short name of this package. */ 263 1.1 christos #define PACKAGE_TARNAME "" 264 1.1 christos 265 1.1 christos /* Define to the version of this package. */ 266 1.1 christos #define PACKAGE_VERSION "" 267 1.1 christos 268 1.1 christos /* Define as the return type of signal handlers (`int' or `void'). */ 269 1.1 christos #define RETSIGTYPE void 270 1.1 christos 271 1.1 christos /* return value of signal handlers */ 272 1.1 christos #define RETSIGVAL 273 1.1 christos 274 1.1 christos /* Define to 1 if you have the ANSI C header files. */ 275 1.1 christos #define STDC_HEADERS 1 276 1.1 christos 277 1.1 christos /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 278 1.1 christos #define TIME_WITH_SYS_TIME 1 279 1.1 christos 280 1.1 christos /* get BSD semantics on Irix */ 281 1.1 christos /* #undef _BSD_SIGNALS */ 282 1.1 christos 283 1.1 christos /* needed on HP-UX */ 284 1.1 christos /* #undef _HPUX_SOURCE */ 285 1.1 christos 286 1.4 christos /* define on AIX to get certain functions */ 287 1.4 christos /* #undef _SUN */ 288 1.4 christos 289 1.1 christos /* define if your compiler allows __attribute__((format)) to be applied to 290 1.1 christos function pointers */ 291 1.1 christos #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1 292 1.1 christos 293 1.1 christos /* to handle Ultrix compilers that don't support const in prototypes */ 294 1.1 christos /* #undef const */ 295 1.1 christos 296 1.1 christos /* Define as token for inline if inlining supported */ 297 1.1 christos #define inline inline 298 1.1 christos 299 1.1 christos /* Define to `short' if int16_t not defined. */ 300 1.1 christos /* #undef int16_t */ 301 1.1 christos 302 1.1 christos /* Define to `int' if int32_t not defined. */ 303 1.1 christos /* #undef int32_t */ 304 1.1 christos 305 1.1 christos /* Define to `long long' if int64_t not defined. */ 306 1.1 christos /* #undef int64_t */ 307 1.1 christos 308 1.1 christos /* Define to `signed char' if int8_t not defined. */ 309 1.1 christos /* #undef int8_t */ 310 1.1 christos 311 1.1 christos /* Define to `unsigned short' if u_int16_t not defined. */ 312 1.1 christos /* #undef u_int16_t */ 313 1.1 christos 314 1.1 christos /* Define to `unsigned int' if u_int32_t not defined. */ 315 1.1 christos /* #undef u_int32_t */ 316 1.1 christos 317 1.1 christos /* Define to `unsigned long long' if u_int64_t not defined. */ 318 1.1 christos /* #undef u_int64_t */ 319 1.1 christos 320 1.1 christos /* Define to `unsigned char' if u_int8_t not defined. */ 321 1.1 christos /* #undef u_int8_t */ 322