ci: Add GitLab CI description file
[glib.git] / config.h.win32.in
blobb50d8146ac60de60b5980921bcc9984a7a8e8eac
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 <linux/magic.h> header file. */
264 /* #undef HAVE_LINUX_MAGIC_H */
266 /* Define to 1 if you have the <locale.h> header file. */
267 #define HAVE_LOCALE_H 1
269 /* Define to 1 if you have the `localtime_r' function. */
270 /* #undef HAVE_LOCALTIME_R */
272 /* Define if you have the 'long double' type. */
273 #define HAVE_LONG_DOUBLE 1
275 /* Define if you have the 'long long' type. */
276 #define HAVE_LONG_LONG 1
278 /* define if system printf can print long long */
279 /* #undef HAVE_LONG_LONG_FORMAT */
281 /* Define to 1 if you have the `lstat' function. */
282 /* #undef HAVE_LSTAT */
284 /* Define to 1 if you have the <mach/mach_time.h> header file. */
285 /* #undef HAVE_MACH_MACH_TIME_H */
287 /* Define to 1 if you have the <malloc.h> header file. */
288 #define HAVE_MALLOC_H 1
290 /* Define to 1 if you have the `mbrtowc' function. */
291 #define HAVE_MBRTOWC 1
293 /* Define to 1 if you have the `memalign' function. */
294 /* #undef HAVE_MEMALIGN */
296 /* Define to 1 if you have the `memmem' function. */
297 /* #undef HAVE_MEMMEM */
299 /* Define to 1 if you have the <memory.h> header file. */
300 #define HAVE_MEMORY_H 1
302 /* Define to 1 if you have the `mmap' function. */
303 /* #undef HAVE_MMAP */
305 /* Define to 1 if you have the <mntent.h> header file. */
306 /* #undef HAVE_MNTENT_H */
308 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
309 /* #undef HAVE_NDIR_H */
311 /* We have AF_NETLINK sockets */
312 /* #undef HAVE_NETLINK */
314 /* Define to 1 if you have the `newlocale' function. */
315 /* #undef HAVE_NEWLOCALE */
317 /* open option O_DIRECTORY */
318 /* #undef HAVE_OPEN_O_DIRECTORY */
320 /* Define to 1 if you have the `pipe2' function. */
321 /* #undef HAVE_PIPE2 */
323 /* Define to 1 if you have the `poll' function. */
324 /* #undef HAVE_POLL */
326 /* Define to 1 if you have the `posix_memalign' function. */
327 /* #undef HAVE_POSIX_MEMALIGN */
329 /* Define to 1 if you have the `prlimit' function. */
330 /* #undef HAVE_PRLIMIT */
332 /* Have function pthread_attr_setstacksize */
333 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
335 /* Have function pthread_cond_timedwait_relative_np */
336 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
338 /* Have function pthread_condattr_setclock */
339 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
341 /* Have function pthread_setname_np without TID as argument */
342 /* #undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID */
344 /* Have function pthread_setname_np with TID as argument */
345 /* #undef HAVE_PTHREAD_SETNAME_NP_WITH_TID */
347 /* Define to 1 if the system has the type `ptrdiff_t'. */
348 #define HAVE_PTRDIFF_T 1
350 /* Define to 1 if you have the `readlink' function. */
351 /* #undef HAVE_READLINK */
353 /* Define to 1 if you have the `recvmmsg' function. */
354 /* #undef HAVE_RECVMMSG */
356 /* Define to 1 if you have the 'res_init' function. */
357 /* #undef HAVE_RES_INIT */
359 /* Define to 1 if you have the 'res_nclose' function. */
360 /* #undef HAVE_RES_NCLOSE */
362 /* Define to 1 if you have the 'res_ndestroy' function. */
363 /* #undef HAVE_RES_NDESTROY */
365 /* Define to 1 if you have the 'res_ninit' function. */
366 /* #undef HAVE_RES_NINIT */
368 /* Define to 1 if you have the 'res_nquery' function. */
369 /* #undef HAVE_RES_NQUERY */
371 /* Define to 1 if you have the <sched.h> header file. */
372 /* #undef HAVE_SCHED_H */
374 /* Define to 1 if libselinux is available */
375 /* #undef HAVE_SELINUX */
377 /* Define to 1 if you have the <selinux/selinux.h> header file. */
378 /* #undef HAVE_SELINUX_SELINUX_H */
380 /* Define to 1 if you have the `sendmmsg' function. */
381 /* #undef HAVE_SENDMMSG */
383 /* Define to 1 if you have the `setenv' function. */
384 /* #undef HAVE_SETENV */
386 /* Define to 1 if you have the `setmntent' function. */
387 /* #undef HAVE_SETMNTENT */
389 /* Define if you have the 'sig_atomic_t' type. */
390 #define HAVE_SIG_ATOMIC_T 1
392 /* Define to 1 if you have the `snprintf' function. */
393 #define HAVE_SNPRINTF 1
394 #if defined (_MSC_VER) && (_MSC_VER < 1900)
395 # define snprintf _snprintf
396 #endif
398 /* Define to 1 if you have the `splice' function. */
399 /* #undef HAVE_SPLICE */
401 /* Define to 1 if you have the `statfs' function. */
402 /* #undef HAVE_STATFS */
404 /* Define to 1 if you have the `statvfs' function. */
405 /* #undef HAVE_STATVFS */
407 /* Define to 1 if you have the <stddef.h> header file. */
408 #define HAVE_STDDEF_H 1
410 /* Define to 1 if you have the <stdint.h> header file. */
411 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
412 # define HAVE_STDINT_H 1
413 #endif
415 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
416    uintmax_t. */
417 #if !defined (_MSC_VER) || (_MSC_VER >= 1600)
418 # define HAVE_STDINT_H_WITH_UINTMAX 1
419 #endif
421 /* Define to 1 if you have the <stdlib.h> header file. */
422 #define HAVE_STDLIB_H 1
424 /* Define to 1 if you have the `stpcpy' function. */
425 /* #undef HAVE_STPCPY */
427 /* Define to 1 if you have the `strcasecmp' function. */
428 #define HAVE_STRCASECMP 1
429 #ifdef _MSC_VER
430 # define strcasecmp _stricmp
431 #endif
433 /* Define to 1 if you have the `strerror_r' function. */
434 /* #undef HAVE_STRERROR_R */
436 /* Define if strerror_r returns char * */
437 /* #undef STRERROR_R_CHAR_P */
439 /* Define to 1 if you have the <strings.h> header file. */
440 #ifndef _MSC_VER
441 # define HAVE_STRINGS_H 1
442 #endif
444 /* Define to 1 if you have the <string.h> header file. */
445 #define HAVE_STRING_H 1
447 /* Have functions strlcpy and strlcat */
448 /* #undef HAVE_STRLCPY */
450 /* Define to 1 if you have the `strncasecmp' function. */
451 #define HAVE_STRNCASECMP 1
452 #ifdef _MSC_VER
453 # define strncasecmp _strnicmp
454 #endif
456 /* Define to 1 if you have the `strnlen' function. */
457 #define HAVE_STRNLEN 1
459 /* Define to 1 if you have the `strsignal' function. */
460 /* #undef HAVE_STRSIGNAL */
462 /* Define to 1 if you have the `strtod_l' function. */
463 /* #undef HAVE_STRTOD_L */
465 /* Define to 1 if you have the `strtoll_l' function. */
466 /* #undef HAVE_STRTOLL_L */
468 /* Define to 1 if you have the `strtoull_l' function. */
469 /* #undef HAVE_STRTOULL_L */
471 /* Define to 1 if `d_type' is a member of `struct dirent'. */
472 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
474 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
475 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
477 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
478 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
480 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
481 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
483 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
484 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
486 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
487 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
489 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
490 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
492 /* Define to 1 if `st_birthtim' is a member of `struct stat'. */
493 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM */
495 /* Define to 1 if `st_birthtime' is a member of `struct stat'. */
496 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
498 /* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
499 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC */
501 /* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
502 /* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC */
504 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
505 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
507 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
508 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
510 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
511 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
513 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
514 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
516 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
517 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
519 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
520 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
522 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
523 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
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 you have the `symlink' function. */
529 /* #undef HAVE_SYMLINK */
531 /* Define to 1 if you have the `sysctlbyname' function. */
532 /* #undef HAVE_SYSCTLBYNAME */
534 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
535    */
536 /* #undef HAVE_SYS_DIR_H */
538 /* Define to 1 if you have the <sys/event.h> header file. */
539 /* #undef HAVE_SYS_EVENT_H */
541 /* Define to 1 if you have the <sys/filio.h> header file. */
542 /* #undef HAVE_SYS_FILIO_H */
544 /* Define to 1 if you have the <sys/inotify.h> header file. */
545 /* #undef HAVE_SYS_INOTIFY_H */
547 /* Define to 1 if you have the <sys/mkdev.h> header file. */
548 /* #undef HAVE_SYS_MKDEV_H */
550 /* Define to 1 if you have the <sys/mntctl.h> header file. */
551 /* #undef HAVE_SYS_MNTCTL_H */
553 /* Define to 1 if you have the <sys/mnttab.h> header file. */
554 /* #undef HAVE_SYS_MNTTAB_H */
556 /* Define to 1 if you have the <sys/mount.h> header file. */
557 /* #undef HAVE_SYS_MOUNT_H */
559 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
560    */
561 /* #undef HAVE_SYS_NDIR_H */
563 /* Define to 1 if you have the <sys/param.h> header file. */
564 #ifndef _MSC_VER
565 # define HAVE_SYS_PARAM_H 1
566 #endif
568 /* Define to 1 if you have the <sys/poll.h> header file. */
569 /* #undef HAVE_SYS_POLL_H */
571 /* Define to 1 if you have the <sys/resource.h> header file. */
572 /* #undef HAVE_SYS_RESOURCE_H */
574 /* found fd_set in sys/select.h */
575 /* #undef HAVE_SYS_SELECT_H */
577 /* Define to 1 if you have the <sys/statfs.h> header file. */
578 /* #undef HAVE_SYS_STATFS_H */
580 /* Define to 1 if you have the <sys/statvfs.h> header file. */
581 /* #undef HAVE_SYS_STATVFS_H */
583 /* Define to 1 if you have the <sys/stat.h> header file. */
584 #define HAVE_SYS_STAT_H 1
586 /* Define to 1 if you have the <sys/sysctl.h> header file. */
587 /* #undef HAVE_SYS_SYSCTL_H */
589 /* Define to 1 if you have the <sys/times.h> header file. */
590 /* #undef HAVE_SYS_TIMES_H */
592 /* Define to 1 if you have the <sys/time.h> header file. */
593 #ifndef _MSC_VER
594 # define HAVE_SYS_TIME_H 1
595 #endif
597 /* Define to 1 if you have the <sys/types.h> header file. */
598 #define HAVE_SYS_TYPES_H 1
600 /* Define to 1 if you have the <sys/uio.h> header file. */
601 /* #undef HAVE_SYS_UIO_H */
603 /* Define to 1 if you have the <sys/vfstab.h> header file. */
604 /* #undef HAVE_SYS_VFSTAB_H */
606 /* Define to 1 if you have the <sys/vfs.h> header file. */
607 /* #undef HAVE_SYS_VFS_H */
609 /* Define to 1 if you have the <sys/vmount.h> header file. */
610 /* #undef HAVE_SYS_VMOUNT_H */
612 /* Define to 1 if you have the <sys/wait.h> header file. */
613 /* #undef HAVE_SYS_WAIT_H */
615 /* Define to 1 if you have the <sys/xattr.h> header file. */
616 /* #undef HAVE_SYS_XATTR_H */
618 /* Define to 1 if you have the `timegm' function. */
619 /* #undef HAVE_TIMEGM */
621 /* Define to 1 if you have the <unistd.h> header file. */
622 #ifndef _MSC_VER
623 # define HAVE_UNISTD_H 1
624 #endif
626 /* Define if your printf function family supports positional parameters as
627    specified by Unix98. */
628 /* #undef HAVE_UNIX98_PRINTF */
630 /* Define to 1 if you have the `unsetenv' function. */
631 /* #undef HAVE_UNSETENV */
633 /* Define to 1 if you have the `uselocale' function. */
634 /* #undef HAVE_USELOCALE */
636 /* Define to 1 if you have the `utimes' function. */
637 /* #undef HAVE_UTIMES */
639 /* Define to 1 if you have the `valloc' function. */
640 /* #undef HAVE_VALLOC */
642 /* Define to 1 if you have the <values.h> header file. */
643 #ifdef _MSC_VER
644 # define HAVE_VALUES_H 1
645 #endif
647 /* Define to 1 if you have the `vasprintf' function. */
648 #define HAVE_VASPRINTF 1
650 /* Define to 1 if you have the `vsnprintf' function. */
651 #define HAVE_VSNPRINTF 1
653 /* Define if you have the 'wchar_t' type. */
654 #define HAVE_WCHAR_T 1
656 /* Define to 1 if you have the `wcslen' function. */
657 #define HAVE_WCSLEN 1
659 /* Define if you have the 'wint_t' type. */
660 #define HAVE_WINT_T 1
662 /* Have a working bcopy */
663 /* #undef HAVE_WORKING_BCOPY */
665 /* Define to 1 if xattr is available */
666 /* #undef HAVE_XATTR */
668 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
669 /* #undef HAVE_XATTR_NOFOLLOW */
671 /* Define to 1 if you have the <xlocale.h> header file. */
672 /* #undef HAVE_XLOCALE_H */
674 /* Define to 1 if you have the `_NSGetEnviron' function. */
675 /* #undef HAVE__NSGETENVIRON */
677 /* Define to the sub-directory where libtool stores uninstalled libraries. */
678 #define LT_OBJDIR ""
680 /* Do we cache iconv descriptors */
681 /* #undef NEED_ICONV_CACHE */
683 /* didn't find fd_set */
684 /* #undef NO_FD_SET */
686 /* Define to the address where bug reports for this package should be sent. */
687 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
689 /* Define to the full name of this package. */
690 #define PACKAGE_NAME "glib"
692 /* Define to the full name and version of this package. */
693 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
695 /* Define to the one symbol short name of this package. */
696 #define PACKAGE_TARNAME "glib"
698 /* Define to the home page for this package. */
699 #define PACKAGE_URL ""
701 /* Define to the version of this package. */
702 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
704 /* define if posix_memalign() can allocate any size */
705 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
707 /* The size of `char', as computed by sizeof. */
708 #define SIZEOF_CHAR 1
710 /* The size of `int', as computed by sizeof. */
711 #define SIZEOF_INT 4
713 /* The size of `long', as computed by sizeof. */
714 #define SIZEOF_LONG 4
716 /* The size of `long long', as computed by sizeof. */
717 #define SIZEOF_LONG_LONG 8
719 /* The size of `short', as computed by sizeof. */
720 #define SIZEOF_SHORT 2
722 /* The size of `size_t', as computed by sizeof. */
723 #ifdef _WIN64
724 # define SIZEOF_SIZE_T 8
725 #else
726 # define SIZEOF_SIZE_T 4
727 #endif
729 /* The size of `ssize_t', as computed by sizeof. */
730 #ifdef _WIN64
731 # define SIZEOF_SSIZE_T 8
732 #else
733 # define SIZEOF_SSIZE_T 4
734 #endif
736 /* The size of `void *', as computed by sizeof. */
737 #ifdef _WIN64
738 # define SIZEOF_VOID_P 8
739 #else
740 # define SIZEOF_VOID_P 4
741 #endif
743 /* The size of `__int64', as computed by sizeof. */
744 #define SIZEOF___INT64 8
746 /* If using the C implementation of alloca, define if you know the
747    direction of stack growth for your system; otherwise it will be
748    automatically deduced at runtime.
749         STACK_DIRECTION > 0 => grows toward higher addresses
750         STACK_DIRECTION < 0 => grows toward lower addresses
751         STACK_DIRECTION = 0 => direction of growth unknown */
752 /* #undef STACK_DIRECTION */
754 /* Number of arguments to statfs() */
755 /* #undef STATFS_ARGS */
757 /* Define to 1 if you have the ANSI C header files. */
758 #define STDC_HEADERS 1
760 /* Use no threads */
761 /* #undef THREADS_NONE */
763 /* Use pthreads */
764 /* #undef THREADS_POSIX */
766 /* Use w32 threads */
767 #define THREADS_WIN32 1
769 /* Using GNU libiconv */
770 /* #undef USE_LIBICONV_GNU */
772 /* Using a native implementation of iconv in a separate library */
773 #define USE_LIBICONV_NATIVE 1
775 /* Define to use statfs() */
776 /* #undef USE_STATFS */
778 /* Define to use statvfs() */
779 /* #undef USE_STATVFS */
781 /* Enable extensions on AIX 3, Interix.  */
782 #ifndef _ALL_SOURCE
783 /* #undef _ALL_SOURCE */
784 #endif
785 /* Enable GNU extensions on systems that have them.  */
786 #ifndef _GNU_SOURCE
787 #define _GNU_SOURCE 1
788 #endif
789 /* Enable threading extensions on Solaris.  */
790 #ifndef _POSIX_PTHREAD_SEMANTICS
791 /* #undef _POSIX_PTHREAD_SEMANTICS */
792 #endif
793 /* Enable extensions on HP NonStop.  */
794 #ifndef _TANDEM_SOURCE
795 /* #undef _TANDEM_SOURCE */
796 #endif
797 /* Enable general extensions on Solaris.  */
798 #ifndef __EXTENSIONS__
799 #define __EXTENSIONS__ 1
800 #endif
802 /* using the system-supplied PCRE library */
803 /* This is determined in the MSVC projects */
804 /* #undef USE_SYSTEM_PCRE */
806 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
807    significant byte first (like Motorola and SPARC, unlike Intel). */
808 #if defined AC_APPLE_UNIVERSAL_BUILD
809 # if defined __BIG_ENDIAN__
810 #  define WORDS_BIGENDIAN 1
811 # endif
812 #else
813 # ifndef WORDS_BIGENDIAN
814 #  undef WORDS_BIGENDIAN
815 # endif
816 #endif
818 /* Enable large inode numbers on Mac OS X 10.5.  */
819 #ifndef _DARWIN_USE_64_BIT_INODE
820 # define _DARWIN_USE_64_BIT_INODE 1
821 #endif
823 /* Number of bits in a file offset, on hosts where this is settable. */
824 /* #undef _FILE_OFFSET_BITS */
826 /* defines how to decorate public symbols while building */
827 #ifdef _MSC_VER
828 # define _GLIB_EXTERN __declspec (dllexport) extern
829 #else
830 # define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
831 #endif
833 /* Define for large files, on AIX-style hosts. */
834 /* #undef _LARGE_FILES */
836 /* Target the Windows 7 API */
837 #define _WIN32_WINNT 0x0601
839 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
840 /* #undef _XOPEN_SOURCE */
842 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
843 /* #undef _XOPEN_SOURCE_EXTENDED */
845 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
846 #define __EXTENSIONS__ 1
848 /* compiler supports atomic operations */
849 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
851 /* Define to empty if `const' does not conform to ANSI C. */
852 /* #undef const */
854 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
855 /* #undef intmax_t */
857 /* Define to empty if the C compiler doesn't support this keyword. */
858 /* #undef signed */
860 /* Define to `unsigned int' if <sys/types.h> does not define. */
861 /* #undef size_t */
863 #define EXEEXT ".exe"
865 /* #undef MAJOR_IN_MKDEV */
866 /* #undef MAJOR_IN_SYSMACROS */
867 /* #undef HAVE_RTLD_LAZY */
868 /* #undef HAVE_RTLD_NOW */
869 /* #undef HAVE_RTLD_GLOBAL */