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