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. */
5 /* Define if building universal (internal helper macro) */
6 /* #undef AC_APPLE_UNIVERSAL_BUILD */
8 /* define if asm blocks can use numeric local labels */
9 /* #undef ASM_NUMERIC_LABELS */
11 /* poll doesn't work on devices */
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.
17 /* #undef CRAY_STACKSEG_END */
19 /* Define to 1 if using `alloca.c'. */
22 /* Whether to disable memory pools */
23 /* #undef DISABLE_MEM_POOLS */
25 /* Whether to enable GC friendliness by default */
26 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
28 /* always defined to indicate that i18n is enabled */
32 #define ENABLE_REGEX /**/
34 /* Define the gettext package to be used */
35 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
37 /* Define to the GLIB binary age */
38 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
40 /* Byte contents of gmutex */
41 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
43 /* Define to the GLIB interface age */
44 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
46 /* Define the location where the catalogs will be installed */
47 #define GLIB_LOCALE_DIR "NONE/share/locale"
49 /* Define to the GLIB major version */
50 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
52 /* Define to the GLIB micro version */
53 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
58 /* The size of gmutex, as computed by sizeof. */
59 /* #undef GLIB_SIZEOF_GMUTEX */
61 /* The size of system_thread, as computed by sizeof. */
62 #define GLIB_SIZEOF_SYSTEM_THREAD 4
64 /* alpha atomic implementation */
65 /* #undef G_ATOMIC_ALPHA */
67 /* arm atomic implementation */
68 /* #undef G_ATOMIC_ARM */
70 /* cris atomic implementation */
71 /* #undef G_ATOMIC_CRIS */
73 /* crisv32 atomic implementation */
74 /* #undef G_ATOMIC_CRISV32 */
76 /* i486 atomic implementation */
78 #define G_ATOMIC_I486 1
81 /* ia64 atomic implementation */
82 /* #undef G_ATOMIC_IA64 */
84 /* powerpc atomic implementation */
85 /* #undef G_ATOMIC_POWERPC */
87 /* s390 atomic implementation */
88 /* #undef G_ATOMIC_S390 */
90 /* sparcv9 atomic implementation */
91 /* #undef G_ATOMIC_SPARCV9 */
93 /* x86_64 atomic implementation */
94 /* #undef G_ATOMIC_X86_64 */
96 /* whether GCC supports built-in atomic intrinsics */
97 /* #undef HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS */
99 /* Have inline keyword */
101 #define G_HAVE_INLINE 1
103 /* #undef G_HAVE_INLINE */
104 #endif /* _MSC_VER */
106 /* Have __inline keyword */
107 #define G_HAVE___INLINE 1
109 /* Have __inline__ keyword */
110 #if !defined(_MSC_VER) && !defined(__DMC__)
111 #define G_HAVE___INLINE__ 1
112 #else /* _MSC_VER or __DMC__ */
113 /* #undef G_HAVE___INLINE__ */
114 #endif /* _MSC_VER or __DMC__ */
116 /* Source file containing theread implementation */
117 #define G_THREAD_SOURCE "gthread-win32.c"
119 /* A 'va_copy' style function */
121 #define G_VA_COPY va_copy
123 /* #undef G_VA_COPY */
124 #endif /* _MSC_VER */
126 /* 'va_lists' cannot be copies as values */
127 /* #undef G_VA_COPY_AS_ARRAY */
129 /* Define to 1 if you have `alloca', as a function or macro. */
130 #define HAVE_ALLOCA 1
132 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
134 /* #undef HAVE_ALLOCA_H */
136 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
137 /* #undef HAVE_ARPA_NAMESER_COMPAT_H */
139 /* Define to 1 if you have the `atexit' function. */
140 #define HAVE_ATEXIT 1
142 /* Define to 1 if you have the <attr/xattr.h> header file. */
143 /* #undef HAVE_ATTR_XATTR_H */
145 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
146 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
148 /* Define if you have a version of the snprintf function with semantics as
149 specified by the ISO C99 standard. */
150 /* #undef HAVE_C99_SNPRINTF */
152 /* Define if you have a version of the vsnprintf function with semantics as
153 specified by the ISO C99 standard. */
154 /* #undef HAVE_C99_VSNPRINTF */
156 /* define to 1 if Carbon is available */
157 /* #undef HAVE_CARBON */
159 /* Define to 1 if you have the `chown' function. */
160 /* #undef HAVE_CHOWN */
162 /* Define to 1 if you have the `clock_gettime' function. */
163 /* #undef HAVE_CLOCK_GETTIME */
165 /* Have nl_langinfo (CODESET) */
166 /* #undef HAVE_CODESET */
168 /* Define to 1 if you have the <crt_externs.h> header file. */
169 /* #undef HAVE_CRT_EXTERNS_H */
171 /* Define if dbus-1 is available */
172 /* #undef HAVE_DBUS1 */
174 /* Define to 1 if you have the `dcgettext' function. */
175 #define HAVE_DCGETTEXT 1
177 /* Define to 1 if you have the <dirent.h> header file. */
179 #define HAVE_DIRENT_H 1
181 /* #undef HAVE_DIRENT_H */
184 /* Define to 1 if you have the <dlfcn.h> header file. */
185 /* #undef HAVE_DLFCN_H */
187 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
188 /* #undef HAVE_DOPRNT */
190 /* define for working do while(0) macros */
191 #define HAVE_DOWHILE_MACROS 1
193 /* Define to 1 if using dtrace probes. */
194 /* #undef HAVE_DTRACE */
196 /* Define to 1 if you have the `endmntent' function. */
197 /* #undef HAVE_ENDMNTENT */
199 /* Define to 1 if you have the `endservent' function. */
200 /* #undef HAVE_ENDSERVENT */
202 /* we have the eventfd(2) system call */
203 /* #undef HAVE_EVENTFD */
205 /* Define if we have FAM */
206 /* #undef HAVE_FAM */
208 /* Define to 1 if you have the <fam.h> header file. */
209 /* #undef HAVE_FAM_H */
211 /* Define if we have FAMNoExists in fam */
212 /* #undef HAVE_FAM_NO_EXISTS */
214 /* Define to 1 if you have the `fchmod' function. */
215 /* #undef HAVE_FCHMOD */
217 /* Define to 1 if you have the `fchown' function. */
218 /* #undef HAVE_FCHOWN */
220 /* Define to 1 if you have the `fdwalk' function. */
221 /* #undef HAVE_FDWALK */
223 /* Define to 1 if you have the <float.h> header file. */
224 #define HAVE_FLOAT_H 1
226 /* Define to 1 if you have the <fstab.h> header file. */
227 /* #undef HAVE_FSTAB_H */
229 /* Define to 1 if you have the `fsync' function. */
230 /* #undef HAVE_FSYNC */
232 /* we have the futex(2) system call */
233 /* #undef HAVE_FUTEX */
235 /* Whether you have gcov */
236 /* #undef HAVE_GCOV */
238 /* Define to 1 if you have the `getcwd' function. */
239 #define HAVE_GETCWD 1
241 /* Define to 1 if you have the `getc_unlocked' function. */
242 /* #undef HAVE_GETC_UNLOCKED */
244 /* Define to 1 if you have the `getgrgid' function. */
245 /* #undef HAVE_GETGRGID */
247 /* Define to 1 if you have the `getmntent_r' function. */
248 /* #undef HAVE_GETMNTENT_R */
250 /* Define to 1 if you have the `getmntinfo' function. */
251 /* #undef HAVE_GETMNTINFO */
253 /* Define to 1 if you have the `getprotobyname_r' function. */
254 /* #undef HAVE_GETPROTOBYNAME_R */
256 /* Define to 1 if you have the `getpwuid' function. */
257 /* #undef HAVE_GETPWUID */
259 /* Define if the GNU gettext() function is already present or preinstalled. */
260 #define HAVE_GETTEXT 1
262 /* Define to 1 if you have the `gmtime_r' function. */
263 /* #undef HAVE_GMTIME_R */
265 /* define to use system printf */
266 /* #undef HAVE_GOOD_PRINTF */
268 /* Define to 1 if you have the <grp.h> header file. */
269 /* #undef HAVE_GRP_H */
271 /* Define to 1 if you have the `hasmntopt' function. */
272 /* #undef HAVE_HASMNTOPT */
274 /* Define to 1 if you have the `inotify_init1' function. */
275 /* #undef HAVE_INOTIFY_INIT1 */
277 /* define to support printing 64-bit integers with format I64 */
278 #define HAVE_INT64_AND_I64 1
280 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
282 #define HAVE_INTMAX_T 1
284 #if (_MSC_VER >= 1600)
285 #define HAVE_INTMAX_T 1
287 /* #undef HAVE_INTMAX_T */
288 #endif /* _MSC_VER */
290 /* Define to 1 if you have the <inttypes.h> header file. */
292 #define HAVE_INTTYPES_H 1
294 /* #undef HAVE_INTTYPES_H */
295 #endif /* _MSC_VER */
297 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
298 declares uintmax_t. */
300 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
302 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
303 #endif /* _MSC_VER */
305 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
306 /* #undef HAVE_LANGINFO_CODESET */
308 /* Have nl_langinfo (PM_STR) */
309 /* #undef HAVE_LANGINFO_TIME */
311 /* Define to 1 if you have the `lchmod' function. */
312 /* #undef HAVE_LCHMOD */
314 /* Define to 1 if you have the `lchown' function. */
315 /* #undef HAVE_LCHOWN */
317 /* Define if your <locale.h> file defines LC_MESSAGES. */
318 /* #undef HAVE_LC_MESSAGES */
320 /* Define to 1 if you have the <limits.h> header file. */
321 #define HAVE_LIMITS_H 1
323 /* Define to 1 if you have the `link' function. */
324 /* #undef HAVE_LINK */
326 /* Define to 1 if you have the <linux/magic.h> header file. */
327 /* #undef HAVE_LINUX_MAGIC_H */
329 /* Define to 1 if you have the <locale.h> header file. */
330 #define HAVE_LOCALE_H 1
332 /* Define to 1 if you have the `localtime_r' function. */
333 /* #undef HAVE_LOCALTIME_R */
335 /* Define if you have the 'long double' type. */
336 #define HAVE_LONG_DOUBLE 1
338 /* Define if you have the 'long long' type. */
340 #define HAVE_LONG_LONG 1
342 /* #undef HAVE_LONG_LONG */
343 #endif /* _MSC_VER */
345 /* define if system printf can print long long */
346 #define HAVE_LONG_LONG_FORMAT 1
348 /* Define to 1 if you have the `lstat' function. */
349 /* #undef HAVE_LSTAT */
351 /* Define to 1 if you have the <malloc.h> header file. */
352 #define HAVE_MALLOC_H 1
354 /* Define to 1 if you have the `memalign' function. */
355 /* #undef HAVE_MEMALIGN */
357 /* Define to 1 if you have the `memmem' function. */
358 /* #undef HAVE_MEMMEM */
360 /* Define to 1 if you have the `memmove' function. */
361 #define HAVE_MEMMOVE 1
363 /* Define to 1 if you have the <memory.h> header file. */
364 #define HAVE_MEMORY_H 1
366 /* Define to 1 if you have the `mmap' function. */
367 /* #undef HAVE_MMAP */
369 /* Define to 1 if you have the <mntent.h> header file. */
370 /* #undef HAVE_MNTENT_H */
372 /* Have a monotonic clock */
373 /* #undef HAVE_MONOTONIC_CLOCK */
375 /* Define to 1 if you have the <netdb.h> header file. */
376 /* #undef HAVE_NETDB_H */
378 /* Have non-POSIX function getgrgid_r */
379 /* #undef HAVE_NONPOSIX_GETGRGID_R */
381 /* Have non-POSIX function getpwuid_r */
382 /* #undef HAVE_NONPOSIX_GETPWUID_R */
384 /* Define to 1 if you have the `on_exit' function. */
385 /* #undef HAVE_ON_EXIT */
387 /* Define to 1 if you have the `pipe2' function. */
388 /* #undef HAVE_PIPE2 */
390 /* Define to 1 if you have the `poll' function. */
391 /* #undef HAVE_POLL */
393 /* Have POSIX function getgrgid_r */
394 /* #undef HAVE_POSIX_GETGRGID_R */
396 /* Have POSIX function getpwuid_r */
397 /* #undef HAVE_POSIX_GETPWUID_R */
399 /* Define to 1 if you have the `posix_memalign' function. */
400 /* #undef HAVE_POSIX_MEMALIGN */
402 /* Have function pthread_attr_setstacksize */
403 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
405 /* Define to 1 if the system has the type `ptrdiff_t'. */
406 #define HAVE_PTRDIFF_T 1
408 /* Define to 1 if you have the <pwd.h> header file. */
409 /* #undef HAVE_PWD_H */
411 /* Define to 1 if you have the 'qsort_r' function */
412 /* #undef HAVE_QSORT_R */
414 /* Define to 1 if you have the `readlink' function. */
415 /* #undef HAVE_READLINK */
417 /* Define to 1 if you have the <sched.h> header file. */
418 /* #undef HAVE_SCHED_H */
420 /* Define to 1 if libselinux is available */
421 /* #undef HAVE_SELINUX */
423 /* Define to 1 if you have the <selinux/selinux.h> header file. */
424 /* #undef HAVE_SELINUX_SELINUX_H */
426 /* Define to 1 if you have the `setenv' function. */
427 /* #undef HAVE_SETENV */
429 /* Define to 1 if you have the `setlocale' function. */
430 #define HAVE_SETLOCALE 1
432 /* Define to 1 if you have the `setmntent' function. */
433 /* #undef HAVE_SETMNTENT */
435 /* Define to 1 if you have the `setresuid' function. */
436 /* #undef HAVE_SETRESUID */
438 /* Define to 1 if you have the `setreuid' function. */
439 /* #undef HAVE_SETREUID */
441 /* Define to 1 if you have the `snprintf' function. */
443 #define HAVE_SNPRINTF 1
445 #define snprintf _snprintf
448 /* #undef HAVE_SNPRINTF */
449 #endif /* _MSC_VER */
451 /* Define to 1 if you have the `splice' function. */
452 /* #undef HAVE_SPLICE */
454 /* Define to 1 if you have the `statfs' function. */
455 /* #undef HAVE_STATFS */
457 /* Define to 1 if you have the `statvfs' function. */
458 /* #undef HAVE_STATVFS */
460 /* Define to 1 if you have the <stddef.h> header file. */
461 #define HAVE_STDDEF_H 1
463 /* Define to 1 if you have the <stdint.h> header file. */
465 #define HAVE_STDINT_H 1
467 #if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
468 #define HAVE_STDINT_H 1
470 /* #undef HAVE_STDINT_H */
472 #endif /* _MSC_VER */
474 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
477 #define HAVE_STDINT_H_WITH_UINTMAX 1
479 #if (_MSC_VER >= 1600)
480 #define HAVE_STDINT_H_WITH_UINTMAX 1
482 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
484 #endif /* _MSC_VER */
486 /* Define to 1 if you have the <stdlib.h> header file. */
487 #define HAVE_STDLIB_H 1
489 /* Define to 1 if you have the `stpcpy' function. */
490 /* #undef HAVE_STPCPY */
492 /* Define to 1 if you have the `strcasecmp' function. */
493 #if !defined(_MSC_VER) && !defined(__DMC__)
494 #define HAVE_STRCASECMP 1
495 #else /* _MSC_VER or __DMC__ */
496 /* #undef HAVE_STRCASECMP */
497 #endif /* _MSC_VER or __DMC__ */
499 /* Define to 1 if you have the `strerror' function. */
500 #define HAVE_STRERROR 1
502 /* Define to 1 if you have the <strings.h> header file. */
503 #if !defined(_MSC_VER) && !defined(__DMC__)
504 #define HAVE_STRINGS_H 1
505 #else /* _MSC_VER or __DMC__ */
506 /* #undef HAVE_STRINGS_H */
507 #endif /* _MSC_VER or __DMC__ */
509 /* Define to 1 if you have the <string.h> header file. */
510 #define HAVE_STRING_H 1
512 /* Have functions strlcpy and strlcat */
513 /* #undef HAVE_STRLCPY */
515 /* Define to 1 if you have the `strncasecmp' function. */
516 #if !defined(_MSC_VER) && !defined(__DMC__)
517 #define HAVE_STRNCASECMP 1
518 #else /* _MSC_VER or __DMC__ */
519 /* #undef HAVE_STRNCASECMP */
520 #endif /* _MSC_VER or __DMC__ */
522 /* Define to 1 if you have the `strndup' function. */
523 /* #undef HAVE_STRNDUP */
525 /* Define to 1 if you have the `strsignal' function. */
526 /* #undef HAVE_STRSIGNAL */
528 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
529 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
531 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
532 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
534 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
535 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
537 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
538 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
540 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
541 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
543 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
544 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
546 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
547 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
549 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
550 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
552 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
553 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
555 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
556 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
558 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
559 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
561 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
562 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
564 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
565 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
567 /* Define to 1 if you have the `symlink' function. */
568 /* #undef HAVE_SYMLINK */
570 /* Define to 1 if you have the <sys/inotify.h> header file. */
571 /* #undef HAVE_SYS_INOTIFY_H */
573 /* Define to 1 if you have the <sys/mkdev.h> header file. */
574 /* #undef HAVE_SYS_MKDEV_H */
576 /* Define to 1 if you have the <sys/mntctl.h> header file. */
577 /* #undef HAVE_SYS_MNTCTL_H */
579 /* Define to 1 if you have the <sys/mnttab.h> header file. */
580 /* #undef HAVE_SYS_MNTTAB_H */
582 /* Define to 1 if you have the <sys/mount.h> header file. */
583 /* #undef HAVE_SYS_MOUNT_H */
585 /* Define to 1 if you have the <sys/param.h> header file. */
586 #if !defined(_MSC_VER) && !defined(__DMC__)
587 #define HAVE_SYS_PARAM_H 1
588 #else /* _MSC_VER or __DMC__ */
589 /* #undef HAVE_SYS_PARAM_H */
590 #endif /* _MSC_VER or __DMC__ */
592 /* Define to 1 if you have the <sys/poll.h> header file. */
593 /* #undef HAVE_SYS_POLL_H */
595 /* Define to 1 if you have the <sys/prctl.h> header file. */
596 /* #undef HAVE_SYS_PRCTL_H */
598 /* Define to 1 if you have the <sys/resource.h> header file. */
599 /* #undef HAVE_SYS_RESOURCE_H */
601 /* found fd_set in sys/select.h */
602 /* #undef HAVE_SYS_SELECT_H */
604 /* Define to 1 if you have the <sys/statfs.h> header file. */
605 /* #undef HAVE_SYS_STATFS_H */
607 /* Define to 1 if you have the <sys/statvfs.h> header file. */
608 /* #undef HAVE_SYS_STATVFS_H */
610 /* Define to 1 if you have the <sys/stat.h> header file. */
611 #define HAVE_SYS_STAT_H 1
613 /* Define to 1 if you have the <sys/sysctl.h> header file. */
614 /* #undef HAVE_SYS_SYSCTL_H */
616 /* Define to 1 if you have the <sys/times.h> header file. */
617 /* #undef HAVE_SYS_TIMES_H */
619 /* Define to 1 if you have the <sys/time.h> header file. */
621 #define HAVE_SYS_TIME_H 1
623 /* #undef HAVE_SYS_TIME_H */
624 #endif /* _MSC_VER */
626 /* Define to 1 if you have the <sys/types.h> header file. */
627 #define HAVE_SYS_TYPES_H 1
629 /* Define to 1 if you have the <sys/uio.h> header file. */
630 /* #undef HAVE_SYS_UIO_H */
632 /* Define to 1 if you have the <sys/vfstab.h> header file. */
633 /* #undef HAVE_SYS_VFSTAB_H */
635 /* Define to 1 if you have the <sys/vfs.h> header file. */
636 /* #undef HAVE_SYS_VFS_H */
638 /* Define to 1 if you have the <sys/vmount.h> header file. */
639 /* #undef HAVE_SYS_VMOUNT_H */
641 /* Define to 1 if you have the <sys/wait.h> header file. */
642 /* #undef HAVE_SYS_WAIT_H */
644 /* Define to 1 if you have the <sys/xattr.h> header file. */
645 /* #undef HAVE_SYS_XATTR_H */
647 /* Define to 1 if you have the `timegm' function. */
648 /* #undef HAVE_TIMEGM */
650 /* Define to 1 if you have the <unistd.h> header file. */
652 #define HAVE_UNISTD_H 1
654 /* #undef HAVE_UNISTD_H */
655 #endif /* _MSC_VER */
657 /* Define if your printf function family supports positional parameters as
658 specified by Unix98. */
659 /* #undef HAVE_UNIX98_PRINTF */
661 /* Define to 1 if you have the `unsetenv' function. */
662 /* #undef HAVE_UNSETENV */
664 /* Define to 1 if you have the `utimes' function. */
665 /* #undef HAVE_UTIMES */
667 /* Define to 1 if you have the `valloc' function. */
668 /* #undef HAVE_VALLOC */
670 /* Define to 1 if you have the <values.h> header file. */
671 #if !defined(_MSC_VER) && !defined(__DMC__)
672 #define HAVE_VALUES_H 1
673 #else /* _MSC_VER or __DMC__ */
674 /* #undef HAVE_VALUES_H */
675 #endif /* _MSC_VER or __DMC__ */
677 /* Define to 1 if you have the `vasprintf' function. */
678 #define HAVE_VASPRINTF 1
680 /* Define to 1 if you have the `vprintf' function. */
681 #define HAVE_VPRINTF 1
683 /* Define to 1 if you have the `vsnprintf' function. */
685 #define HAVE_VSNPRINTF 1
687 #define vsnprintf _vsnprintf
690 #if (_MSC_VER >= 1500)
691 #define HAVE_VSNPRINTF 1
692 #endif /* VS 2008+ has vsnprintf */
693 /* #undef HAVE_VSNPRINTF */
694 #endif /* _MSC_VER */
696 /* Define if you have the 'wchar_t' type. */
697 #define HAVE_WCHAR_T 1
699 /* Define to 1 if you have the `wcslen' function. */
700 #define HAVE_WCSLEN 1
702 /* Have Win32 atomic intrinsics */
704 #define HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS 1
707 /* Define if you have the 'wint_t' type. */
708 #define HAVE_WINT_T 1
710 /* Have a working bcopy */
711 /* #undef HAVE_WORKING_BCOPY */
713 /* Define to 1 if you have the <wspiapi.h> header file. */
715 /* #undef HAVE_WSPIAPI_H */
717 #define HAVE_WSPIAPI_H 1
720 /* Define to 1 if xattr is available */
721 /* #undef HAVE_XATTR */
723 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
724 /* #undef HAVE_XATTR_NOFOLLOW */
726 /* Define to 1 if you have the `_NSGetEnviron' function. */
727 /* #undef HAVE__NSGETENVIRON */
729 /* Define to the sub-directory in which libtool stores uninstalled libraries.
731 #define LT_OBJDIR ".libs/"
733 /* Do we cache iconv descriptors */
734 #define NEED_ICONV_CACHE 1
736 /* didn't find fd_set */
739 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
740 /* #undef NO_MINUS_C_MINUS_O */
742 /* global 'sys_errlist' not found */
743 #define NO_SYS_ERRLIST 1
745 /* global 'sys_siglist' not found */
746 #define NO_SYS_SIGLIST 1
748 /* global 'sys_siglist' not declared */
749 #define NO_SYS_SIGLIST_DECL 1
751 /* Define to the address where bug reports for this package should be sent. */
752 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
754 /* Define to the full name of this package. */
755 #define PACKAGE_NAME "glib"
757 /* Define to the full name and version of this package. */
758 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
760 /* Define to the one symbol short name of this package. */
761 #define PACKAGE_TARNAME "glib"
763 /* Define to the home page for this package. */
764 #define PACKAGE_URL ""
766 /* Define to the version of this package. */
767 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
769 /* Maximum POSIX RT priority */
770 /* #undef POSIX_MAX_PRIORITY */
772 /* define if posix_memalign() can allocate any size */
773 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
775 /* Minimum POSIX RT priority */
776 /* #undef POSIX_MIN_PRIORITY */
778 /* The POSIX RT yield function */
779 /* #undef POSIX_YIELD_FUNC */
781 /* whether realloc (NULL,) works */
782 #define REALLOC_0_WORKS 1
784 /* Define if you have correct malloc prototypes */
786 #define SANE_MALLOC_PROTOS 1
788 /* #undef SANE_MALLOC_PROTOS */
789 #endif /* _MSC_VER */
791 /* The size of `char', as computed by sizeof. */
792 #define SIZEOF_CHAR 1
794 /* The size of `int', as computed by sizeof. */
797 /* The size of `long', as computed by sizeof. */
798 #define SIZEOF_LONG 4
800 /* The size of `long long', as computed by sizeof. */
802 #define SIZEOF_LONG_LONG 8
804 #define SIZEOF_LONG_LONG 0
805 #endif /* _MSC_VER */
807 /* The size of `short', as computed by sizeof. */
808 #define SIZEOF_SHORT 2
810 /* The size of `size_t', as computed by sizeof. */
811 #define SIZEOF_SIZE_T 4
813 /* The size of `void *', as computed by sizeof. */
814 #define SIZEOF_VOID_P 4
816 /* The size of `__int64', as computed by sizeof. */
817 #define SIZEOF___INT64 8
819 /* If using the C implementation of alloca, define if you know the
820 direction of stack growth for your system; otherwise it will be
821 automatically deduced at runtime.
822 STACK_DIRECTION > 0 => grows toward higher addresses
823 STACK_DIRECTION < 0 => grows toward lower addresses
824 STACK_DIRECTION = 0 => direction of growth unknown */
825 /* #undef STACK_DIRECTION */
827 /* Number of arguments to statfs() */
828 /* #undef STATFS_ARGS */
830 /* Define to 1 if you have the ANSI C header files. */
831 #define STDC_HEADERS 1
833 /* Using GNU libiconv */
834 /* #undef USE_LIBICONV_GNU */
836 /* Using a native implementation of iconv in a separate library */
837 #define USE_LIBICONV_NATIVE 1
839 /* Define to use statfs() */
840 /* #undef USE_STATFS */
842 /* Define to use statvfs() */
843 /* #undef USE_STATVFS */
845 /* using the system-supplied PCRE library */
846 /* #undef USE_SYSTEM_PCRE */
848 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
849 significant byte first (like Motorola and SPARC, unlike Intel). */
850 #if defined AC_APPLE_UNIVERSAL_BUILD
851 # if defined __BIG_ENDIAN__
852 # define WORDS_BIGENDIAN 1
855 # ifndef WORDS_BIGENDIAN
856 /* # undef WORDS_BIGENDIAN */
860 /* Number of bits in a file offset, on hosts where this is settable. */
861 /* #undef _FILE_OFFSET_BITS */
863 /* Make all glibc extensions visible */
864 /* #undef _GNU_SOURCE */
866 /* Define for large files, on AIX-style hosts. */
867 /* #undef _LARGE_FILES */
869 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
870 /* #undef _XOPEN_SOURCE */
872 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
873 /* #undef _XOPEN_SOURCE_EXTENDED */
875 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
876 /* #undef __EXTENSIONS__ */
878 /* Define to empty if `const' does not conform to ANSI C. */
881 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
882 /* #undef intmax_t */
884 /* Define to empty if the C compiler doesn't support this keyword. */
887 /* Define to `unsigned int' if <sys/types.h> does not define. */