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