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