smb2-dissector: learn the "REPLAY_OPERATION" flag
[obnox/wireshark/wip.git] / packaging / macosx / native-gtk / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* $Id$ */
5
6 /* poll doesn't work on devices */
7 #define BROKEN_POLL 1
8
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10    systems. This function is required for `alloca.c' support on those systems.
11    */
12 /* #undef CRAY_STACKSEG_END */
13
14 /* Define to 1 if using `alloca.c'. */
15 /* #undef C_ALLOCA */
16
17 /* Whether to disable memory pools */
18 /* #undef DISABLE_MEM_POOLS */
19
20 /* Whether to enable GC friendliness by default */
21 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
22
23 /* always defined to indicate that i18n is enabled */
24 #define ENABLE_NLS 1
25
26 /* Define the gettext package to be used */
27 #define GETTEXT_PACKAGE "glib20"
28
29 /* Define to the GLIB binary age */
30 #define GLIB_BINARY_AGE 1209
31
32 /* Byte contents of gmutex */
33 #ifdef __ppc__
34 #define GLIB_BYTE_CONTENTS_GMUTEX 50,-86,-85,-89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
35 #else
36 #define GLIB_BYTE_CONTENTS_GMUTEX -89,-85,-86,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
37 #endif
38
39 /* Define to the GLIB interface age */
40 #define GLIB_INTERFACE_AGE 9
41
42 /* Define the location where the catalogs will be installed */
43 #define GLIB_LOCALE_DIR "/usr/local/share/locale"
44
45 /* Define to the GLIB major version */
46 #define GLIB_MAJOR_VERSION 2
47
48 /* Define to the GLIB micro version */
49 #define GLIB_MICRO_VERSION 9
50
51 /* Define to the GLIB minor version */
52 #define GLIB_MINOR_VERSION 12
53
54 /* The size of gmutex, as computed by sizeof. */
55 #define GLIB_SIZEOF_GMUTEX 44
56
57 /* The size of system_thread, as computed by sizeof. */
58 #define GLIB_SIZEOF_SYSTEM_THREAD 4
59
60 /* alpha atomic implementation */
61 /* #undef G_ATOMIC_ALPHA */
62
63 /* i486 atomic implementation */
64 /* #undef G_ATOMIC_I486 */
65
66 /* ia64 atomic implementation */
67 /* #undef G_ATOMIC_IA64 */
68
69 /* powerpc atomic implementation */
70 #ifdef __ppc__
71 #define G_ATOMIC_POWERPC 1
72 #endif
73
74 /* s390 atomic implementation */
75 /* #undef G_ATOMIC_S390 */
76
77 /* sparcv9 atomic implementation */
78 /* #undef G_ATOMIC_SPARCV9 */
79
80 /* x86_64 atomic implementation */
81 /* #undef G_ATOMIC_X86_64 */
82
83 /* Whether glib was compiled with debugging enabled */
84 #define G_COMPILED_WITH_DEBUGGING "minimum"
85
86 /* Have inline keyword */
87 #define G_HAVE_INLINE 1
88
89 /* Have __inline keyword */
90 #define G_HAVE___INLINE 1
91
92 /* Have __inline__ keyword */
93 #define G_HAVE___INLINE__ 1
94
95 /* Source file containing theread implementation */
96 #define G_THREAD_SOURCE "gthread-posix.c"
97
98 /* A 'va_copy' style function */
99 #define G_VA_COPY va_copy
100
101 /* 'va_lists' cannot be copies as values */
102 /* #undef G_VA_COPY_AS_ARRAY */
103
104 /* Define to 1 if you have `alloca', as a function or macro. */
105 #define HAVE_ALLOCA 1
106
107 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
108    */
109 #define HAVE_ALLOCA_H 1
110
111 /* Define to 1 if you have the `atexit' function. */
112 #define HAVE_ATEXIT 1
113
114 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
115 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
116
117 /* Define if you have a version of the snprintf function with semantics as
118    specified by the ISO C99 standard. */
119 #define HAVE_C99_SNPRINTF 1
120
121 /* Define if you have a version of the vsnprintf function with semantics as
122    specified by the ISO C99 standard. */
123 #define HAVE_C99_VSNPRINTF 1
124
125 /* Define to 1 if you have the `clock_gettime' function. */
126 /* #undef HAVE_CLOCK_GETTIME */
127
128 /* Have nl_langinfo (CODESET) */
129 #define HAVE_CODESET 1
130
131 /* Define to 1 if you have the <crt_externs.h> header file. */
132 #define HAVE_CRT_EXTERNS_H 1
133
134 /* Define to 1 if you have the `dcgettext' function. */
135 #define HAVE_DCGETTEXT 1
136
137 /* Define to 1 if you have the <dirent.h> header file. */
138 #define HAVE_DIRENT_H 1
139
140 /* Define to 1 if you have the <dlfcn.h> header file. */
141 #define HAVE_DLFCN_H 1
142
143 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
144 /* #undef HAVE_DOPRNT */
145
146 /* define for working do while(0) macros */
147 /* #undef HAVE_DOWHILE_MACROS */
148
149 /* Define to 1 if you have the `fdwalk' function. */
150 /* #undef HAVE_FDWALK */
151
152 /* Define to 1 if you have the <float.h> header file. */
153 #define HAVE_FLOAT_H 1
154
155 /* Define to 1 if you have the `getcwd' function. */
156 #define HAVE_GETCWD 1
157
158 /* Define to 1 if you have the `getc_unlocked' function. */
159 #define HAVE_GETC_UNLOCKED 1
160
161 /* Define to 1 if you have the `getpagesize' function. */
162 #define HAVE_GETPAGESIZE 1
163
164 /* Define if the GNU gettext() function is already present or preinstalled. */
165 #define HAVE_GETTEXT 1
166
167 /* define to use system printf */
168 #define HAVE_GOOD_PRINTF 1
169
170 /* define to support printing 64-bit integers with format I64 */
171 /* #undef HAVE_INT64_AND_I64 */
172
173 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
174 #define HAVE_INTMAX_T 1
175
176 /* Define to 1 if you have the <inttypes.h> header file. */
177 #define HAVE_INTTYPES_H 1
178
179 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
180    declares uintmax_t. */
181 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
182
183 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
184 #define HAVE_LANGINFO_CODESET 1
185
186 /* Define to 1 if you have the <langinfo.h> header file. */
187 #define HAVE_LANGINFO_H 1
188
189 /* Define if your <locale.h> file defines LC_MESSAGES. */
190 #define HAVE_LC_MESSAGES 1
191
192 /* Define to 1 if you have the <limits.h> header file. */
193 #define HAVE_LIMITS_H 1
194
195 /* Define to 1 if you have the <locale.h> header file. */
196 #define HAVE_LOCALE_H 1
197
198 /* Define to 1 if you have the `localtime_r' function. */
199 #define HAVE_LOCALTIME_R 1
200
201 /* Define if you have the 'long double' type. */
202 #define HAVE_LONG_DOUBLE 1
203
204 /* Define if you have the 'long long' type. */
205 #define HAVE_LONG_LONG 1
206
207 /* define if system printf can print long long */
208 #define HAVE_LONG_LONG_FORMAT 1
209
210 /* Define to 1 if you have the `lstat' function. */
211 #define HAVE_LSTAT 1
212
213 /* Define to 1 if you have the <malloc.h> header file. */
214 /* #undef HAVE_MALLOC_H */
215
216 /* Define to 1 if you have the `memalign' function. */
217 /* #undef HAVE_MEMALIGN */
218
219 /* Define to 1 if you have the `memmove' function. */
220 #define HAVE_MEMMOVE 1
221
222 /* Define to 1 if you have the <memory.h> header file. */
223 #define HAVE_MEMORY_H 1
224
225 /* Define to 1 if you have a working `mmap' system call. */
226 #define HAVE_MMAP 1
227
228 /* Have a monotonic clock */
229 /* #undef HAVE_MONOTONIC_CLOCK */
230
231 /* Define to 1 if you have the `nanosleep' function. */
232 #define HAVE_NANOSLEEP 1
233
234 /* Define to 1 if you have the `nl_langinfo' function. */
235 #define HAVE_NL_LANGINFO 1
236
237 /* Have non-POSIX function getpwuid_r */
238 /* #undef HAVE_NONPOSIX_GETPWUID_R */
239
240 /* Define to 1 if you have the `nsleep' function. */
241 /* #undef HAVE_NSLEEP */
242
243 /* Define to 1 if you have the `on_exit' function. */
244 /* #undef HAVE_ON_EXIT */
245
246 /* Define to 1 if you have the `poll' function. */
247 #define HAVE_POLL 1
248
249 /* Have POSIX function getpwuid_r */
250 #define HAVE_POSIX_GETPWUID_R 1
251
252 /* Define to 1 if you have the `posix_memalign' function. */
253 /* #undef HAVE_POSIX_MEMALIGN */
254
255 /* Have function pthread_attr_setstacksize */
256 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
257
258 /* Define to 1 if the system has the type `ptrdiff_t'. */
259 #define HAVE_PTRDIFF_T 1
260
261 /* Define to 1 if you have the <pwd.h> header file. */
262 #define HAVE_PWD_H 1
263
264 /* Define to 1 if you have the `readlink' function. */
265 #define HAVE_READLINK 1
266
267 /* Define to 1 if you have the <sched.h> header file. */
268 #define HAVE_SCHED_H 1
269
270 /* Define to 1 if you have the `setenv' function. */
271 #define HAVE_SETENV 1
272
273 /* Define to 1 if you have the `setlocale' function. */
274 #define HAVE_SETLOCALE 1
275
276 /* Define to 1 if you have the `snprintf' function. */
277 #define HAVE_SNPRINTF 1
278
279 /* Define to 1 if you have the <stddef.h> header file. */
280 #define HAVE_STDDEF_H 1
281
282 /* Define to 1 if you have the <stdint.h> header file. */
283 #define HAVE_STDINT_H 1
284
285 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
286    uintmax_t. */
287 #define HAVE_STDINT_H_WITH_UINTMAX 1
288
289 /* Define to 1 if you have the <stdlib.h> header file. */
290 #define HAVE_STDLIB_H 1
291
292 /* Define to 1 if you have the `stpcpy' function. */
293 #define HAVE_STPCPY 1
294
295 /* Define to 1 if you have the <strings.h> header file. */
296 #define HAVE_STRINGS_H 1
297
298 /* Define to 1 if you have the <string.h> header file. */
299 #define HAVE_STRING_H 1
300
301 /* Have functions strlcpy and strlcat */
302 #define HAVE_STRLCPY 1
303
304 /* Define to 1 if you have the `strncasecmp' function. */
305 #define HAVE_STRNCASECMP 1
306
307 /* Define to 1 if you have the `strsignal' function. */
308 #define HAVE_STRSIGNAL 1
309
310 /* Define to 1 if you have the `symlink' function. */
311 #define HAVE_SYMLINK 1
312
313 /* Define to 1 if you have the <sys/param.h> header file. */
314 #define HAVE_SYS_PARAM_H 1
315
316 /* Define to 1 if you have the <sys/poll.h> header file. */
317 #define HAVE_SYS_POLL_H 1
318
319 /* found fd_set in sys/select.h */
320 #define HAVE_SYS_SELECT_H 1
321
322 /* Define to 1 if you have the <sys/stat.h> header file. */
323 #define HAVE_SYS_STAT_H 1
324
325 /* Define to 1 if you have the <sys/times.h> header file. */
326 #define HAVE_SYS_TIMES_H 1
327
328 /* Define to 1 if you have the <sys/time.h> header file. */
329 #define HAVE_SYS_TIME_H 1
330
331 /* Define to 1 if you have the <sys/types.h> header file. */
332 #define HAVE_SYS_TYPES_H 1
333
334 /* Define to 1 if you have the <sys/wait.h> header file. */
335 #define HAVE_SYS_WAIT_H 1
336
337 /* Define to 1 if you have the `timegm' function. */
338 #define HAVE_TIMEGM 1
339
340 /* Define to 1 if you have the <unistd.h> header file. */
341 #define HAVE_UNISTD_H 1
342
343 /* Define if your printf function family supports positional parameters as
344    specified by Unix98. */
345 #define HAVE_UNIX98_PRINTF 1
346
347 /* Define to 1 if you have the `unsetenv' function. */
348 #define HAVE_UNSETENV 1
349
350 /* Define to 1 if you have the `valloc' function. */
351 #define HAVE_VALLOC 1
352
353 /* Define to 1 if you have the <values.h> header file. */
354 /* #undef HAVE_VALUES_H */
355
356 /* Define to 1 if you have the `vasprintf' function. */
357 #define HAVE_VASPRINTF 1
358
359 /* Define to 1 if you have the `vprintf' function. */
360 #define HAVE_VPRINTF 1
361
362 /* Define to 1 if you have the `vsnprintf' function. */
363 #define HAVE_VSNPRINTF 1
364
365 /* Define if you have the 'wchar_t' type. */
366 #define HAVE_WCHAR_T 1
367
368 /* Define to 1 if you have the `wcslen' function. */
369 #define HAVE_WCSLEN 1
370
371 /* Define if you have the 'wint_t' type. */
372 #define HAVE_WINT_T 1
373
374 /* Have a working bcopy */
375 /* #undef HAVE_WORKING_BCOPY */
376
377 /* Define to 1 if you have the `_NSGetEnviron' function. */
378 #define HAVE__NSGETENVIRON 1
379
380 /* Do we cache iconv descriptors */
381 #define NEED_ICONV_CACHE 1
382
383 /* didn't find fd_set */
384 /* #undef NO_FD_SET */
385
386 /* global 'sys_errlist' not found */
387 /* #undef NO_SYS_ERRLIST */
388
389 /* global 'sys_siglist' not found */
390 /* #undef NO_SYS_SIGLIST */
391
392 /* global 'sys_siglist' not declared */
393 /* #undef NO_SYS_SIGLIST_DECL */
394
395 /* Define to the address where bug reports for this package should be sent. */
396 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
397
398 /* Define to the full name of this package. */
399 #define PACKAGE_NAME "glib"
400
401 /* Define to the full name and version of this package. */
402 #define PACKAGE_STRING "glib 2.12.9"
403
404 /* Define to the one symbol short name of this package. */
405 #define PACKAGE_TARNAME "glib"
406
407 /* Define to the version of this package. */
408 #define PACKAGE_VERSION "2.12.9"
409
410 /* Maximum POSIX RT priority */
411 #define POSIX_MAX_PRIORITY sched_get_priority_max(SCHED_OTHER)
412
413 /* define if posix_memalign() can allocate any size */
414 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
415
416 /* Minimum POSIX RT priority */
417 #define POSIX_MIN_PRIORITY sched_get_priority_min(SCHED_OTHER)
418
419 /* The POSIX RT yield function */
420 #define POSIX_YIELD_FUNC sched_yield()
421
422 /* whether realloc (NULL,) works */
423 #define REALLOC_0_WORKS 1
424
425 /* Define if you have correct malloc prototypes */
426 #define SANE_MALLOC_PROTOS 1
427
428 /* The size of `char', as computed by sizeof. */
429 #define SIZEOF_CHAR 1
430
431 /* The size of `int', as computed by sizeof. */
432 #define SIZEOF_INT 4
433
434 /* The size of `long', as computed by sizeof. */
435 #define SIZEOF_LONG 4
436
437 /* The size of `long long', as computed by sizeof. */
438 #define SIZEOF_LONG_LONG 8
439
440 /* The size of `short', as computed by sizeof. */
441 #define SIZEOF_SHORT 2
442
443 /* The size of `size_t', as computed by sizeof. */
444 #define SIZEOF_SIZE_T 4
445
446 /* The size of `void *', as computed by sizeof. */
447 #define SIZEOF_VOID_P 4
448
449 /* The size of `__int64', as computed by sizeof. */
450 #define SIZEOF___INT64 0
451
452 /* If using the C implementation of alloca, define if you know the
453    direction of stack growth for your system; otherwise it will be
454    automatically deduced at runtime.
455         STACK_DIRECTION > 0 => grows toward higher addresses
456         STACK_DIRECTION < 0 => grows toward lower addresses
457         STACK_DIRECTION = 0 => direction of growth unknown */
458 /* #undef STACK_DIRECTION */
459
460 /* Define to 1 if you have the ANSI C header files. */
461 #define STDC_HEADERS 1
462
463 /* Using GNU libiconv */
464 #define USE_LIBICONV_GNU 1
465
466 /* Using a native implementation of iconv in a separate library */
467 /* #undef USE_LIBICONV_NATIVE */
468
469 /* Define to 1 if your processor stores words with the most significant byte
470    first (like Motorola and SPARC, unlike Intel and VAX). */
471 #ifdef __ppc__
472 #define WORDS_BIGENDIAN 1
473 #endif
474
475 /* Number of bits in a file offset, on hosts where this is settable. */
476 /* #undef _FILE_OFFSET_BITS */
477
478 /* Define for large files, on AIX-style hosts. */
479 /* #undef _LARGE_FILES */
480
481 /* Define to empty if `const' does not conform to ANSI C. */
482 /* #undef const */
483
484 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
485 /* #undef intmax_t */
486
487 /* Define to empty if the C compiler doesn't support this keyword. */
488 /* #undef signed */
489
490 /* Define to `unsigned int' if <sys/types.h> does not define. */
491 /* #undef size_t */