ec43d2804b1f4f6eb8c5f1fe6c225649d3e4d912
[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) && !defined(__DMC__)
462 #define HAVE_STRCASECMP 1
463 #else /* _MSC_VER or __DMC__ */
464 /* #undef HAVE_STRCASECMP */
465 #endif /* _MSC_VER or __DMC__ */
466
467 /* Define to 1 if you have the `strerror' function. */
468 #define HAVE_STRERROR 1
469
470 /* Define to 1 if you have the <strings.h> header file. */
471 #if !defined(_MSC_VER) && !defined(__DMC__)
472 #define HAVE_STRINGS_H 1
473 #else /* _MSC_VER or __DMC__ */
474 /* #undef HAVE_STRINGS_H */
475 #endif /* _MSC_VER or __DMC__ */
476
477 /* Define to 1 if you have the <string.h> header file. */
478 #define HAVE_STRING_H 1
479
480 /* Have functions strlcpy and strlcat */
481 /* #undef HAVE_STRLCPY */
482
483 /* Define to 1 if you have the `strncasecmp' function. */
484 #if !defined(_MSC_VER) && !defined(__DMC__)
485 #define HAVE_STRNCASECMP 1
486 #else /* _MSC_VER or __DMC__ */
487 /* #undef HAVE_STRNCASECMP */
488 #endif /* _MSC_VER or __DMC__ */
489
490 /* Define to 1 if you have the `strndup' function. */
491 /* #undef HAVE_STRNDUP */
492
493 /* Define to 1 if you have the `strsignal' function. */
494 /* #undef HAVE_STRSIGNAL */
495
496 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
497 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
498
499 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
500 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
501
502 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
503 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
504
505 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
506 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
507
508 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
509 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
510
511 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
512 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
513
514 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
515 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
516
517 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
518 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
519
520 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
521 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
522
523 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
524 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
525
526 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
527 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
528
529 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
530 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
531
532 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
533 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
534
535 /* Define to 1 if you have the `symlink' function. */
536 /* #undef HAVE_SYMLINK */
537
538 /* Define to 1 if you have the <sys/inotify.h> header file. */
539 /* #undef HAVE_SYS_INOTIFY_H */
540
541 /* Define to 1 if you have the <sys/mkdev.h> header file. */
542 /* #undef HAVE_SYS_MKDEV_H */
543
544 /* Define to 1 if you have the <sys/mntctl.h> header file. */
545 /* #undef HAVE_SYS_MNTCTL_H */
546
547 /* Define to 1 if you have the <sys/mnttab.h> header file. */
548 /* #undef HAVE_SYS_MNTTAB_H */
549
550 /* Define to 1 if you have the <sys/mount.h> header file. */
551 /* #undef HAVE_SYS_MOUNT_H */
552
553 /* Define to 1 if you have the <sys/param.h> header file. */
554 #if !defined(_MSC_VER) && !defined(__DMC__)
555 #define HAVE_SYS_PARAM_H 1
556 #else /* _MSC_VER or __DMC__ */
557 /* #undef HAVE_SYS_PARAM_H */
558 #endif /* _MSC_VER or __DMC__ */
559
560 /* Define to 1 if you have the <sys/poll.h> header file. */
561 /* #undef HAVE_SYS_POLL_H */
562
563 /* Define to 1 if you have the <sys/prctl.h> header file. */
564 /* #undef HAVE_SYS_PRCTL_H */
565
566 /* Define to 1 if you have the <sys/resource.h> header file. */
567 /* #undef HAVE_SYS_RESOURCE_H */
568
569 /* found fd_set in sys/select.h */
570 /* #undef HAVE_SYS_SELECT_H */
571
572 /* Define to 1 if you have the <sys/statfs.h> header file. */
573 /* #undef HAVE_SYS_STATFS_H */
574
575 /* Define to 1 if you have the <sys/statvfs.h> header file. */
576 /* #undef HAVE_SYS_STATVFS_H */
577
578 /* Define to 1 if you have the <sys/stat.h> header file. */
579 #define HAVE_SYS_STAT_H 1
580
581 /* Define to 1 if you have the <sys/sysctl.h> header file. */
582 /* #undef HAVE_SYS_SYSCTL_H */
583
584 /* Define to 1 if you have the <sys/times.h> header file. */
585 /* #undef HAVE_SYS_TIMES_H */
586
587 /* Define to 1 if you have the <sys/time.h> header file. */
588 #ifndef _MSC_VER
589 #define HAVE_SYS_TIME_H 1
590 #else /* _MSC_VER */
591 /* #undef HAVE_SYS_TIME_H */
592 #endif /* _MSC_VER */
593
594 /* Define to 1 if you have the <sys/types.h> header file. */
595 #define HAVE_SYS_TYPES_H 1
596
597 /* Define to 1 if you have the <sys/uio.h> header file. */
598 /* #undef HAVE_SYS_UIO_H */
599
600 /* Define to 1 if you have the <sys/vfstab.h> header file. */
601 /* #undef HAVE_SYS_VFSTAB_H */
602
603 /* Define to 1 if you have the <sys/vfs.h> header file. */
604 /* #undef HAVE_SYS_VFS_H */
605
606 /* Define to 1 if you have the <sys/vmount.h> header file. */
607 /* #undef HAVE_SYS_VMOUNT_H */
608
609 /* Define to 1 if you have the <sys/wait.h> header file. */
610 /* #undef HAVE_SYS_WAIT_H */
611
612 /* Define to 1 if you have the <sys/xattr.h> header file. */
613 /* #undef HAVE_SYS_XATTR_H */
614
615 /* Define to 1 if you have the `timegm' function. */
616 /* #undef HAVE_TIMEGM */
617
618 /* Define to 1 if you have the <unistd.h> header file. */
619 #ifndef _MSC_VER
620 #define HAVE_UNISTD_H 1
621 #else /* _MSC_VER */
622 /* #undef HAVE_UNISTD_H */
623 #endif /* _MSC_VER */
624
625 /* Define if your printf function family supports positional parameters as
626    specified by Unix98. */
627 /* #undef HAVE_UNIX98_PRINTF */
628
629 /* Define to 1 if you have the `unsetenv' function. */
630 /* #undef HAVE_UNSETENV */
631
632 /* Define to 1 if you have the `utimes' function. */
633 /* #undef HAVE_UTIMES */
634
635 /* Define to 1 if you have the `valloc' function. */
636 /* #undef HAVE_VALLOC */
637
638 /* Define to 1 if you have the <values.h> header file. */
639 #if !defined(_MSC_VER) && !defined(__DMC__)
640 #define HAVE_VALUES_H 1
641 #else /* _MSC_VER or __DMC__ */
642 /* #undef HAVE_VALUES_H */
643 #endif /* _MSC_VER or __DMC__ */
644
645 /* Define to 1 if you have the `vasprintf' function. */
646 #define HAVE_VASPRINTF 1
647
648 /* Define to 1 if you have the `vprintf' function. */
649 #define HAVE_VPRINTF 1
650
651 /* Define to 1 if you have the `vsnprintf' function. */
652 #ifndef _MSC_VER
653 #define HAVE_VSNPRINTF 1
654 #ifdef __DMC__
655 #define vsnprintf _vsnprintf
656 #endif
657 #else /* _MSC_VER */
658 #if (_MSC_VER >= 1500)
659 #define HAVE_VSNPRINTF 1
660 #endif /* VS 2008+ has vsnprintf */
661 /* #undef HAVE_VSNPRINTF */
662 #endif /* _MSC_VER */
663
664 /* Define if you have the 'wchar_t' type. */
665 #define HAVE_WCHAR_T 1
666
667 /* Define to 1 if you have the `wcslen' function. */
668 #define HAVE_WCSLEN 1
669
670 /* Have Win32 atomic intrinsics */
671 #ifdef _MSC_VER
672 #define HAVE_WIN32_BUILTINS_FOR_ATOMIC_OPERATIONS 1
673 #endif
674
675 /* Define if you have the 'wint_t' type. */
676 #define HAVE_WINT_T 1
677
678 /* Have a working bcopy */
679 /* #undef HAVE_WORKING_BCOPY */
680
681 /* Define to 1 if you have the <wspiapi.h> header file. */
682 #ifndef _MSC_VER
683 /* #undef HAVE_WSPIAPI_H */
684 #else
685 #define HAVE_WSPIAPI_H 1
686 #endif
687
688 /* Define to 1 if xattr is available */
689 /* #undef HAVE_XATTR */
690
691 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
692 /* #undef HAVE_XATTR_NOFOLLOW */
693
694 /* Define to 1 if you have the `_NSGetEnviron' function. */
695 /* #undef HAVE__NSGETENVIRON */
696
697 /* Define to the sub-directory in which libtool stores uninstalled libraries.
698    */
699 #define LT_OBJDIR ".libs/"
700
701 /* Do we cache iconv descriptors */
702 #define NEED_ICONV_CACHE 1
703
704 /* didn't find fd_set */
705 #define NO_FD_SET 1
706
707 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
708 /* #undef NO_MINUS_C_MINUS_O */
709
710 /* global 'sys_errlist' not found */
711 #define NO_SYS_ERRLIST 1
712
713 /* global 'sys_siglist' not found */
714 #define NO_SYS_SIGLIST 1
715
716 /* global 'sys_siglist' not declared */
717 #define NO_SYS_SIGLIST_DECL 1
718
719 /* Define to the address where bug reports for this package should be sent. */
720 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
721
722 /* Define to the full name of this package. */
723 #define PACKAGE_NAME "glib"
724
725 /* Define to the full name and version of this package. */
726 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
727
728 /* Define to the one symbol short name of this package. */
729 #define PACKAGE_TARNAME "glib"
730
731 /* Define to the home page for this package. */
732 #define PACKAGE_URL ""
733
734 /* Define to the version of this package. */
735 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
736
737 /* Maximum POSIX RT priority */
738 /* #undef POSIX_MAX_PRIORITY */
739
740 /* define if posix_memalign() can allocate any size */
741 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
742
743 /* Minimum POSIX RT priority */
744 /* #undef POSIX_MIN_PRIORITY */
745
746 /* The POSIX RT yield function */
747 /* #undef POSIX_YIELD_FUNC */
748
749 /* whether realloc (NULL,) works */
750 #define REALLOC_0_WORKS 1
751
752 /* Define if you have correct malloc prototypes */
753 #ifndef _MSC_VER
754 #define SANE_MALLOC_PROTOS 1
755 #else /* _MSC_VER */
756 /* #undef SANE_MALLOC_PROTOS */
757 #endif /* _MSC_VER */
758
759 /* The size of `char', as computed by sizeof. */
760 #define SIZEOF_CHAR 1
761
762 /* The size of `int', as computed by sizeof. */
763 #define SIZEOF_INT 4
764
765 /* The size of `long', as computed by sizeof. */
766 #define SIZEOF_LONG 4
767
768 /* The size of `long long', as computed by sizeof. */
769 #ifndef _MSC_VER
770 #define SIZEOF_LONG_LONG 8
771 #else /* _MSC_VER */
772 #define SIZEOF_LONG_LONG 0
773 #endif /* _MSC_VER */
774
775 /* The size of `short', as computed by sizeof. */
776 #define SIZEOF_SHORT 2
777
778 /* The size of `size_t', as computed by sizeof. */
779 #define SIZEOF_SIZE_T 4
780
781 /* The size of `void *', as computed by sizeof. */
782 #define SIZEOF_VOID_P 4
783
784 /* The size of `__int64', as computed by sizeof. */
785 #define SIZEOF___INT64 8
786
787 /* If using the C implementation of alloca, define if you know the
788    direction of stack growth for your system; otherwise it will be
789    automatically deduced at runtime.
790         STACK_DIRECTION > 0 => grows toward higher addresses
791         STACK_DIRECTION < 0 => grows toward lower addresses
792         STACK_DIRECTION = 0 => direction of growth unknown */
793 /* #undef STACK_DIRECTION */
794
795 /* Number of arguments to statfs() */
796 /* #undef STATFS_ARGS */
797
798 /* Define to 1 if you have the ANSI C header files. */
799 #define STDC_HEADERS 1
800
801 /* Using GNU libiconv */
802 /* #undef USE_LIBICONV_GNU */
803
804 /* Using a native implementation of iconv in a separate library */
805 #define USE_LIBICONV_NATIVE 1
806
807 /* Define to use statfs() */
808 /* #undef USE_STATFS */
809
810 /* Define to use statvfs() */
811 /* #undef USE_STATVFS */
812
813 /* using the system-supplied PCRE library */
814 /* #undef USE_SYSTEM_PCRE */
815
816 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
817    significant byte first (like Motorola and SPARC, unlike Intel). */
818 #if defined AC_APPLE_UNIVERSAL_BUILD
819 # if defined __BIG_ENDIAN__
820 #  define WORDS_BIGENDIAN 1
821 # endif
822 #else
823 # ifndef WORDS_BIGENDIAN
824 /* #  undef WORDS_BIGENDIAN */
825 # endif
826 #endif
827
828 /* Number of bits in a file offset, on hosts where this is settable. */
829 /* #undef _FILE_OFFSET_BITS */
830
831 /* Make all glibc extensions visible */
832 /* #undef _GNU_SOURCE */
833
834 /* Define for large files, on AIX-style hosts. */
835 /* #undef _LARGE_FILES */
836
837 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
838 /* #undef _XOPEN_SOURCE */
839
840 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
841 /* #undef _XOPEN_SOURCE_EXTENDED */
842
843 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
844 /* #undef __EXTENSIONS__ */
845
846 /* Define to empty if `const' does not conform to ANSI C. */
847 /* #undef const */
848
849 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
850 /* #undef intmax_t */
851
852 /* Define to empty if the C compiler doesn't support this keyword. */
853 /* #undef signed */
854
855 /* Define to `unsigned int' if <sys/types.h> does not define. */
856 /* #undef size_t */