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