ci: collect test coverage and deploy a html report through gitlab pages
[glib.git] / config.h.win32.in
blob14ac11d397bbba205dc1dcff44242e9fe13c1c67
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 /* The normal alignment of `guint32', in bytes. */
9 #define ALIGNOF_GUINT32 4
11 /* The normal alignment of `guint64', in bytes. */
12 #define ALIGNOF_GUINT64 8
14 /* The normal alignment of `unsigned long', in bytes. */
15 #define ALIGNOF_UNSIGNED_LONG 4
17 /* poll doesn't work on devices */
18 #define BROKEN_POLL 1
20 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
21    systems. This function is required for `alloca.c' support on those systems.
22    */
23 /* #undef CRAY_STACKSEG_END */
25 /* Define to 1 if using `alloca.c'. */
26 /* #undef C_ALLOCA */
28 /* Whether to disable memory pools */
29 /* #undef DISABLE_MEM_POOLS */
31 /* Whether to enable GC friendliness by default */
32 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
34 /* always defined to indicate that i18n is enabled */
35 #define ENABLE_NLS 1
37 /* Define the gettext package to be used */
38 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
40 /* Define to the GLIB binary age */
41 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
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 /* A 'va_copy' style function */
59 #if !defined (_MSC_VER) || (_MSC_VER >= 1800)
60 # define G_VA_COPY va_copy
61 #else /* _MSC_VER && _MSC_VER < 1800 */
62 /* #undef G_VA_COPY */
63 #endif
65 /* 'va_lists' cannot be copies as values */
66 /* #undef G_VA_COPY_AS_ARRAY */
68 /* Define to 1 if you have `alloca', as a function or macro. */
69 /* #undef HAVE_ALLOCA */
71 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
72    */
73 /* #undef HAVE_ALLOCA_H */
75 /* Define to 1 if you have the <attr/xattr.h> header file. */
76 /* #undef HAVE_ATTR_XATTR_H */
78 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
79 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
81 /* Define if you have a version of the snprintf function with semantics as
82    specified by the ISO C99 standard. */
83 #undef HAVE_C99_SNPRINTF
85 /* Define if you have a version of the vsnprintf function with semantics as
86    specified by the ISO C99 standard. */
87 #undef HAVE_C99_VSNPRINTF
89 /* define to 1 if Carbon is available */
90 /* #undef HAVE_CARBON */
92 /* Define to 1 if you have the `clock_gettime' function. */
93 /* #undef HAVE_CLOCK_GETTIME */
95 /* define to 1 if Cocoa is available */
96 /* #undef HAVE_COCOA */
98 /* Have nl_langinfo (CODESET) */
99 /* #undef HAVE_CODESET */
101 /* Define to 1 if you have the <crt_externs.h> header file. */
102 /* #undef HAVE_CRT_EXTERNS_H */
104 /* Define if dbus-1 is available */
105 /* #undef HAVE_DBUS1 */
107 /* Define to 1 if you have the `dcgettext' function. */
108 #define HAVE_DCGETTEXT 1
110 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
111    */
112 #ifndef _MSC_VER
113 # define HAVE_DIRENT_H 1
114 #else
115 /* # undef HAVE_DIRENT_H */
116 #endif
118 /* Define to 1 if you have the <dlfcn.h> header file. */
119 /* #undef HAVE_DLFCN_H */
121 /* Define to 1 if using dtrace probes. */
122 /* #undef HAVE_DTRACE */
124 /* Define to 1 if you have the `endmntent' function. */
125 /* #undef HAVE_ENDMNTENT */
127 /* Define to 1 if you have the `endservent' function. */
128 /* #undef HAVE_ENDSERVENT */
130 /* we have the eventfd(2) system call */
131 /* #undef HAVE_EVENTFD */
133 /* Define to 1 if you have the `fallocate' function. */
134 /* #undef HAVE_FALLOCATE */
136 /* Define if we have FAM */
137 /* #undef HAVE_FAM */
139 /* Define to 1 if you have the <fam.h> header file. */
140 /* #undef HAVE_FAM_H */
142 /* Define if we have FAMNoExists in fam */
143 /* #undef HAVE_FAM_NO_EXISTS */
145 /* Define to 1 if you have the `fchmod' function. */
146 /* #undef HAVE_FCHMOD */
148 /* Define to 1 if you have the `fchown' function. */
149 /* #undef HAVE_FCHOWN */
151 /* Define to 1 if you have the `fdwalk' function. */
152 /* #undef HAVE_FDWALK */
154 /* Define to 1 if you have the <fstab.h> header file. */
155 /* #undef HAVE_FSTAB_H */
157 /* Define to 1 if you have the `fsync' function. */
158 /* #undef HAVE_FSYNC */
160 /* we have the futex(2) system call */
161 /* #undef HAVE_FUTEX */
163 /* Define to 1 if you have the `getc_unlocked' function. */
164 /* #undef HAVE_GETC_UNLOCKED */
166 /* Define to 1 if you have the `getfsstat' function. */
167 /* #undef HAVE_GETFSSTAT */
169 /* Define to 1 if you have the `getgrgid_r' function. */
170 /* #undef HAVE_GETGRGID_R */
172 /* Define to 1 if you have the `getmntent_r' function. */
173 /* #undef HAVE_GETMNTENT_R */
175 /* Define to 1 if you have the `getprotobyname_r' function. */
176 /* #undef HAVE_GETPROTOBYNAME_R */
178 /* Define to 1 if you have the `getpwuid_r' function. */
179 /* #undef HAVE_GETPWUID_R */
181 /* Define to 1 if you have the `getresuid' function. */
182 /* #undef HAVE_GETRESUID */
184 /* Define if the GNU gettext() function is already present or preinstalled. */
185 #define HAVE_GETTEXT 1
187 /* Define to 1 if you have the `getvfsstat' function. */
188 /* #undef HAVE_GETVFSSTAT */
190 /* Define to 1 if you have the `gmtime_r' function. */
191 /* #undef HAVE_GMTIME_R */
193 /* define to use system printf */
194 /* #undef HAVE_GOOD_PRINTF */
196 /* Define to 1 if you have the `hasmntopt' function. */
197 /* #undef HAVE_HASMNTOPT */
199 /* Define to 1 if you have the `if_indextoname' function. */
200 #define HAVE_IF_INDEXTONAME 1
202 /* Define to 1 if you have the `if_nametoindex' function. */
203 #define HAVE_IF_NAMETOINDEX 1
205 /* Define to 1 if you have the `inotify_init1' function. */
206 /* #undef HAVE_INOTIFY_INIT1 */
208 /* define to support printing 64-bit integers with format I64 */
209 /* #undef HAVE_INT64_AND_I64 */
211 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
212 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
213 # define HAVE_INTMAX_T 1
214 #endif
216 /* Define to 1 if you have the <inttypes.h> header file. */
217 #if !defined (_MSC_VER) || (_MSC_VER >= 1800)
218 # define HAVE_INTTYPES_H 1
219 #endif
221 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
222    declares uintmax_t. */
223 #if !defined (_MSC_VER) || (_MSC_VER >= 1800)
224 # define HAVE_INTTYPES_H_WITH_UINTMAX 1
225 #endif
227 /* Define if we have struct ip_mreqn */
228 /* #undef HAVE_IP_MREQN */
230 /* Define to 1 if you have the `issetugid' function. */
231 /* #undef HAVE_ISSETUGID */
233 /* Define to 1 if you have the `kevent' function. */
234 /* #undef HAVE_KEVENT */
236 /* Define to 1 if you have the `kqueue' function. */
237 /* #undef HAVE_KQUEUE */
239 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
240 /* #undef HAVE_LANGINFO_CODESET */
242 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
243 /* #undef HAVE_LANGINFO_OUTDIGIT */
245 /* Have nl_langinfo (PM_STR) */
246 /* #undef HAVE_LANGINFO_TIME */
248 /* Define to 1 if you have the `lchmod' function. */
249 /* #undef HAVE_LCHMOD */
251 /* Define to 1 if you have the `lchown' function. */
252 /* #undef HAVE_LCHOWN */
254 /* Define if your <locale.h> file defines LC_MESSAGES. */
255 /* #undef HAVE_LC_MESSAGES */
257 /* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
258 /* #undef HAVE_LIBC_ENABLE_SECURE */
260 /* Define if libelf is available */
261 /* #undef HAVE_LIBELF */
263 /* Define to 1 if you have the `link' function. */
264 /* #undef HAVE_LINK */
266 /* Define to 1 if you have the <linux/magic.h> header file. */
267 /* #undef HAVE_LINUX_MAGIC_H */
269 /* Define to 1 if you have the <locale.h> header file. */
270 #define HAVE_LOCALE_H 1
272 /* Define to 1 if you have the `localtime_r' function. */
273 /* #undef HAVE_LOCALTIME_R */
275 /* Define if you have the 'long double' type. */
276 #define HAVE_LONG_DOUBLE 1
278 /* Define if you have the 'long long' type. */
279 #define HAVE_LONG_LONG 1
281 /* define if system printf can print long long */
282 /* #undef HAVE_LONG_LONG_FORMAT */
284 /* Define to 1 if you have the `lstat' function. */
285 /* #undef HAVE_LSTAT */
287 /* Define to 1 if you have the <mach/mach_time.h> header file. */
288 /* #undef HAVE_MACH_MACH_TIME_H */
290 /* Define to 1 if you have the <malloc.h> header file. */
291 #define HAVE_MALLOC_H 1
293 /* Define to 1 if you have the `mbrtowc' function. */
294 #define HAVE_MBRTOWC 1
296 /* Define to 1 if you have the `memalign' function. */
297 /* #undef HAVE_MEMALIGN */
299 /* Define to 1 if you have the `memmem' function. */
300 /* #undef HAVE_MEMMEM */
302 /* Define to 1 if you have the <memory.h> header file. */
303 #define HAVE_MEMORY_H 1
305 /* Define to 1 if you have the `mmap' function. */
306 /* #undef HAVE_MMAP */
308 /* Define to 1 if you have the <mntent.h> header file. */
309 /* #undef HAVE_MNTENT_H */
311 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
312 /* #undef HAVE_NDIR_H */
314 /* We have AF_NETLINK sockets */
315 /* #undef HAVE_NETLINK */
317 /* Define to 1 if you have the `newlocale' function. */
318 /* #undef HAVE_NEWLOCALE */
320 /* open option O_DIRECTORY */
321 /* #undef HAVE_OPEN_O_DIRECTORY */
323 /* Define to 1 if you have the `pipe2' function. */
324 /* #undef HAVE_PIPE2 */
326 /* Define to 1 if you have the `poll' function. */
327 /* #undef HAVE_POLL */
329 /* Define to 1 if you have the `posix_memalign' function. */
330 /* #undef HAVE_POSIX_MEMALIGN */
332 /* Define to 1 if you have the `prlimit' function. */
333 /* #undef HAVE_PRLIMIT */
335 /* Have function pthread_attr_setstacksize */
336 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
338 /* Have function pthread_cond_timedwait_relative_np */
339 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
341 /* Have function pthread_condattr_setclock */
342 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
344 /* Have function pthread_setname_np without TID as argument */
345 /* #undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID */
347 /* Have function pthread_setname_np with TID as argument */
348 /* #undef HAVE_PTHREAD_SETNAME_NP_WITH_TID */
350 /* Define to 1 if the system has the type `ptrdiff_t'. */
351 #define HAVE_PTRDIFF_T 1
353 /* Define to 1 if you have the `readlink' function. */
354 /* #undef HAVE_READLINK */
356 /* Define to 1 if you have the `recvmmsg' function. */
357 /* #undef HAVE_RECVMMSG */
359 /* Define to 1 if you have the 'res_init' function. */
360 /* #undef HAVE_RES_INIT */
362 /* Define to 1 if you have the 'res_nclose' function. */
363 /* #undef HAVE_RES_NCLOSE */
365 /* Define to 1 if you have the 'res_ndestroy' function. */
366 /* #undef HAVE_RES_NDESTROY */
368 /* Define to 1 if you have the 'res_ninit' function. */
369 /* #undef HAVE_RES_NINIT */
371 /* Define to 1 if you have the 'res_nquery' function. */
372 /* #undef HAVE_RES_NQUERY */
374 /* Define to 1 if you have the <sched.h> header file. */
375 /* #undef HAVE_SCHED_H */
377 /* Define to 1 if libselinux is available */
378 /* #undef HAVE_SELINUX */
380 /* Define to 1 if you have the <selinux/selinux.h> header file. */
381 /* #undef HAVE_SELINUX_SELINUX_H */
383 /* Define to 1 if you have the `sendmmsg' function. */
384 /* #undef HAVE_SENDMMSG */
386 /* Define to 1 if you have the `setenv' function. */
387 /* #undef HAVE_SETENV */
389 /* Define to 1 if you have the `setmntent' function. */
390 /* #undef HAVE_SETMNTENT */
392 /* Define if you have the 'sig_atomic_t' type. */
393 #define HAVE_SIG_ATOMIC_T 1
395 /* Define to 1 if you have the `snprintf' function. */
396 #define HAVE_SNPRINTF 1
397 #if defined (_MSC_VER) && (_MSC_VER < 1900)
398 # define snprintf _snprintf
399 #endif
401 /* Define to 1 if you have the `splice' function. */
402 /* #undef HAVE_SPLICE */
404 /* Define to 1 if you have the `statfs' function. */
405 /* #undef HAVE_STATFS */
407 /* Define to 1 if you have the `statvfs' function. */
408 /* #undef HAVE_STATVFS */
410 /* Define to 1 if you have the <stddef.h> header file. */
411 #define HAVE_STDDEF_H 1
413 /* Define to 1 if you have the <stdint.h> header file. */
414 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
415 # define HAVE_STDINT_H 1
416 #endif
418 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
419    uintmax_t. */
420 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
421 # define HAVE_STDINT_H_WITH_UINTMAX 1
422 #endif
424 /* Define to 1 if you have the <stdlib.h> header file. */
425 #define HAVE_STDLIB_H 1
427 /* Define to 1 if you have the `stpcpy' function. */
428 /* #undef HAVE_STPCPY */
430 /* Define to 1 if you have the `strcasecmp' function. */
431 #define HAVE_STRCASECMP 1
432 #ifdef _MSC_VER
433 # define strcasecmp _stricmp
434 #endif
436 /* Define to 1 if you have the `strerror_r' function. */
437 /* #undef HAVE_STRERROR_R */
439 /* Define if strerror_r returns char * */
440 /* #undef STRERROR_R_CHAR_P */
442 /* Define to 1 if you have the <strings.h> header file. */
443 #ifndef _MSC_VER
444 # define HAVE_STRINGS_H 1
445 #endif
447 /* Define to 1 if you have the <string.h> header file. */
448 #define HAVE_STRING_H 1
450 /* Have functions strlcpy and strlcat */
451 /* #undef HAVE_STRLCPY */
453 /* Define to 1 if you have the `strncasecmp' function. */
454 #define HAVE_STRNCASECMP 1
455 #ifdef _MSC_VER
456 # define strncasecmp _strnicmp
457 #endif
459 /* Define to 1 if you have the `strnlen' function. */
460 #define HAVE_STRNLEN 1
462 /* Define to 1 if you have the `strsignal' function. */
463 /* #undef HAVE_STRSIGNAL */
465 /* Define to 1 if you have the `strtod_l' function. */
466 /* #undef HAVE_STRTOD_L */
468 /* Define to 1 if you have the `strtoll_l' function. */
469 /* #undef HAVE_STRTOLL_L */
471 /* Define to 1 if you have the `strtoull_l' function. */
472 /* #undef HAVE_STRTOULL_L */
474 /* Define to 1 if `d_type' is a member of `struct dirent'. */
475 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
477 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
478 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
480 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
481 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
483 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
484 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
486 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
487 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
489 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
490 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
492 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
493 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
495 /* Define to 1 if `st_birthtim' is a member of `struct stat'. */
496 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM */
498 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
499 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
501 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
502 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC */
504 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
505 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC */
507 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
508 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
510 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
511 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
513 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
514 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
516 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
517 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
519 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
520 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
522 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
523 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
525 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
526 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
528 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
529 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
531 /* Define to 1 if you have the `symlink' function. */
532 /* #undef HAVE_SYMLINK */
534 /* Define to 1 if you have the `sysctlbyname' function. */
535 /* #undef HAVE_SYSCTLBYNAME */
537 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
538    */
539 /* #undef HAVE_SYS_DIR_H */
541 /* Define to 1 if you have the <sys/event.h> header file. */
542 /* #undef HAVE_SYS_EVENT_H */
544 /* Define to 1 if you have the <sys/filio.h> header file. */
545 /* #undef HAVE_SYS_FILIO_H */
547 /* Define to 1 if you have the <sys/inotify.h> header file. */
548 /* #undef HAVE_SYS_INOTIFY_H */
550 /* Define to 1 if you have the <sys/mkdev.h> header file. */
551 /* #undef HAVE_SYS_MKDEV_H */
553 /* Define to 1 if you have the <sys/mntctl.h> header file. */
554 /* #undef HAVE_SYS_MNTCTL_H */
556 /* Define to 1 if you have the <sys/mnttab.h> header file. */
557 /* #undef HAVE_SYS_MNTTAB_H */
559 /* Define to 1 if you have the <sys/mount.h> header file. */
560 /* #undef HAVE_SYS_MOUNT_H */
562 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
563    */
564 /* #undef HAVE_SYS_NDIR_H */
566 /* Define to 1 if you have the <sys/param.h> header file. */
567 #ifndef _MSC_VER
568 # define HAVE_SYS_PARAM_H 1
569 #endif
571 /* Define to 1 if you have the <sys/poll.h> header file. */
572 /* #undef HAVE_SYS_POLL_H */
574 /* Define to 1 if you have the <sys/resource.h> header file. */
575 /* #undef HAVE_SYS_RESOURCE_H */
577 /* found fd_set in sys/select.h */
578 /* #undef HAVE_SYS_SELECT_H */
580 /* Define to 1 if you have the <sys/statfs.h> header file. */
581 /* #undef HAVE_SYS_STATFS_H */
583 /* Define to 1 if you have the <sys/statvfs.h> header file. */
584 /* #undef HAVE_SYS_STATVFS_H */
586 /* Define to 1 if you have the <sys/stat.h> header file. */
587 #define HAVE_SYS_STAT_H 1
589 /* Define to 1 if you have the <sys/sysctl.h> header file. */
590 /* #undef HAVE_SYS_SYSCTL_H */
592 /* Define to 1 if you have the <sys/times.h> header file. */
593 /* #undef HAVE_SYS_TIMES_H */
595 /* Define to 1 if you have the <sys/time.h> header file. */
596 #ifndef _MSC_VER
597 # define HAVE_SYS_TIME_H 1
598 #endif
600 /* Define to 1 if you have the <sys/types.h> header file. */
601 #define HAVE_SYS_TYPES_H 1
603 /* Define to 1 if you have the <sys/uio.h> header file. */
604 /* #undef HAVE_SYS_UIO_H */
606 /* Define to 1 if you have the <sys/vfstab.h> header file. */
607 /* #undef HAVE_SYS_VFSTAB_H */
609 /* Define to 1 if you have the <sys/vfs.h> header file. */
610 /* #undef HAVE_SYS_VFS_H */
612 /* Define to 1 if you have the <sys/vmount.h> header file. */
613 /* #undef HAVE_SYS_VMOUNT_H */
615 /* Define to 1 if you have the <sys/wait.h> header file. */
616 /* #undef HAVE_SYS_WAIT_H */
618 /* Define to 1 if you have the <sys/xattr.h> header file. */
619 /* #undef HAVE_SYS_XATTR_H */
621 /* Define to 1 if you have the `timegm' function. */
622 /* #undef HAVE_TIMEGM */
624 /* Define to 1 if you have the <unistd.h> header file. */
625 #ifndef _MSC_VER
626 # define HAVE_UNISTD_H 1
627 #endif
629 /* Define if your printf function family supports positional parameters as
630    specified by Unix98. */
631 /* #undef HAVE_UNIX98_PRINTF */
633 /* Define to 1 if you have the `unsetenv' function. */
634 /* #undef HAVE_UNSETENV */
636 /* Define to 1 if you have the `uselocale' function. */
637 /* #undef HAVE_USELOCALE */
639 /* Define to 1 if you have the `utimes' function. */
640 /* #undef HAVE_UTIMES */
642 /* Define to 1 if you have the `valloc' function. */
643 /* #undef HAVE_VALLOC */
645 /* Define to 1 if you have the <values.h> header file. */
646 #ifdef _MSC_VER
647 # define HAVE_VALUES_H 1
648 #endif
650 /* Define to 1 if you have the `vasprintf' function. */
651 #define HAVE_VASPRINTF 1
653 /* Define to 1 if you have the `vsnprintf' function. */
654 #define HAVE_VSNPRINTF 1
656 /* Define if you have the 'wchar_t' type. */
657 #define HAVE_WCHAR_T 1
659 /* Define to 1 if you have the `wcslen' function. */
660 #define HAVE_WCSLEN 1
662 /* Define if you have the 'wint_t' type. */
663 #define HAVE_WINT_T 1
665 /* Have a working bcopy */
666 /* #undef HAVE_WORKING_BCOPY */
668 /* Define to 1 if xattr is available */
669 /* #undef HAVE_XATTR */
671 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
672 /* #undef HAVE_XATTR_NOFOLLOW */
674 /* Define to 1 if you have the <xlocale.h> header file. */
675 /* #undef HAVE_XLOCALE_H */
677 /* Define to 1 if you have the `_NSGetEnviron' function. */
678 /* #undef HAVE__NSGETENVIRON */
680 /* Define to the sub-directory where libtool stores uninstalled libraries. */
681 #define LT_OBJDIR ""
683 /* Do we cache iconv descriptors */
684 /* #undef NEED_ICONV_CACHE */
686 /* didn't find fd_set */
687 /* #undef NO_FD_SET */
689 /* Define to the address where bug reports for this package should be sent. */
690 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
692 /* Define to the full name of this package. */
693 #define PACKAGE_NAME "glib"
695 /* Define to the full name and version of this package. */
696 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
698 /* Define to the one symbol short name of this package. */
699 #define PACKAGE_TARNAME "glib"
701 /* Define to the home page for this package. */
702 #define PACKAGE_URL ""
704 /* Define to the version of this package. */
705 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
707 /* define if posix_memalign() can allocate any size */
708 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
710 /* The size of `char', as computed by sizeof. */
711 #define SIZEOF_CHAR 1
713 /* The size of `int', as computed by sizeof. */
714 #define SIZEOF_INT 4
716 /* The size of `long', as computed by sizeof. */
717 #define SIZEOF_LONG 4
719 /* The size of `long long', as computed by sizeof. */
720 #define SIZEOF_LONG_LONG 8
722 /* The size of `short', as computed by sizeof. */
723 #define SIZEOF_SHORT 2
725 /* The size of `size_t', as computed by sizeof. */
726 #ifdef _WIN64
727 # define SIZEOF_SIZE_T 8
728 #else
729 # define SIZEOF_SIZE_T 4
730 #endif
732 /* The size of `ssize_t', as computed by sizeof. */
733 #ifdef _WIN64
734 # define SIZEOF_SSIZE_T 8
735 #else
736 # define SIZEOF_SSIZE_T 4
737 #endif
739 /* The size of `void *', as computed by sizeof. */
740 #ifdef _WIN64
741 # define SIZEOF_VOID_P 8
742 #else
743 # define SIZEOF_VOID_P 4
744 #endif
746 /* The size of `__int64', as computed by sizeof. */
747 #define SIZEOF___INT64 8
749 /* If using the C implementation of alloca, define if you know the
750    direction of stack growth for your system; otherwise it will be
751    automatically deduced at runtime.
752         STACK_DIRECTION > 0 => grows toward higher addresses
753         STACK_DIRECTION < 0 => grows toward lower addresses
754         STACK_DIRECTION = 0 => direction of growth unknown */
755 /* #undef STACK_DIRECTION */
757 /* Number of arguments to statfs() */
758 /* #undef STATFS_ARGS */
760 /* Define to 1 if you have the ANSI C header files. */
761 #define STDC_HEADERS 1
763 /* Use no threads */
764 /* #undef THREADS_NONE */
766 /* Use pthreads */
767 /* #undef THREADS_POSIX */
769 /* Use w32 threads */
770 #define THREADS_WIN32 1
772 /* Using GNU libiconv */
773 /* #undef USE_LIBICONV_GNU */
775 /* Using a native implementation of iconv in a separate library */
776 #define USE_LIBICONV_NATIVE 1
778 /* Define to use statfs() */
779 /* #undef USE_STATFS */
781 /* Define to use statvfs() */
782 /* #undef USE_STATVFS */
784 /* Enable extensions on AIX 3, Interix.  */
785 #ifndef _ALL_SOURCE
786 /* #undef _ALL_SOURCE */
787 #endif
788 /* Enable GNU extensions on systems that have them.  */
789 #ifndef _GNU_SOURCE
790 #define _GNU_SOURCE 1
791 #endif
792 /* Enable threading extensions on Solaris.  */
793 #ifndef _POSIX_PTHREAD_SEMANTICS
794 /* #undef _POSIX_PTHREAD_SEMANTICS */
795 #endif
796 /* Enable extensions on HP NonStop.  */
797 #ifndef _TANDEM_SOURCE
798 /* #undef _TANDEM_SOURCE */
799 #endif
800 /* Enable general extensions on Solaris.  */
801 #ifndef __EXTENSIONS__
802 #define __EXTENSIONS__ 1
803 #endif
805 /* using the system-supplied PCRE library */
806 /* This is determined in the MSVC projects */
807 /* #undef USE_SYSTEM_PCRE */
809 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
810    significant byte first (like Motorola and SPARC, unlike Intel). */
811 #if defined AC_APPLE_UNIVERSAL_BUILD
812 # if defined __BIG_ENDIAN__
813 #  define WORDS_BIGENDIAN 1
814 # endif
815 #else
816 # ifndef WORDS_BIGENDIAN
817 #  undef WORDS_BIGENDIAN
818 # endif
819 #endif
821 /* Enable large inode numbers on Mac OS X 10.5.  */
822 #ifndef _DARWIN_USE_64_BIT_INODE
823 # define _DARWIN_USE_64_BIT_INODE 1
824 #endif
826 /* Number of bits in a file offset, on hosts where this is settable. */
827 /* #undef _FILE_OFFSET_BITS */
829 /* defines how to decorate public symbols while building */
830 #ifdef _MSC_VER
831 # define _GLIB_EXTERN __declspec (dllexport) extern
832 #else
833 # define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
834 #endif
836 /* Define for large files, on AIX-style hosts. */
837 /* #undef _LARGE_FILES */
839 /* Target the Windows 7 API */
840 #define _WIN32_WINNT 0x0601
842 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
843 /* #undef _XOPEN_SOURCE */
845 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
846 /* #undef _XOPEN_SOURCE_EXTENDED */
848 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
849 #define __EXTENSIONS__ 1
851 /* compiler supports atomic operations */
852 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
854 /* Define to empty if `const' does not conform to ANSI C. */
855 /* #undef const */
857 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
858 /* #undef intmax_t */
860 /* Define to empty if the C compiler doesn't support this keyword. */
861 /* #undef signed */
863 /* Define to `unsigned int' if <sys/types.h> does not define. */
864 /* #undef size_t */
866 #define EXEEXT ".exe"
868 /* #undef MAJOR_IN_MKDEV */
869 /* #undef MAJOR_IN_SYSMACROS */
870 /* #undef HAVE_RTLD_LAZY */
871 /* #undef HAVE_RTLD_NOW */
872 /* #undef HAVE_RTLD_GLOBAL */