xref: /freebsd/contrib/tcpdump/config.h.in (revision 0a7e5f1f02aad2ff5fff1c60f44c6975fd07e1d9)
139e421e8SCy Schubert/* config.h.in.  Generated from configure.ac by autoheader.  */
2b0453382SBill Fenner
3ee67461eSJoseph Mingrone/* Define to 1 if arpa/inet.h declares `ether_ntohost' */
4ee67461eSJoseph Mingrone#undef ARPA_INET_H_DECLARES_ETHER_NTOHOST
5ee67461eSJoseph Mingrone
6*0a7e5f1fSJoseph Mingrone/* define if you want to build the instrument functions code */
7*0a7e5f1fSJoseph Mingrone#undef ENABLE_INSTRUMENT_FUNCTIONS
8*0a7e5f1fSJoseph Mingrone
93340d773SGleb Smirnoff/* define if you want to build the possibly-buggy SMB printer */
103340d773SGleb Smirnoff#undef ENABLE_SMB
11b0453382SBill Fenner
125b0fe478SBruce M Simpson/* Define to 1 if you have the `bpf_dump' function. */
13685295f4SBill Fenner#undef HAVE_BPF_DUMP
14685295f4SBill Fenner
153057e051SGleb Smirnoff/* capsicum support available */
163057e051SGleb Smirnoff#undef HAVE_CAPSICUM
173c602fabSXin LI
183c602fabSXin LI/* Define to 1 if you have the `cap_enter' function. */
193c602fabSXin LI#undef HAVE_CAP_ENTER
203c602fabSXin LI
213c602fabSXin LI/* Define to 1 if you have the `cap_ioctls_limit' function. */
223c602fabSXin LI#undef HAVE_CAP_IOCTLS_LIMIT
233c602fabSXin LI
248bdc5a62SPatrick Kelsey/* Define to 1 if you have the <cap-ng.h> header file. */
258bdc5a62SPatrick Kelsey#undef HAVE_CAP_NG_H
263c602fabSXin LI
273c602fabSXin LI/* Define to 1 if you have the `cap_rights_limit' function. */
283c602fabSXin LI#undef HAVE_CAP_RIGHTS_LIMIT
293c602fabSXin LI
30ee67461eSJoseph Mingrone/* Casper support available */
31ee67461eSJoseph Mingrone#undef HAVE_CASPER
32ee67461eSJoseph Mingrone
33ee67461eSJoseph Mingrone/* Define to 1 if you have the declaration of `ether_ntohost' */
341de50e9fSSam Leffler#undef HAVE_DECL_ETHER_NTOHOST
351de50e9fSSam Leffler
365b0fe478SBruce M Simpson/* Define to 1 if you have the `ether_ntohost' function. */
37b0453382SBill Fenner#undef HAVE_ETHER_NTOHOST
38b0453382SBill Fenner
393340d773SGleb Smirnoff/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
403340d773SGleb Smirnoff#undef HAVE_EVP_CIPHER_CTX_NEW
413340d773SGleb Smirnoff
42ee67461eSJoseph Mingrone/* Define to 1 if you have the `EVP_DecryptInit_ex' function. */
43ee67461eSJoseph Mingrone#undef HAVE_EVP_DECRYPTINIT_EX
44ee67461eSJoseph Mingrone
45cac3dcd5SXin LI/* Define to 1 if you have the `fork' function. */
46cac3dcd5SXin LI#undef HAVE_FORK
47cac3dcd5SXin LI
483c602fabSXin LI/* Define to 1 if you have the `getopt_long' function. */
493c602fabSXin LI#undef HAVE_GETOPT_LONG
503c602fabSXin LI
513c602fabSXin LI/* define if you have getrpcbynumber() */
523c602fabSXin LI#undef HAVE_GETRPCBYNUMBER
533c602fabSXin LI
54ee67461eSJoseph Mingrone/* Define to 1 if you have the `getservent' function. */
55ee67461eSJoseph Mingrone#undef HAVE_GETSERVENT
56ee67461eSJoseph Mingrone
575b0fe478SBruce M Simpson/* Define to 1 if you have the <inttypes.h> header file. */
585b0fe478SBruce M Simpson#undef HAVE_INTTYPES_H
59b0453382SBill Fenner
608bdc5a62SPatrick Kelsey/* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
618bdc5a62SPatrick Kelsey#undef HAVE_LIBCAP_NG
628bdc5a62SPatrick Kelsey
63*0a7e5f1fSJoseph Mingrone/* Define to 1 if you have a usable `crypto' library (-lcrypto). */
64b0453382SBill Fenner#undef HAVE_LIBCRYPTO
65b0453382SBill Fenner
665b0fe478SBruce M Simpson/* Define to 1 if you have the `rpc' library (-lrpc). */
67b0453382SBill Fenner#undef HAVE_LIBRPC
68b0453382SBill Fenner
69ee67461eSJoseph Mingrone/* Define to 1 if you have the <net/if.h> header file. */
70ee67461eSJoseph Mingrone#undef HAVE_NET_IF_H
715b0fe478SBruce M Simpson
723c602fabSXin LI/* Define to 1 if you have the `openat' function. */
733c602fabSXin LI#undef HAVE_OPENAT
743c602fabSXin LI
753340d773SGleb Smirnoff/* define if the OS provides AF_INET6 and struct in6_addr */
763340d773SGleb Smirnoff#undef HAVE_OS_IPV6_SUPPORT
773340d773SGleb Smirnoff
7827df3f5dSRui Paulo/* if there's an os_proto.h for this platform, to use additional prototypes */
7927df3f5dSRui Paulo#undef HAVE_OS_PROTO_H
8027df3f5dSRui Paulo
815b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_breakloop' function. */
825b0fe478SBruce M Simpson#undef HAVE_PCAP_BREAKLOOP
835b0fe478SBruce M Simpson
84a5779b6eSRui Paulo/* Define to 1 if you have the `pcap_create' function. */
85a5779b6eSRui Paulo#undef HAVE_PCAP_CREATE
86a5779b6eSRui Paulo
873c602fabSXin LI/* define if libpcap has pcap_datalink_name_to_val() */
883c602fabSXin LI#undef HAVE_PCAP_DATALINK_NAME_TO_VAL
893c602fabSXin LI
903c602fabSXin LI/* define if libpcap has pcap_datalink_val_to_description() */
913c602fabSXin LI#undef HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION
923c602fabSXin LI
933c602fabSXin LI/* define if libpcap has pcap_debug */
943c602fabSXin LI#undef HAVE_PCAP_DEBUG
953c602fabSXin LI
965b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_dump_flush' function. */
975b0fe478SBruce M Simpson#undef HAVE_PCAP_DUMP_FLUSH
985b0fe478SBruce M Simpson
99ee67461eSJoseph Mingrone/* Define to 1 if you have the `pcap_dump_ftell' function. */
1003c602fabSXin LI#undef HAVE_PCAP_DUMP_FTELL
1013c602fabSXin LI
102ee67461eSJoseph Mingrone/* Define to 1 if you have the `pcap_dump_ftell64' function. */
103ee67461eSJoseph Mingrone#undef HAVE_PCAP_DUMP_FTELL64
104ee67461eSJoseph Mingrone
1055b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_findalldevs' function. */
1065b0fe478SBruce M Simpson#undef HAVE_PCAP_FINDALLDEVS
1075b0fe478SBruce M Simpson
108ee67461eSJoseph Mingrone/* Define to 1 if you have the `pcap_findalldevs_ex' function. */
109ee67461eSJoseph Mingrone#undef HAVE_PCAP_FINDALLDEVS_EX
110ee67461eSJoseph Mingrone
1113c602fabSXin LI/* Define to 1 if you have the `pcap_free_datalinks' function. */
1123c602fabSXin LI#undef HAVE_PCAP_FREE_DATALINKS
1133c602fabSXin LI
1145b0fe478SBruce M Simpson/* Define to 1 if the system has the type `pcap_if_t'. */
1155b0fe478SBruce M Simpson#undef HAVE_PCAP_IF_T
1165b0fe478SBruce M Simpson
1175b0fe478SBruce M Simpson/* Define to 1 if you have the `pcap_lib_version' function. */
1185b0fe478SBruce M Simpson#undef HAVE_PCAP_LIB_VERSION
1195b0fe478SBruce M Simpson
1203c602fabSXin LI/* define if libpcap has pcap_list_datalinks() */
1213c602fabSXin LI#undef HAVE_PCAP_LIST_DATALINKS
1223c602fabSXin LI
123ee67461eSJoseph Mingrone/* Define to 1 if you have the `pcap_open' function. */
124ee67461eSJoseph Mingrone#undef HAVE_PCAP_OPEN
125ee67461eSJoseph Mingrone
126ee67461eSJoseph Mingrone/* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
127ee67461eSJoseph Mingrone#undef HAVE_PCAP_PCAP_INTTYPES_H
1283c602fabSXin LI
1293c602fabSXin LI/* Define to 1 if you have the `pcap_setdirection' function. */
1303c602fabSXin LI#undef HAVE_PCAP_SETDIRECTION
1313c602fabSXin LI
1323c602fabSXin LI/* Define to 1 if you have the `pcap_set_datalink' function. */
1333c602fabSXin LI#undef HAVE_PCAP_SET_DATALINK
1343c602fabSXin LI
1358bdc5a62SPatrick Kelsey/* Define to 1 if you have the `pcap_set_immediate_mode' function. */
1368bdc5a62SPatrick Kelsey#undef HAVE_PCAP_SET_IMMEDIATE_MODE
1378bdc5a62SPatrick Kelsey
1383340d773SGleb Smirnoff/* Define to 1 if you have the `pcap_set_optimizer_debug' function. */
1393340d773SGleb Smirnoff#undef HAVE_PCAP_SET_OPTIMIZER_DEBUG
1403340d773SGleb Smirnoff
1413340d773SGleb Smirnoff/* Define to 1 if you have the `pcap_set_parser_debug' function. */
1423340d773SGleb Smirnoff#undef HAVE_PCAP_SET_PARSER_DEBUG
1433340d773SGleb Smirnoff
1443c602fabSXin LI/* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
1453c602fabSXin LI#undef HAVE_PCAP_SET_TSTAMP_PRECISION
1463c602fabSXin LI
147cac3dcd5SXin LI/* Define to 1 if you have the `pcap_set_tstamp_type' function. */
148cac3dcd5SXin LI#undef HAVE_PCAP_SET_TSTAMP_TYPE
149cac3dcd5SXin LI
1503c602fabSXin LI/* define if libpcap has pcap_version */
1513c602fabSXin LI#undef HAVE_PCAP_VERSION
1523c602fabSXin LI
1535b0fe478SBruce M Simpson/* Define to 1 if you have the `pfopen' function. */
1545b0fe478SBruce M Simpson#undef HAVE_PFOPEN
1555b0fe478SBruce M Simpson
1565b0fe478SBruce M Simpson/* Define to 1 if you have the <rpc/rpcent.h> header file. */
1575b0fe478SBruce M Simpson#undef HAVE_RPC_RPCENT_H
1585b0fe478SBruce M Simpson
159cac3dcd5SXin LI/* Define to 1 if you have the <rpc/rpc.h> header file. */
160cac3dcd5SXin LI#undef HAVE_RPC_RPC_H
161cac3dcd5SXin LI
1625b0fe478SBruce M Simpson/* Define to 1 if you have the `setlinebuf' function. */
1635b0fe478SBruce M Simpson#undef HAVE_SETLINEBUF
1645b0fe478SBruce M Simpson
1655b0fe478SBruce M Simpson/* Define to 1 if you have the <stdint.h> header file. */
1665b0fe478SBruce M Simpson#undef HAVE_STDINT_H
1675b0fe478SBruce M Simpson
168*0a7e5f1fSJoseph Mingrone/* Define to 1 if you have the <stdio.h> header file. */
169*0a7e5f1fSJoseph Mingrone#undef HAVE_STDIO_H
170*0a7e5f1fSJoseph Mingrone
1715b0fe478SBruce M Simpson/* Define to 1 if you have the <stdlib.h> header file. */
1725b0fe478SBruce M Simpson#undef HAVE_STDLIB_H
1735b0fe478SBruce M Simpson
1745b0fe478SBruce M Simpson/* Define to 1 if you have the `strdup' function. */
1755b0fe478SBruce M Simpson#undef HAVE_STRDUP
1765b0fe478SBruce M Simpson
1775b0fe478SBruce M Simpson/* Define to 1 if you have the <strings.h> header file. */
1785b0fe478SBruce M Simpson#undef HAVE_STRINGS_H
1795b0fe478SBruce M Simpson
1805b0fe478SBruce M Simpson/* Define to 1 if you have the <string.h> header file. */
1815b0fe478SBruce M Simpson#undef HAVE_STRING_H
1825b0fe478SBruce M Simpson
1835b0fe478SBruce M Simpson/* Define to 1 if you have the `strlcat' function. */
1845b0fe478SBruce M Simpson#undef HAVE_STRLCAT
1855b0fe478SBruce M Simpson
1865b0fe478SBruce M Simpson/* Define to 1 if you have the `strlcpy' function. */
1875b0fe478SBruce M Simpson#undef HAVE_STRLCPY
1885b0fe478SBruce M Simpson
1895b0fe478SBruce M Simpson/* Define to 1 if you have the `strsep' function. */
1905b0fe478SBruce M Simpson#undef HAVE_STRSEP
1915b0fe478SBruce M Simpson
192f4d0c64aSSam Leffler/* Define to 1 if the system has the type `struct ether_addr'. */
193f4d0c64aSSam Leffler#undef HAVE_STRUCT_ETHER_ADDR
194f4d0c64aSSam Leffler
1955b0fe478SBruce M Simpson/* Define to 1 if you have the <sys/stat.h> header file. */
1965b0fe478SBruce M Simpson#undef HAVE_SYS_STAT_H
1975b0fe478SBruce M Simpson
1985b0fe478SBruce M Simpson/* Define to 1 if you have the <sys/types.h> header file. */
1995b0fe478SBruce M Simpson#undef HAVE_SYS_TYPES_H
2005b0fe478SBruce M Simpson
2018bdc5a62SPatrick Kelsey/* Define to 1 if the system has the type `uintptr_t'. */
2028bdc5a62SPatrick Kelsey#undef HAVE_UINTPTR_T
2038bdc5a62SPatrick Kelsey
2045b0fe478SBruce M Simpson/* Define to 1 if you have the <unistd.h> header file. */
2055b0fe478SBruce M Simpson#undef HAVE_UNISTD_H
2065b0fe478SBruce M Simpson
207cac3dcd5SXin LI/* Define to 1 if you have the `vfork' function. */
208cac3dcd5SXin LI#undef HAVE_VFORK
209cac3dcd5SXin LI
2103c602fabSXin LI/* define if libpcap has yydebug */
2113c602fabSXin LI#undef HAVE_YYDEBUG
2123c602fabSXin LI
2131de50e9fSSam Leffler/* Define to 1 if netinet/ether.h declares `ether_ntohost' */
2141de50e9fSSam Leffler#undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST
2151de50e9fSSam Leffler
2161de50e9fSSam Leffler/* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
2171de50e9fSSam Leffler#undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST
2181de50e9fSSam Leffler
219ee67461eSJoseph Mingrone/* Define to 1 if net/ethernet.h declares `ether_ntohost' */
220ee67461eSJoseph Mingrone#undef NET_ETHERNET_H_DECLARES_ETHER_NTOHOST
221ee67461eSJoseph Mingrone
2225b0fe478SBruce M Simpson/* Define to the address where bug reports for this package should be sent. */
2235b0fe478SBruce M Simpson#undef PACKAGE_BUGREPORT
2245b0fe478SBruce M Simpson
2255b0fe478SBruce M Simpson/* Define to the full name of this package. */
2265b0fe478SBruce M Simpson#undef PACKAGE_NAME
2275b0fe478SBruce M Simpson
2285b0fe478SBruce M Simpson/* Define to the full name and version of this package. */
2295b0fe478SBruce M Simpson#undef PACKAGE_STRING
2305b0fe478SBruce M Simpson
2315b0fe478SBruce M Simpson/* Define to the one symbol short name of this package. */
2325b0fe478SBruce M Simpson#undef PACKAGE_TARNAME
2335b0fe478SBruce M Simpson
2343c602fabSXin LI/* Define to the home page for this package. */
2353c602fabSXin LI#undef PACKAGE_URL
2363c602fabSXin LI
2375b0fe478SBruce M Simpson/* Define to the version of this package. */
2385b0fe478SBruce M Simpson#undef PACKAGE_VERSION
2395b0fe478SBruce M Simpson
240*0a7e5f1fSJoseph Mingrone/* The size of `time_t', as computed by sizeof. */
241*0a7e5f1fSJoseph Mingrone#undef SIZEOF_TIME_T
242*0a7e5f1fSJoseph Mingrone
243ee67461eSJoseph Mingrone/* The size of `void *', as computed by sizeof. */
244ee67461eSJoseph Mingrone#undef SIZEOF_VOID_P
24527df3f5dSRui Paulo
246*0a7e5f1fSJoseph Mingrone/* Define to 1 if all of the C90 standard headers exist (not just the ones
247*0a7e5f1fSJoseph Mingrone   required in a freestanding environment). This macro is provided for
248*0a7e5f1fSJoseph Mingrone   backward compatibility; new code need not use it. */
2495b0fe478SBruce M Simpson#undef STDC_HEADERS
2505b0fe478SBruce M Simpson
251ee67461eSJoseph Mingrone/* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
252ee67461eSJoseph Mingrone#undef SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST
2535b0fe478SBruce M Simpson
2543c602fabSXin LI/* define if you have ether_ntohost() and it works */
2553c602fabSXin LI#undef USE_ETHER_NTOHOST
2563c602fabSXin LI
2573c602fabSXin LI/* Define if you enable support for libsmi */
2583c602fabSXin LI#undef USE_LIBSMI
2593c602fabSXin LI
2603c602fabSXin LI/* define if should chroot when dropping privileges */
2613c602fabSXin LI#undef WITH_CHROOT
2623c602fabSXin LI
2633c602fabSXin LI/* define if should drop privileges by default */
2643c602fabSXin LI#undef WITH_USER
2653c602fabSXin LI
266cac3dcd5SXin LI/* define on AIX to get certain functions */
267cac3dcd5SXin LI#undef _SUN
268cac3dcd5SXin LI
26927df3f5dSRui Paulo/* to handle Ultrix compilers that don't support const in prototypes */
27027df3f5dSRui Paulo#undef const
27127df3f5dSRui Paulo
2725b0fe478SBruce M Simpson/* Define as token for inline if inlining supported */
2735b0fe478SBruce M Simpson#undef inline
274f4d0c64aSSam Leffler
2753c602fabSXin LI/* Define to `uint16_t' if u_int16_t not defined. */
276f4d0c64aSSam Leffler#undef u_int16_t
277f4d0c64aSSam Leffler
2783c602fabSXin LI/* Define to `uint32_t' if u_int32_t not defined. */
279f4d0c64aSSam Leffler#undef u_int32_t
280f4d0c64aSSam Leffler
2813c602fabSXin LI/* Define to `uint64_t' if u_int64_t not defined. */
282f4d0c64aSSam Leffler#undef u_int64_t
283f4d0c64aSSam Leffler
2843c602fabSXin LI/* Define to `uint8_t' if u_int8_t not defined. */
285f4d0c64aSSam Leffler#undef u_int8_t
2863c602fabSXin LI
2878bdc5a62SPatrick Kelsey/* Define to the type of an unsigned integer type wide enough to hold a
2888bdc5a62SPatrick Kelsey   pointer, if such a type exists, and if the system does not define it. */
2898bdc5a62SPatrick Kelsey#undef uintptr_t
290