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