]>
The Tcpdump Group git mirrors - tcpdump/blob - cmakeconfig.h.in
3 #ifndef TCPDUMP_CONFIG_H_
4 #define TCPDUMP_CONFIG_H_
6 /* Define to 1 if arpa/inet.h declares `ether_ntohost' */
7 #cmakedefine ARPA_INET_H_DECLARES_ETHER_NTOHOST 1
9 /* define if you want to build the possibly-buggy SMB printer */
10 #cmakedefine ENABLE_SMB 1
12 /* Define to 1 if you have the `bpf_dump' function. */
13 #cmakedefine HAVE_BPF_DUMP 1
15 /* capsicum support available */
16 #cmakedefine HAVE_CAPSICUM 1
18 /* Define to 1 if you have the `cap_enter' function. */
19 #cmakedefine HAVE_CAP_ENTER 1
21 /* Define to 1 if you have the `cap_ioctls_limit' function. */
22 #cmakedefine HAVE_CAP_IOCTLS_LIMIT 1
24 /* Define to 1 if you have the <cap-ng.h> header file. */
25 #cmakedefine HAVE_CAP_NG_H 1
27 /* Define to 1 if you have the `cap_rights_limit' function. */
28 #cmakedefine HAVE_CAP_RIGHTS_LIMIT 1
30 /* Casper support available */
31 #cmakedefine HAVE_CASPER 1
33 /* Define to 1 if you have the declaration of `ether_ntohost' */
34 #cmakedefine HAVE_DECL_ETHER_NTOHOST 1
36 /* Define to 1 if you have the `ether_ntohost' function. */
37 #cmakedefine HAVE_ETHER_NTOHOST 1
39 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
40 #cmakedefine HAVE_EVP_CIPHER_CTX_NEW 1
42 /* Define to 1 if you have the `EVP_DecryptInit_ex' function. */
43 #cmakedefine HAVE_EVP_DECRYPTINIT_EX 1
45 /* Define to 1 if you have the `fork' function. */
46 #cmakedefine HAVE_FORK 1
48 /* Define to 1 if you have the `getopt_long' function. */
49 #cmakedefine HAVE_GETOPT_LONG 1
51 /* define if you have getrpcbynumber() */
52 #cmakedefine HAVE_GETRPCBYNUMBER 1
54 /* Define to 1 if you have the `getservent' function. */
55 #cmakedefine HAVE_GETSERVENT 1
57 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
58 #cmakedefine HAVE_LIBCAP_NG 1
60 /* Define to 1 if you have a usable `crypto' library (-lcrypto). */
61 #cmakedefine HAVE_LIBCRYPTO 1
63 /* Define to 1 if you have the `rpc' library (-lrpc). */
64 #cmakedefine HAVE_LIBRPC 1
66 /* Define to 1 if you have the `openat' function. */
67 #cmakedefine HAVE_OPENAT 1
69 /* if there's an os-proto.h for this platform, to use additional prototypes */
70 #cmakedefine HAVE_OS_PROTO_H 1
72 /* define if libpcap has pcap_debug */
73 #cmakedefine HAVE_PCAP_DEBUG 1
75 /* Define to 1 if you have the `pcap_dump_ftell64' function. */
76 #cmakedefine HAVE_PCAP_DUMP_FTELL64 1
78 /* Define to 1 if you have the `pcap_findalldevs_ex' function. */
79 #cmakedefine HAVE_PCAP_FINDALLDEVS_EX 1
81 /* Define to 1 if you have the `pcap_open' function. */
82 #cmakedefine HAVE_PCAP_OPEN 1
84 /* Define to 1 if you have the <pcap/pcap-inttypes.h> header file. */
85 #cmakedefine HAVE_PCAP_PCAP_INTTYPES_H 1
87 /* Define to 1 if you have the `pcap_set_immediate_mode' function. */
88 #cmakedefine HAVE_PCAP_SET_IMMEDIATE_MODE 1
90 /* Define to 1 if you have the `pcap_set_optimizer_debug' function. */
91 #cmakedefine HAVE_PCAP_SET_OPTIMIZER_DEBUG 1
93 /* Define to 1 if you have the `pcap_set_parser_debug' function. */
94 #cmakedefine HAVE_PCAP_SET_PARSER_DEBUG 1
96 /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
97 #cmakedefine HAVE_PCAP_SET_TSTAMP_PRECISION 1
99 /* Define to 1 if you have the `pcap_set_tstamp_type' function. */
100 #cmakedefine HAVE_PCAP_SET_TSTAMP_TYPE 1
102 /* Define to 1 if you have the `pcap_wsockinit' function. */
103 #cmakedefine HAVE_PCAP_WSOCKINIT 1
105 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
106 #cmakedefine HAVE_RPC_RPCENT_H 1
108 /* Define to 1 if you have the <rpc/rpc.h> header file. */
109 #cmakedefine HAVE_RPC_RPC_H 1
111 /* Define to 1 if you have the `strlcat' function. */
112 #cmakedefine HAVE_STRLCAT 1
114 /* Define to 1 if you have the `strlcpy' function. */
115 #cmakedefine HAVE_STRLCPY 1
117 /* Define to 1 if you have the `strsep' function. */
118 #cmakedefine HAVE_STRSEP 1
120 /* Define to 1 if the system has the type `struct ether_addr'. */
121 #cmakedefine HAVE_STRUCT_ETHER_ADDR 1
123 /* Define to 1 if you have the `vfork' function. */
124 #cmakedefine HAVE_VFORK 1
126 /* Define to 1 if you have the `wsockinit' function. */
127 #cmakedefine HAVE_WSOCKINIT 1
129 /* define if libpcap has yydebug */
130 #cmakedefine HAVE_YYDEBUG 1
132 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
133 #cmakedefine NETINET_ETHER_H_DECLARES_ETHER_NTOHOST 1
135 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
136 #cmakedefine NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
138 /* Define to 1 if net/ethernet.h declares `ether_ntohost' */
139 #cmakedefine NET_ETHERNET_H_DECLARES_ETHER_NTOHOST 1
141 /* Define to the address where bug reports for this package should be sent. */
142 #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
144 /* Define to the full name of this package. */
145 #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
147 /* Define to the full name and version of this package. */
148 #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
150 /* Define to the one symbol short name of this package. */
151 #cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
153 /* Define to the home page for this package. */
154 #cmakedefine PACKAGE_URL "@PACKAGE_URL@"
156 /* Define to the version of this package. */
157 #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
159 /* The size of `time_t', as computed by sizeof. */
160 #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
162 /* The size of `void *', as computed by sizeof. */
163 #cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
165 /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
166 #cmakedefine SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST 1
168 /* define if you have ether_ntohost() and it works */
169 #cmakedefine USE_ETHER_NTOHOST 1
171 /* Define if you enable support for libsmi */
172 #cmakedefine USE_LIBSMI 1
174 /* define if should chroot when dropping privileges */
175 #cmakedefine WITH_CHROOT "@WITH_CHROOT@"
177 /* define if should drop privileges by default */
178 #cmakedefine WITH_USER "@WITH_USER@"
180 /* Define to `uint16_t' if u_int16_t not defined. */
181 #cmakedefine u_int16_t 1
183 /* Define to `uint32_t' if u_int32_t not defined. */
184 #cmakedefine u_int32_t 1
186 /* Define to `uint64_t' if u_int64_t not defined. */
187 #cmakedefine u_int64_t 1
189 /* Define to `uint8_t' if u_int8_t not defined. */
190 #cmakedefine u_int8_t 1
192 #endif // TCPDUMP_CONFIG_H_