Add CMake tests for pcap_datalink_val_to_description() and
[metze/wireshark/wip.git] / cmakeconfig.h.in
1 /* cmakeconfig.h.in */
2
3 /* Note: You cannot use earlier #defines in later #cmakedefines (cmake 2.6.2). */
4
5 /* Version number of package */
6 #define VERSION "${CPACK_PACKAGE_VERSION}"
7
8 /* FIXME: Move the path stuff to the CMakeInstallDirs.cmake file */
9 /* Directory for data */
10 #define DATAFILE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}"
11
12 /* Path to Python. */
13 #cmakedefine PYTHON_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/python/${CPACK_PACKAGE_VERSION}"
14
15 /* Directory where plugins reside */
16 #define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}"
17
18 /* Define to 1 if we want to enable plugins */
19 #cmakedefine HAVE_PLUGINS 1
20
21 /* Link plugins statically into Wireshark */
22 #cmakedefine ENABLE_STATIC 1
23
24 /* Define to 1 if you have the <arpa/inet.h> header file. */
25 #cmakedefine HAVE_ARPA_INET_H 1
26
27 /* Define to 1 if you have the <arpa/nameser.h> header file. */
28 #cmakedefine HAVE_ARPA_NAMESER_H 1
29
30 /* Define to 1 if you have the <direct.h> header file. */
31 #cmakedefine HAVE_DIRECT_H 1
32
33 /* Define to 1 if you have the <dirent.h> header file. */
34 #cmakedefine HAVE_DIRENT_H 1
35
36 /* Define to 1 if you have the <dlfcn.h> header file. */
37 #cmakedefine HAVE_DLFCN_H 1
38
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #cmakedefine HAVE_FCNTL_H 1
41
42 /* Define to 1 if you have the <getopt.h> header file. */
43 #cmakedefine HAVE_GETOPT_H 1
44
45 /* Define to 1 if you have the `chown' function. */
46 #cmakedefine HAVE_CHOWN 1
47
48 /* Define to 1 if you have the `gethostbyname2' function. */
49 #cmakedefine HAVE_GETHOSTBYNAME2 1
50
51 /* Define to 1 if you have the `getprotobynumber' function. */
52 #cmakedefine HAVE_GETPROTOBYNUMBER 1
53
54 /* Define to use the airpcap library */
55 #cmakedefine HAVE_AIRPCAP 1
56
57 /* Define to use C ares library */
58 #cmakedefine HAVE_C_ARES 1
59
60 /* Define to use SMI SNMP library */
61 #cmakedefine HAVE_LIBSMI 1
62
63 /* Define to use GEOIP library */
64 #cmakedefine HAVE_GEOIP 1
65
66 /* Define to use capabilities library */
67 #cmakedefine HAVE_LIBCAP 1
68
69 /* Define to use GNU ADNS library */
70 #cmakedefine HAVE_GNU_ADNS 1
71
72 /* Define to use heimdal kerberos */
73 #cmakedefine HAVE_HEIMDAL_KERBEROS 1
74
75 /* Define if inet_ntop() prototype exists */
76 #cmakedefine HAVE_INET_NTOP_PROTO 1
77
78 /* Define to 1 if you have the <inttypes.h> header file. */
79 #cmakedefine HAVE_INTTYPES_H 1
80
81 /* Define to 1 if you have the `issetugid' function. */
82 #cmakedefine HAVE_ISSETUGID 1
83
84 /* Define to use kerberos */
85 #cmakedefine HAVE_KERBEROS 1
86
87 /* Define if krb5.h defines KEYTYPE_ARCFOUR_56 */
88 #cmakedefine HAVE_KEYTYPE_ARCFOUR_56 1
89
90 /* Define to 1 if you have the <lauxlib.h> header file. */
91 #cmakedefine HAVE_LAUXLIB_H 1
92
93 /* Define to use libgcrypt */
94 #cmakedefine HAVE_LIBGCRYPT 1
95
96 /* Define to use gnutls library */
97 #cmakedefine HAVE_LIBGNUTLS 1
98
99 /* Define to use libpcap library */
100 #cmakedefine HAVE_LIBPCAP 1
101
102 /* Define to use libpcre library */
103 #cmakedefine HAVE_LIBPCRE 1
104
105 /* Define to use dbus-glib library */
106 #cmakedefine HAVE_LIBDBUS 1
107
108 /* Define to use libportaudio library */
109 #cmakedefine HAVE_LIBPORTAUDIO 1
110
111 /* Define to use libz library */
112 #cmakedefine HAVE_LIBZ 1
113
114 /* Define to 1 if you have the <lua5.1/lauxlib.h> header file. */
115 #cmakedefine HAVE_LUA5_1_LAUXLIB_H 1
116
117 /* Define to 1 if you have the <lua5.1/lualib.h> header file. */
118 #cmakedefine HAVE_LUA5_1_LUALIB_H 1
119
120 /* Define to 1 if you have the <lua5.1/lua.h> header file. */
121 #cmakedefine HAVE_LUA5_1_LUA_H 1
122
123 /* Define to 1 if you have the <lualib.h> header file. */
124 #cmakedefine HAVE_LUALIB_H 1
125
126 /* Define to use Lua 5.1 */
127 #cmakedefine HAVE_LUA_5_1 1
128
129 /* Define to 1 if you have the <lua.h> header file. */
130 #cmakedefine HAVE_LUA_H 1
131
132 /* Define to 1 if you have libpython. */
133 #cmakedefine HAVE_PYTHON 1
134
135 /* Define to 1 if you have the <memory.h> header file. */
136 #cmakedefine HAVE_MEMORY_H 1
137
138 /* Define to use MIT kerberos */
139 #cmakedefine HAVE_MIT_KERBEROS 1
140
141 /* Define to 1 if you have the `mkdtemp' function. */
142 #cmakedefine HAVE_MKDTEMP 1
143
144 /* Define to 1 if you have the `mkstemp' function. */
145 #cmakedefine HAVE_MKSTEMP 1
146
147 /* Define to 1 if you have the `mmap' function. */
148 #cmakedefine HAVE_MMAP 1
149
150 /* Define to 1 if you have the `mprotect' function. */
151 #cmakedefine HAVE_MPROTECT 1
152
153 /* Define to 1 if you have the <netdb.h> header file. */
154 #cmakedefine HAVE_NETDB_H 1
155
156 /* Define to 1 if you have the <netinet/in.h> header file. */
157 #cmakedefine HAVE_NETINET_IN_H 1
158
159 /* Define to enable support for Net-SNMP */
160 #cmakedefine HAVE_NET_SNMP 1
161
162 /* Define to 1 if you have the <net-snmp/library/default_store.h> header file.
163    */
164 #cmakedefine HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
165
166 /* Define to 1 if you have the <net-snmp/net-snmp-config.h> header file. */
167 #cmakedefine HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
168
169 /* Define to 1 if you have the <Ntddndis.h> header file. */
170 #cmakedefine HAVE_NTDDNDIS_H 1
171
172 /* Define to 1 if you have OS X frameworks */
173 #cmakedefine HAVE_OS_X_FRAMEWORKS 1
174
175 /* Define to 1 if you have the `pcap_breakloop' function. */
176 #cmakedefine HAVE_PCAP_BREAKLOOP 1
177
178 /* Define to 1 if you have the `pcap_datalink_name_to_val' function. */
179 #cmakedefine HAVE_PCAP_DATALINK_NAME_TO_VAL 1
180
181 /* Define to 1 if you have the `pcap_datalink_val_to_description' function. */
182 #cmakedefine HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
183
184 /* Define to 1 if you have the `pcap_datalink_val_to_name' function. */
185 #cmakedefine HAVE_PCAP_DATALINK_VAL_TO_NAME 1
186
187 /* Define to 1 if you have the `pcap_findalldevs' function and a pcap.h that
188    declares pcap_if_t. */
189 #cmakedefine HAVE_PCAP_FINDALLDEVS 1
190
191 /* Define to 1 if you have the `pcap_freecode' function. */
192 #cmakedefine HAVE_PCAP_FREECODE 1
193
194 /* Define to 1 if you have the `pcap_free_datalinks' function. */
195 #cmakedefine HAVE_PCAP_FREE_DATALINKS 1
196
197 /* Define to 1 if you have the `pcap_get_selectable_fd' function. */
198 #cmakedefine HAVE_PCAP_GET_SELECTABLE_FD 1
199
200 /* Define to 1 if you have the `pcap_lib_version' function. */
201 #cmakedefine HAVE_PCAP_LIB_VERSION 1
202
203 /* Define to 1 if you have the `pcap_list_datalinks' function. */
204 #cmakedefine HAVE_PCAP_LIST_DATALINKS 1
205
206 /* Define to 1 if you have the `pcap_open_dead' function. */
207 #cmakedefine HAVE_PCAP_OPEN_DEAD 1
208
209 /* Define to 1 if you have the `pcap_set_datalink' function. */
210 #cmakedefine HAVE_PCAP_SET_DATALINK 1
211
212 /* Define if libpcap version is known */
213 #cmakedefine HAVE_PCAP_VERSION 1
214
215 /* Define if plugins are enabled */
216 #cmakedefine HAVE_PLUGINS 1
217
218 /* Define to 1 if you have the <portaudio.h> header file. */
219 #cmakedefine HAVE_PORTAUDIO_H 1
220
221 /* Define if sa_len field exists in struct sockaddr */
222 #cmakedefine HAVE_SA_LEN 1
223
224 /* Define to 1 if you have the <stdarg.h> header file. */
225 #cmakedefine HAVE_STDARG_H 1
226
227 /* Define to 1 if you have the <stddef.h> header file. */
228 #cmakedefine HAVE_STDDEF_H 1
229
230 /* Define to 1 if you have the <stdint.h> header file. */
231 #cmakedefine HAVE_STDINT_H 1
232
233 /* Define to 1 if you have the <stdlib.h> header file. */
234 #cmakedefine HAVE_STDLIB_H 1
235
236 /* Define to 1 if you have the <strings.h> header file. */
237 #cmakedefine HAVE_STRINGS_H 1
238
239 /* Define to 1 if you have the <string.h> header file. */
240 #cmakedefine HAVE_STRING_H 1
241
242 /* Define to 1 if you have the `sysconf' function. */
243 #cmakedefine HAVE_SYSCONF 1
244
245 /* Define to 1 if you have the <sys/ioctl.h> header file. */
246 #cmakedefine HAVE_SYS_IOCTL_H 1
247
248 /* Define to 1 if you have the <sys/param.h> header file. */
249 #cmakedefine HAVE_SYS_PARAM_H 1
250
251 /* Define to 1 if you have the <sys/socket.h> header file. */
252 #cmakedefine HAVE_SYS_SOCKET_H 1
253
254 /* Define to 1 if you have the <sys/sockio.h> header file. */
255 #cmakedefine HAVE_SYS_SOCKIO_H 1
256
257 /* Define to 1 if you have the <sys/stat.h> header file. */
258 #cmakedefine HAVE_SYS_STAT_H 1
259
260 /* Define to 1 if you have the <sys/time.h> header file. */
261 #cmakedefine HAVE_SYS_TIME_H 1
262
263 /* Define to 1 if you have the <sys/types.h> header file. */
264 #cmakedefine HAVE_SYS_TYPES_H 1
265
266 /* Define to 1 if you have the <sys/utsname.h> header file. */
267 #cmakedefine HAVE_SYS_UTSNAME_H 1
268
269 /* Define to 1 if you have the <sys/wait.h> header file. */
270 #cmakedefine HAVE_SYS_WAIT_H 1
271
272 /* Define to 1 if you have the <unistd.h> header file. */
273 #cmakedefine HAVE_UNISTD_H 1
274
275 /* Define to 1 if you have the <windows.h> header file. */
276 #cmakedefine HAVE_WINDOWS_H 1
277
278 /* Define to 1 if you have the <winsock2.h> header file. */
279 #cmakedefine HAVE_WINSOCK2_H 1
280
281 /* HTML viewer, e.g. mozilla */
282 #cmakedefine HTML_VIEWER
283
284 /* Define if <inttypes.h> defines PRI[doxu]64 macros */
285 /* Note: always defines  PRI[doxu]64 macros so inttypes.h becomes useless.*/
286 #cmakedefine INTTYPES_H_DEFINES_FORMATS 1
287
288 /* Define if g_ascii_strtoull.h needs to be included */
289 #cmakedefine NEED_G_ASCII_STRTOULL_H 1
290
291 /* Define if inet/aton.h needs to be included */
292 #cmakedefine NEED_INET_ATON_H 1
293
294 /* Define if inet/v6defs.h needs to be included */
295 #cmakedefine NEED_INET_V6DEFS_H 1
296
297 /* Define if strerror.h needs to be included */
298 #cmakedefine NEED_STRERROR_H 1
299
300 /* Define if strptime.h needs to be included */
301 #cmakedefine NEED_STRPTIME_H 1
302
303 /* Name of package */
304 #cmakedefine PACKAGE
305
306 /* Define to the address where bug reports for this package should be sent. */
307 #cmakedefine PACKAGE_BUGREPORT
308
309 /* Define to the full name of this package. */
310 #cmakedefine PACKAGE_NAME
311
312 /* Define to the full name and version of this package. */
313 #cmakedefine PACKAGE_STRING
314
315 /* Define to the one symbol short name of this package. */
316 #cmakedefine PACKAGE_TARNAME
317
318 /* Define to the version of this package. */
319 #cmakedefine PACKAGE_VERSION
320
321 /* Plugin installation directory */
322 #cmakedefine PLUGIN_DIR
323
324 /* Define if we are using version of of the Portaudio library API */
325 #cmakedefine PORTAUDIO_API_1 1
326
327 /* Define to 1 if you have the <pwd.h> header file. */
328 #cmakedefine HAVE_PWD_H 1
329
330 /* Define to 1 if you have the <grp.h> header file. */
331 #cmakedefine HAVE_GRP_H 1
332
333 /* Define to 1 if you have the ANSI C header files. */
334 /* Note: not use in the code */
335 #cmakedefine STDC_HEADERS 1
336
337 /* Define to 1 if your processor stores words with the most significant byte
338    first (like Motorola and SPARC, unlike Intel and VAX). */
339 #cmakedefine WORDS_BIGENDIAN 1
340
341 /* Define as the string to precede external variable declarations in
342    dynamically-linked libraries */
343 #define WS_VAR_IMPORT @WS_VAR_IMPORT@
344
345 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
346    `char[]'. */
347 /* Note: not use in the code */
348 #cmakedefine YYTEXT_POINTER