Bug 652827: Update config.h.win32.in
[platform/upstream/glib.git] / config.h.win32.in
1 /* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
2 /* config.h.  Generated by configure.  */
3 /* config.h.in.  Generated from configure.ac by autoheader.  */
4
5 /* Define if building universal (internal helper macro) */
6 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8 /* define if asm blocks can use numeric local labels */
9 /* #undef ASM_NUMERIC_LABELS */
10
11 /* poll doesn't work on devices */
12 #define BROKEN_POLL 1
13
14 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15    systems. This function is required for `alloca.c' support on those systems.
16    */
17 /* #undef CRAY_STACKSEG_END */
18
19 /* Define to 1 if using `alloca.c'. */
20 /* #undef C_ALLOCA */
21
22 /* Whether to disable memory pools */
23 /* #undef DISABLE_MEM_POOLS */
24
25 /* Whether to enable GC friendliness by default */
26 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
27
28 /* always defined to indicate that i18n is enabled */
29 #define ENABLE_NLS 1
30
31 /* include GRegex */
32 #define ENABLE_REGEX /**/
33
34 /* Define the gettext package to be used */
35 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
36
37 /* Define to the GLIB binary age */
38 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
39
40 /* Byte contents of gmutex */
41 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
42
43 /* Define to the GLIB interface age */
44 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
45
46 /* Define the location where the catalogs will be installed */
47 #define GLIB_LOCALE_DIR "NONE/share/locale"
48
49 /* Define to the GLIB major version */
50 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
51
52 /* Define to the GLIB micro version */
53 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
54
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
57
58 /* The size of gmutex, as computed by sizeof. */
59 /* #undef GLIB_SIZEOF_GMUTEX */
60
61 /* The size of system_thread, as computed by sizeof. */
62 #define GLIB_SIZEOF_SYSTEM_THREAD 4
63
64 /* alpha atomic implementation */
65 /* #undef G_ATOMIC_ALPHA */
66
67 /* arm atomic implementation */
68 /* #undef G_ATOMIC_ARM */
69
70 /* cris atomic implementation */
71 /* #undef G_ATOMIC_CRIS */
72
73 /* crisv32 atomic implementation */
74 /* #undef G_ATOMIC_CRISV32 */
75
76 /* i486 atomic implementation */
77 #ifndef _MSC_VER
78 #define G_ATOMIC_I486 1
79 #endif /* _MSC_VER */
80
81 /* ia64 atomic implementation */
82 /* #undef G_ATOMIC_IA64 */
83
84 /* powerpc atomic implementation */
85 /* #undef G_ATOMIC_POWERPC */
86
87 /* s390 atomic implementation */
88 /* #undef G_ATOMIC_S390 */
89
90 /* sparcv9 atomic implementation */
91 /* #undef G_ATOMIC_SPARCV9 */
92
93 /* x86_64 atomic implementation */
94 /* #undef G_ATOMIC_X86_64 */
95
96 /* whether GCC supports built-in atomic intrinsics */
97 /* #undef HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS */
98
99 /* Have Win32 atomic intrinsics */
100 #ifdef _MSC_VER
101 #define HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS 1
102 #endif
103
104 /* Have inline keyword */
105 #ifndef _MSC_VER
106 #define G_HAVE_INLINE 1
107 #else /* _MSC_VER */
108 /* #undef G_HAVE_INLINE */
109 #endif /* _MSC_VER */
110
111 /* Have __inline keyword */
112 #define G_HAVE___INLINE 1
113
114 /* Have __inline__ keyword */
115 #if !defined(_MSC_VER) && !defined(__DMC__)
116 #define G_HAVE___INLINE__ 1
117 #else /* _MSC_VER or __DMC__ */
118 /* #undef G_HAVE___INLINE__ */
119 #endif /* _MSC_VER or __DMC__ */
120
121 /* Source file containing theread implementation */
122 #define G_THREAD_SOURCE "gthread-win32.c"
123
124 /* A 'va_copy' style function */
125 #ifndef _MSC_VER
126 #define G_VA_COPY va_copy
127 #else /* _MSC_VER */
128 /* #undef G_VA_COPY */
129 #endif /* _MSC_VER */
130
131 /* 'va_lists' cannot be copies as values */
132 /* #undef G_VA_COPY_AS_ARRAY */
133
134 /* Define to 1 if you have `alloca', as a function or macro. */
135 #define HAVE_ALLOCA 1
136
137 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
138    */
139 /* #undef HAVE_ALLOCA_H */
140
141 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
142 /* #undef HAVE_ARPA_NAMESER_COMPAT_H */
143
144 /* Define to 1 if you have the `atexit' function. */
145 #define HAVE_ATEXIT 1
146
147 /* Define to 1 if you have the <attr/xattr.h> header file. */
148 /* #undef HAVE_ATTR_XATTR_H */
149
150 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
151 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
152
153 /* Define if you have a version of the snprintf function with semantics as
154    specified by the ISO C99 standard. */
155 /* #undef HAVE_C99_SNPRINTF */
156
157 /* Define if you have a version of the vsnprintf function with semantics as
158    specified by the ISO C99 standard. */
159 /* #undef HAVE_C99_VSNPRINTF */
160
161 /* define to 1 if Carbon is available */
162 /* #undef HAVE_CARBON */
163
164 /* Define to 1 if you have the `chown' function. */
165 /* #undef HAVE_CHOWN */
166
167 /* Define to 1 if you have the `clock_gettime' function. */
168 /* #undef HAVE_CLOCK_GETTIME */
169
170 /* Have nl_langinfo (CODESET) */
171 /* #undef HAVE_CODESET */
172
173 /* Define to 1 if you have the <crt_externs.h> header file. */
174 /* #undef HAVE_CRT_EXTERNS_H */
175
176 /* Define if dbus-1 is available */
177 /* #undef HAVE_DBUS1 */
178
179 /* Define to 1 if you have the `dcgettext' function. */
180 #define HAVE_DCGETTEXT 1
181
182 /* Define to 1 if you have the <dirent.h> header file. */
183 #ifndef _MSC_VER
184 #define HAVE_DIRENT_H 1
185 #else
186 /* #undef HAVE_DIRENT_H */
187 #endif
188
189 /* Define to 1 if you have the <dlfcn.h> header file. */
190 /* #undef HAVE_DLFCN_H */
191
192 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
193 /* #undef HAVE_DOPRNT */
194
195 /* define for working do while(0) macros */
196 #define HAVE_DOWHILE_MACROS 1
197
198 /* Define to 1 if using dtrace probes. */
199 /* #undef HAVE_DTRACE */
200
201 /* Define to 1 if you have the `endmntent' function. */
202 /* #undef HAVE_ENDMNTENT */
203
204 /* Define to 1 if you have the `endservent' function. */
205 /* #undef HAVE_ENDSERVENT */
206
207 /* Define if we have FAM */
208 /* #undef HAVE_FAM */
209
210 /* Define to 1 if you have the <fam.h> header file. */
211 /* #undef HAVE_FAM_H */
212
213 /* Define if we have FAMNoExists in fam */
214 /* #undef HAVE_FAM_NO_EXISTS */
215
216 /* Define to 1 if you have the `fchmod' function. */
217 /* #undef HAVE_FCHMOD */
218
219 /* Define to 1 if you have the `fchown' function. */
220 /* #undef HAVE_FCHOWN */
221
222 /* Define to 1 if you have the `fdwalk' function. */
223 /* #undef HAVE_FDWALK */
224
225 /* Define to 1 if you have the <float.h> header file. */
226 #define HAVE_FLOAT_H 1
227
228 /* Define to 1 if you have the <fstab.h> header file. */
229 /* #undef HAVE_FSTAB_H */
230
231 /* Define to 1 if you have the `fsync' function. */
232 /* #undef HAVE_FSYNC */
233
234 /* we have the futex(2) system call */
235 /* #undef HAVE_FUTEX */
236
237 /* we have the eventfd(2) system call */
238 /* #undef HAVE_EVENTFD */
239
240 /* Whether you have gcov */
241 /* #undef HAVE_GCOV */
242
243 /* Define to 1 if you have the `getcwd' function. */
244 #define HAVE_GETCWD 1
245
246 /* Define to 1 if you have the `getc_unlocked' function. */
247 /* #undef HAVE_GETC_UNLOCKED */
248
249 /* Define to 1 if you have the `getgrgid' function. */
250 /* #undef HAVE_GETGRGID */
251
252 /* Define to 1 if you have the `getmntent_r' function. */
253 /* #undef HAVE_GETMNTENT_R */
254
255 /* Define to 1 if you have the `getmntinfo' function. */
256 /* #undef HAVE_GETMNTINFO */
257
258 /* Define to 1 if you have the `getprotobyname_r' function. */
259 /* #undef HAVE_GETPROTOBYNAME_R */
260
261 /* Define to 1 if you have the `getpwuid' function. */
262 /* #undef HAVE_GETPWUID */
263
264 /* Define if the GNU gettext() function is already present or preinstalled. */
265 #define HAVE_GETTEXT 1
266
267 /* Define to 1 if you have the `gmtime_r' function. */
268 /* #undef HAVE_GMTIME_R */
269
270 /* define to use system printf */
271 /* #undef HAVE_GOOD_PRINTF */
272
273 /* Define to 1 if you have the <grp.h> header file. */
274 /* #undef HAVE_GRP_H */
275
276 /* Define to 1 if you have the `hasmntopt' function. */
277 /* #undef HAVE_HASMNTOPT */
278
279 /* Define to 1 if you have the `inotify_init1' function. */
280 /* #undef HAVE_INOTIFY_INIT1 */
281
282 /* define to support printing 64-bit integers with format I64 */
283 #define HAVE_INT64_AND_I64 1
284
285 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
286 #ifndef _MSC_VER
287 #define HAVE_INTMAX_T 1
288 #else /* _MSC_VER */
289 #if (_MSC_VER >= 1600)
290 #define HAVE_INTMAX_T 1
291 #endif
292 /* #undef HAVE_INTMAX_T */
293 #endif /* _MSC_VER */
294
295 /* Define to 1 if you have the <inttypes.h> header file. */
296 #ifndef _MSC_VER
297 #define HAVE_INTTYPES_H 1
298 #else /* _MSC_VER */
299 /* #undef HAVE_INTTYPES_H */
300 #endif /* _MSC_VER */
301
302 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
303    declares uintmax_t. */
304 #ifndef _MSC_VER
305 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
306 #else /* _MSC_VER */
307 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
308 #endif /* _MSC_VER */
309
310 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
311 /* #undef HAVE_LANGINFO_CODESET */
312
313 /* Define to 1 if you have the `lchmod' function. */
314 /* #undef HAVE_LCHMOD */
315
316 /* Define to 1 if you have the `lchown' function. */
317 /* #undef HAVE_LCHOWN */
318
319 /* Define if your <locale.h> file defines LC_MESSAGES. */
320 /* #undef HAVE_LC_MESSAGES */
321
322 /* Define to 1 if you have the <limits.h> header file. */
323 #define HAVE_LIMITS_H 1
324
325 /* Define to 1 if you have the `link' function. */
326 /* #undef HAVE_LINK */
327
328 /* Define to 1 if you have the <linux/magic.h> header file. */
329 /* #undef HAVE_LINUX_MAGIC_H */
330
331 /* Define to 1 if you have the <locale.h> header file. */
332 #define HAVE_LOCALE_H 1
333
334 /* Define to 1 if you have the `localtime_r' function. */
335 /* #undef HAVE_LOCALTIME_R */
336
337 /* Define if you have the 'long double' type. */
338 #define HAVE_LONG_DOUBLE 1
339
340 /* Define if you have the 'long long' type. */
341 #ifndef _MSC_VER
342 #define HAVE_LONG_LONG 1
343 #else /* _MSC_VER */
344 /* #undef HAVE_LONG_LONG */
345 #endif /* _MSC_VER */
346
347 /* define if system printf can print long long */
348 #define HAVE_LONG_LONG_FORMAT 1
349
350 /* Define to 1 if you have the `lstat' function. */
351 /* #undef HAVE_LSTAT */
352
353 /* Define to 1 if you have the <malloc.h> header file. */
354 #define HAVE_MALLOC_H 1
355
356 /* Define to 1 if you have the `memalign' function. */
357 /* #undef HAVE_MEMALIGN */
358
359 /* Define to 1 if you have the `memmem' function. */
360 /* #undef HAVE_MEMMEM */
361
362 /* Define to 1 if you have the `memmove' function. */
363 #define HAVE_MEMMOVE 1
364
365 /* Define to 1 if you have the <memory.h> header file. */
366 #define HAVE_MEMORY_H 1
367
368 /* Define to 1 if you have the `mmap' function. */
369 /* #undef HAVE_MMAP */
370
371 /* Define to 1 if you have the <mntent.h> header file. */
372 /* #undef HAVE_MNTENT_H */
373
374 /* Have a monotonic clock */
375 /* #undef HAVE_MONOTONIC_CLOCK */
376
377 /* Define to 1 if you have the <netdb.h> header file. */
378 /* #undef HAVE_NETDB_H */
379
380 /* Have non-POSIX function getgrgid_r */
381 /* #undef HAVE_NONPOSIX_GETGRGID_R */
382
383 /* Have non-POSIX function getpwuid_r */
384 /* #undef HAVE_NONPOSIX_GETPWUID_R */
385
386 /* Define to 1 if you have the `on_exit' function. */
387 /* #undef HAVE_ON_EXIT */
388
389 /* Define to 1 if you have the `pipe2' function. */
390 /* #undef HAVE_PIPE2 */
391
392 /* Define to 1 if you have the `poll' function. */
393 /* #undef HAVE_POLL */
394
395 /* Have POSIX function getgrgid_r */
396 /* #undef HAVE_POSIX_GETGRGID_R */
397
398 /* Have POSIX function getpwuid_r */
399 /* #undef HAVE_POSIX_GETPWUID_R */
400
401 /* Define to 1 if you have the `posix_memalign' function. */
402 /* #undef HAVE_POSIX_MEMALIGN */
403
404 /* Have function pthread_attr_setstacksize */
405 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
406
407 /* Define to 1 if the system has the type `ptrdiff_t'. */
408 #define HAVE_PTRDIFF_T 1
409
410 /* Define to 1 if you have the <pwd.h> header file. */
411 /* #undef HAVE_PWD_H */
412
413 /* Define to 1 if you have the 'qsort_r' function */
414 /* #undef HAVE_QSORT_R */
415
416 /* Define to 1 if you have the `readlink' function. */
417 /* #undef HAVE_READLINK */
418
419 /* Define to 1 if you have the <sched.h> header file. */
420 /* #undef HAVE_SCHED_H */
421
422 /* Define to 1 if libselinux is available */
423 /* #undef HAVE_SELINUX */
424
425 /* Define to 1 if you have the <selinux/selinux.h> header file. */
426 /* #undef HAVE_SELINUX_SELINUX_H */
427
428 /* Define to 1 if you have the `setenv' function. */
429 /* #undef HAVE_SETENV */
430
431 /* Define to 1 if you have the `setlocale' function. */
432 #define HAVE_SETLOCALE 1
433
434 /* Define to 1 if you have the `setmntent' function. */
435 /* #undef HAVE_SETMNTENT */
436
437 /* Define to 1 if you have the `setresuid' function. */
438 /* #undef HAVE_SETRESUID */
439
440 /* Define to 1 if you have the `setreuid' function. */
441 /* #undef HAVE_SETREUID */
442
443 /* Define to 1 if you have the `snprintf' function. */
444 #ifndef _MSC_VER
445 #define HAVE_SNPRINTF 1
446 #ifdef __DMC__
447 #define snprintf _snprintf
448 #endif
449 #else /* _MSC_VER */
450 /* #undef HAVE_SNPRINTF */
451 #endif /* _MSC_VER */
452
453 /* Define to 1 if you have the `splice' function. */
454 /* #undef HAVE_SPLICE */
455
456 /* Define to 1 if you have the `statfs' function. */
457 /* #undef HAVE_STATFS */
458
459 /* Define to 1 if you have the `statvfs' function. */
460 /* #undef HAVE_STATVFS */
461
462 /* Define to 1 if you have the <stddef.h> header file. */
463 #define HAVE_STDDEF_H 1
464
465 /* Define to 1 if you have the <stdint.h> header file. */
466 #ifndef _MSC_VER
467 #define HAVE_STDINT_H 1
468 #else /* _MSC_VER */
469 #if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
470 #define HAVE_STDINT_H 1
471 #else
472 /* #undef HAVE_STDINT_H */
473 #endif
474 #endif /* _MSC_VER */
475
476 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
477    uintmax_t. */
478 #ifndef _MSC_VER
479 #define HAVE_STDINT_H_WITH_UINTMAX 1
480 #else /* _MSC_VER */
481 #if (_MSC_VER >= 1600)
482 #define HAVE_STDINT_H_WITH_UINTMAX 1
483 #else
484 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
485 #endif
486 #endif /* _MSC_VER */
487
488 /* Define to 1 if you have the <stdlib.h> header file. */
489 #define HAVE_STDLIB_H 1
490
491 /* Define to 1 if you have the `stpcpy' function. */
492 /* #undef HAVE_STPCPY */
493
494 /* Define to 1 if you have the `strcasecmp' function. */
495 #if !defined(_MSC_VER) && !defined(__DMC__)
496 #define HAVE_STRCASECMP 1
497 #else /* _MSC_VER or __DMC__ */
498 /* #undef HAVE_STRCASECMP */
499 #endif /* _MSC_VER or __DMC__ */
500
501 /* Define to 1 if you have the `strerror' function. */
502 #define HAVE_STRERROR 1
503
504 /* Define to 1 if you have the <strings.h> header file. */
505 #if !defined(_MSC_VER) && !defined(__DMC__)
506 #define HAVE_STRINGS_H 1
507 #else /* _MSC_VER or __DMC__ */
508 /* #undef HAVE_STRINGS_H */
509 #endif /* _MSC_VER or __DMC__ */
510
511 /* Define to 1 if you have the <string.h> header file. */
512 #define HAVE_STRING_H 1
513
514 /* Have functions strlcpy and strlcat */
515 /* #undef HAVE_STRLCPY */
516
517 /* Define to 1 if you have the `strncasecmp' function. */
518 #if !defined(_MSC_VER) && !defined(__DMC__)
519 #define HAVE_STRNCASECMP 1
520 #else /* _MSC_VER or __DMC__ */
521 /* #undef HAVE_STRNCASECMP */
522 #endif /* _MSC_VER or __DMC__ */
523
524 /* Define to 1 if you have the `strndup' function. */
525 /* #undef HAVE_STRNDUP */
526
527 /* Define to 1 if you have the `strsignal' function. */
528 /* #undef HAVE_STRSIGNAL */
529
530 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
531 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
532
533 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
534 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
535
536 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
537 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
538
539 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
540 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
541
542 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
543 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
544
545 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
546 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
547
548 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
549 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
550
551 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
552 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
553
554 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
555 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
556
557 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
558 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
559
560 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
561 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
562
563 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
564 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
565
566 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
567 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
568
569 /* Define to 1 if you have the `symlink' function. */
570 /* #undef HAVE_SYMLINK */
571
572 /* Define to 1 if you have the <sys/inotify.h> header file. */
573 /* #undef HAVE_SYS_INOTIFY_H */
574
575 /* Define to 1 if you have the <sys/mkdev.h> header file. */
576 /* #undef HAVE_SYS_MKDEV_H */
577
578 /* Define to 1 if you have the <sys/mntctl.h> header file. */
579 /* #undef HAVE_SYS_MNTCTL_H */
580
581 /* Define to 1 if you have the <sys/mnttab.h> header file. */
582 /* #undef HAVE_SYS_MNTTAB_H */
583
584 /* Define to 1 if you have the <sys/mount.h> header file. */
585 /* #undef HAVE_SYS_MOUNT_H */
586
587 /* Define to 1 if you have the <sys/param.h> header file. */
588 #if !defined(_MSC_VER) && !defined(__DMC__)
589 #define HAVE_SYS_PARAM_H 1
590 #else /* _MSC_VER or __DMC__ */
591 /* #undef HAVE_SYS_PARAM_H */
592 #endif /* _MSC_VER or __DMC__ */
593
594 /* Define to 1 if you have the <sys/poll.h> header file. */
595 /* #undef HAVE_SYS_POLL_H */
596
597 /* Define to 1 if you have the <sys/prctl.h> header file. */
598 /* #undef HAVE_SYS_PRCTL_H */
599
600 /* Define to 1 if you have the <sys/resource.h> header file. */
601 /* #undef HAVE_SYS_RESOURCE_H */
602
603 /* found fd_set in sys/select.h */
604 /* #undef HAVE_SYS_SELECT_H */
605
606 /* Define to 1 if you have the <sys/statfs.h> header file. */
607 /* #undef HAVE_SYS_STATFS_H */
608
609 /* Define to 1 if you have the <sys/statvfs.h> header file. */
610 /* #undef HAVE_SYS_STATVFS_H */
611
612 /* Define to 1 if you have the <sys/stat.h> header file. */
613 #define HAVE_SYS_STAT_H 1
614
615 /* Define to 1 if you have the <sys/sysctl.h> header file. */
616 /* #undef HAVE_SYS_SYSCTL_H */
617
618 /* Define to 1 if you have the <sys/times.h> header file. */
619 /* #undef HAVE_SYS_TIMES_H */
620
621 /* Define to 1 if you have the <sys/time.h> header file. */
622 #ifndef _MSC_VER
623 #define HAVE_SYS_TIME_H 1
624 #else /* _MSC_VER */
625 /* #undef HAVE_SYS_TIME_H */
626 #endif /* _MSC_VER */
627
628 /* Define to 1 if you have the <sys/types.h> header file. */
629 #define HAVE_SYS_TYPES_H 1
630
631 /* Define to 1 if you have the <sys/uio.h> header file. */
632 /* #undef HAVE_SYS_UIO_H */
633
634 /* Define to 1 if you have the <sys/vfstab.h> header file. */
635 /* #undef HAVE_SYS_VFSTAB_H */
636
637 /* Define to 1 if you have the <sys/vfs.h> header file. */
638 /* #undef HAVE_SYS_VFS_H */
639
640 /* Define to 1 if you have the <sys/vmount.h> header file. */
641 /* #undef HAVE_SYS_VMOUNT_H */
642
643 /* Define to 1 if you have the <sys/wait.h> header file. */
644 /* #undef HAVE_SYS_WAIT_H */
645
646 /* Define to 1 if you have the <sys/xattr.h> header file. */
647 /* #undef HAVE_SYS_XATTR_H */
648
649 /* Define to 1 if you have the `timegm' function. */
650 /* #undef HAVE_TIMEGM */
651
652 /* Define to 1 if you have the <unistd.h> header file. */
653 #ifndef _MSC_VER
654 #define HAVE_UNISTD_H 1
655 #else /* _MSC_VER */
656 /* #undef HAVE_UNISTD_H */
657 #endif /* _MSC_VER */
658
659 /* Define if your printf function family supports positional parameters as
660    specified by Unix98. */
661 /* #undef HAVE_UNIX98_PRINTF */
662
663 /* Define to 1 if you have the `unsetenv' function. */
664 /* #undef HAVE_UNSETENV */
665
666 /* Define to 1 if you have the `utimes' function. */
667 /* #undef HAVE_UTIMES */
668
669 /* Define to 1 if you have the `valloc' function. */
670 /* #undef HAVE_VALLOC */
671
672 /* Define to 1 if you have the <values.h> header file. */
673 #if !defined(_MSC_VER) && !defined(__DMC__)
674 #define HAVE_VALUES_H 1
675 #else /* _MSC_VER or __DMC__ */
676 /* #undef HAVE_VALUES_H */
677 #endif /* _MSC_VER or __DMC__ */
678
679 /* Define to 1 if you have the `vasprintf' function. */
680 #define HAVE_VASPRINTF 1
681
682 /* Define to 1 if you have the `vprintf' function. */
683 #define HAVE_VPRINTF 1
684
685 /* Define to 1 if you have the `vsnprintf' function. */
686 #ifndef _MSC_VER
687 #define HAVE_VSNPRINTF 1
688 #ifdef __DMC__
689 #define vsnprintf _vsnprintf
690 #endif
691 #else /* _MSC_VER */
692 #if (_MSC_VER >= 1500)
693 #define HAVE_VSNPRINTF 1
694 #endif /* VS 2008+ has vsnprintf */
695 /* #undef HAVE_VSNPRINTF */
696 #endif /* _MSC_VER */
697
698 /* Define if you have the 'wchar_t' type. */
699 #define HAVE_WCHAR_T 1
700
701 /* Define to 1 if you have the `wcslen' function. */
702 #define HAVE_WCSLEN 1
703
704 /* Define if you have the 'wint_t' type. */
705 #define HAVE_WINT_T 1
706
707 /* Have a working bcopy */
708 /* #undef HAVE_WORKING_BCOPY */
709
710 /* Define to 1 if you have the <wspiapi.h> header file. */
711 #ifndef _MSC_VER
712 /* #undef HAVE_WSPIAPI_H */
713 #else
714 #define HAVE_WSPIAPI_H 1
715 #endif
716
717 /* Define to 1 if xattr is available */
718 /* #undef HAVE_XATTR */
719
720 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
721 /* #undef HAVE_XATTR_NOFOLLOW */
722
723 /* Define to 1 if you have the `_NSGetEnviron' function. */
724 /* #undef HAVE__NSGETENVIRON */
725
726 /* Define to the sub-directory in which libtool stores uninstalled libraries.
727    */
728 #define LT_OBJDIR ".libs/"
729
730 /* Do we cache iconv descriptors */
731 #define NEED_ICONV_CACHE 1
732
733 /* didn't find fd_set */
734 #define NO_FD_SET 1
735
736 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
737 /* #undef NO_MINUS_C_MINUS_O */
738
739 /* global 'sys_errlist' not found */
740 #define NO_SYS_ERRLIST 1
741
742 /* global 'sys_siglist' not found */
743 #define NO_SYS_SIGLIST 1
744
745 /* global 'sys_siglist' not declared */
746 #define NO_SYS_SIGLIST_DECL 1
747
748 /* Define to the address where bug reports for this package should be sent. */
749 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
750
751 /* Define to the full name of this package. */
752 #define PACKAGE_NAME "glib"
753
754 /* Define to the full name and version of this package. */
755 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
756
757 /* Define to the one symbol short name of this package. */
758 #define PACKAGE_TARNAME "glib"
759
760 /* Define to the home page for this package. */
761 #define PACKAGE_URL ""
762
763 /* Define to the version of this package. */
764 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
765
766 /* Maximum POSIX RT priority */
767 /* #undef POSIX_MAX_PRIORITY */
768
769 /* define if posix_memalign() can allocate any size */
770 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
771
772 /* Minimum POSIX RT priority */
773 /* #undef POSIX_MIN_PRIORITY */
774
775 /* The POSIX RT yield function */
776 /* #undef POSIX_YIELD_FUNC */
777
778 /* whether realloc (NULL,) works */
779 #define REALLOC_0_WORKS 1
780
781 /* Define if you have correct malloc prototypes */
782 #ifndef _MSC_VER
783 #define SANE_MALLOC_PROTOS 1
784 #else /* _MSC_VER */
785 /* #undef SANE_MALLOC_PROTOS */
786 #endif /* _MSC_VER */
787
788 /* The size of `char', as computed by sizeof. */
789 #define SIZEOF_CHAR 1
790
791 /* The size of `int', as computed by sizeof. */
792 #define SIZEOF_INT 4
793
794 /* The size of `long', as computed by sizeof. */
795 #define SIZEOF_LONG 4
796
797 /* The size of `long long', as computed by sizeof. */
798 #ifndef _MSC_VER
799 #define SIZEOF_LONG_LONG 8
800 #else /* _MSC_VER */
801 #define SIZEOF_LONG_LONG 0
802 #endif /* _MSC_VER */
803
804 /* The size of `short', as computed by sizeof. */
805 #define SIZEOF_SHORT 2
806
807 /* The size of `size_t', as computed by sizeof. */
808 #define SIZEOF_SIZE_T 4
809
810 /* The size of `void *', as computed by sizeof. */
811 #define SIZEOF_VOID_P 4
812
813 /* The size of `__int64', as computed by sizeof. */
814 #define SIZEOF___INT64 8
815
816 /* If using the C implementation of alloca, define if you know the
817    direction of stack growth for your system; otherwise it will be
818    automatically deduced at runtime.
819         STACK_DIRECTION > 0 => grows toward higher addresses
820         STACK_DIRECTION < 0 => grows toward lower addresses
821         STACK_DIRECTION = 0 => direction of growth unknown */
822 /* #undef STACK_DIRECTION */
823
824 /* Number of arguments to statfs() */
825 /* #undef STATFS_ARGS */
826
827 /* Define to 1 if you have the ANSI C header files. */
828 #define STDC_HEADERS 1
829
830 /* Using GNU libiconv */
831 /* #undef USE_LIBICONV_GNU */
832
833 /* Using a native implementation of iconv in a separate library */
834 #define USE_LIBICONV_NATIVE 1
835
836 /* using the system-supplied PCRE library */
837 /* #undef USE_SYSTEM_PCRE */
838
839 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
840    significant byte first (like Motorola and SPARC, unlike Intel). */
841 #if defined AC_APPLE_UNIVERSAL_BUILD
842 # if defined __BIG_ENDIAN__
843 #  define WORDS_BIGENDIAN 1
844 # endif
845 #else
846 # ifndef WORDS_BIGENDIAN
847 /* #  undef WORDS_BIGENDIAN */
848 # endif
849 #endif
850
851 /* Number of bits in a file offset, on hosts where this is settable. */
852 /* #undef _FILE_OFFSET_BITS */
853
854 /* Make all glibc extensions visible */
855 /* #undef _GNU_SOURCE */
856
857 /* Define for large files, on AIX-style hosts. */
858 /* #undef _LARGE_FILES */
859
860 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
861 /* #undef _XOPEN_SOURCE */
862
863 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
864 /* #undef _XOPEN_SOURCE_EXTENDED */
865
866 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
867 /* #undef __EXTENSIONS__ */
868
869 /* Define to empty if `const' does not conform to ANSI C. */
870 /* #undef const */
871
872 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
873 /* #undef intmax_t */
874
875 /* Define to empty if the C compiler doesn't support this keyword. */
876 /* #undef signed */
877
878 /* Define to `unsigned int' if <sys/types.h> does not define. */
879 /* #undef size_t */