Update config.h.win32.in for Newer Windows
[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 <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 `clock_gettime' function. */
110 /* #undef HAVE_CLOCK_GETTIME */
111
112 /* define to 1 if Cocoa is available */
113 /* #undef HAVE_COCOA */
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, and it defines `DIR'.
128    */
129 #ifndef _MSC_VER
130 #define HAVE_DIRENT_H 1
131 #else
132 /* #undef HAVE_DIRENT_H */
133 #endif
134
135 /* Define to 1 if you have the <dlfcn.h> header file. */
136 /* #undef HAVE_DLFCN_H */
137
138 /* Define to 1 if using dtrace probes. */
139 /* #undef HAVE_DTRACE */
140
141 /* Define to 1 if you have the `endmntent' function. */
142 /* #undef HAVE_ENDMNTENT */
143
144 /* Define to 1 if you have the `endservent' function. */
145 /* #undef HAVE_ENDSERVENT */
146
147 /* we have the eventfd(2) system call */
148 /* #undef HAVE_EVENTFD */
149
150 /* Define to 1 if you have the `fallocate' function. */
151 /* #undef HAVE_FALLOCATE */
152
153 /* Define if we have FAM */
154 /* #undef HAVE_FAM */
155
156 /* Define to 1 if you have the <fam.h> header file. */
157 /* #undef HAVE_FAM_H */
158
159 /* Define if we have FAMNoExists in fam */
160 /* #undef HAVE_FAM_NO_EXISTS */
161
162 /* Define to 1 if you have the `fchmod' function. */
163 /* #undef HAVE_FCHMOD */
164
165 /* Define to 1 if you have the `fchown' function. */
166 /* #undef HAVE_FCHOWN */
167
168 /* Define to 1 if you have the `fdwalk' function. */
169 /* #undef HAVE_FDWALK */
170
171 /* Define to 1 if you have the <fstab.h> header file. */
172 /* #undef HAVE_FSTAB_H */
173
174 /* Define to 1 if you have the `fsync' function. */
175 /* #undef HAVE_FSYNC */
176
177 /* we have the futex(2) system call */
178 /* #undef HAVE_FUTEX */
179
180 /* Define to 1 if you have the `getc_unlocked' function. */
181 /* #undef HAVE_GETC_UNLOCKED */
182
183 /* Define to 1 if you have the `getfsstat' function. */
184 /* #undef HAVE_GETFSSTAT */
185
186 /* Define to 1 if you have the `getmntent_r' function. */
187 /* #undef HAVE_GETMNTENT_R */
188
189 /* Define to 1 if you have the `getprotobyname_r' function. */
190 /* #undef HAVE_GETPROTOBYNAME_R */
191
192 /* Define to 1 if you have the `getresuid' function. */
193 /* #undef HAVE_GETRESUID */
194
195 /* Define if the GNU gettext() function is already present or preinstalled. */
196 #define HAVE_GETTEXT 1
197
198 /* Define to 1 if you have the `getvfsstat' function. */
199 /* #undef HAVE_GETVFSSTAT */
200
201 /* Define to 1 if you have the `gmtime_r' function. */
202 /* #undef HAVE_GMTIME_R */
203
204 /* define to use system printf */
205 /* #undef HAVE_GOOD_PRINTF */
206
207 /* Define to 1 if you have the `hasmntopt' function. */
208 /* #undef HAVE_HASMNTOPT */
209
210 /* Target the Windows XP API */
211 #define _WIN32_WINNT 0x0501
212
213 #if _WIN32_WINNT >= 0x0600
214 /* if_indextoname() and if_nametoindex() are available on Windows Vista/Server
215  * 2008 or later, so we can make use of them when building agaist Vista/Server
216  * 2008 or later.
217  */
218
219 /* Define to 1 if you have the `if_indextoname' function. */
220 #define HAVE_IF_INDEXTONAME 1
221
222 /* Define to 1 if you have the `if_nametoindex' function. */
223 #define HAVE_IF_NAMETOINDEX 1
224
225 #endif
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 we have struct ip_mreqn */
259 /* #undef HAVE_IP_MREQN */
260
261 /* Define to 1 if you have the `issetugid' function. */
262 /* #undef HAVE_ISSETUGID */
263
264 /* Define to 1 if you have the `kevent' function. */
265 /* #undef HAVE_KEVENT */
266
267 /* Define to 1 if you have the `kqueue' function. */
268 /* #undef HAVE_KQUEUE */
269
270 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
271 /* #undef HAVE_LANGINFO_CODESET */
272
273 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
274 /* #undef HAVE_LANGINFO_OUTDIGIT */
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 if you have the __libc_enable_secure variable (GNU libc, eglibc) */
289 /* #undef HAVE_LIBC_ENABLE_SECURE */
290
291 /* Define if libelf is available */
292 /* #undef HAVE_LIBELF */
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 <mach/mach_time.h> header file. */
320 /* #undef HAVE_MACH_MACH_TIME_H */
321
322 /* Define to 1 if you have the <malloc.h> header file. */
323 #define HAVE_MALLOC_H 1
324
325 /* Define to 1 if you have the `memalign' function. */
326 /* #undef HAVE_MEMALIGN */
327
328 /* Define to 1 if you have the `memmem' function. */
329 /* #undef HAVE_MEMMEM */
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 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
341 /* #undef HAVE_NDIR_H */
342
343 /* We have AF_NETLINK sockets */
344 /* #undef HAVE_NETLINK */
345
346 /* Define to 1 if you have the `newlocale' function. */
347 /* #undef HAVE_NEWLOCALE */
348
349 /* Have non-POSIX function getgrgid_r */
350 /* #undef HAVE_NONPOSIX_GETGRGID_R */
351
352 /* Have non-POSIX function getpwuid_r */
353 /* #undef HAVE_NONPOSIX_GETPWUID_R */
354
355 /* open option O_DIRECTORY */
356 /* #undef HAVE_OPEN_O_DIRECTORY */
357
358 /* Define to 1 if you have the `pipe2' function. */
359 /* #undef HAVE_PIPE2 */
360
361 /* Define to 1 if you have the `poll' function. */
362 /* #undef HAVE_POLL */
363
364 /* Have POSIX function getgrgid_r */
365 /* #undef HAVE_POSIX_GETGRGID_R */
366
367 /* Have POSIX function getpwuid_r */
368 /* #undef HAVE_POSIX_GETPWUID_R */
369
370 /* Define to 1 if you have the `posix_memalign' function. */
371 /* #undef HAVE_POSIX_MEMALIGN */
372
373 /* Define to 1 if you have the `prlimit' function. */
374 /* #undef HAVE_PRLIMIT */
375
376 /* Have function pthread_attr_setstacksize */
377 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
378
379 /* Have function pthread_condattr_setclock */
380 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
381
382 /* Have function pthread_cond_timedwait_relative_np */
383 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
384
385 /* Define to 1 if the system has the type `ptrdiff_t'. */
386 #define HAVE_PTRDIFF_T 1
387
388 /* Define to 1 if you have the `readlink' function. */
389 /* #undef HAVE_READLINK */
390
391 /* Define to 1 if you have the 'res_init' function. */
392 /* #undef HAVE_RES_INIT */
393
394 /* Define to 1 if you have the <sched.h> header file. */
395 /* #undef HAVE_SCHED_H */
396
397 /* Define to 1 if libselinux is available */
398 /* #undef HAVE_SELINUX */
399
400 /* Define to 1 if you have the <selinux/selinux.h> header file. */
401 /* #undef HAVE_SELINUX_SELINUX_H */
402
403 /* Define to 1 if you have the `setenv' function. */
404 /* #undef HAVE_SETENV */
405
406 /* Define to 1 if you have the `setmntent' function. */
407 /* #undef HAVE_SETMNTENT */
408
409 /* Define if you have the 'sig_atomic_t' type. */
410 #define HAVE_SIG_ATOMIC_T 1
411
412 /* Define to 1 if you have the `snprintf' function. */
413 #ifndef _MSC_VER
414 #define HAVE_SNPRINTF 1
415 #ifdef __DMC__
416 #define snprintf _snprintf
417 #endif
418 #else /* _MSC_VER */
419 /* #undef HAVE_SNPRINTF */
420 #endif /* _MSC_VER */
421
422 /* Define to 1 if you have the `splice' function. */
423 /* #undef HAVE_SPLICE */
424
425 /* Define to 1 if you have the `statfs' function. */
426 /* #undef HAVE_STATFS */
427
428 /* Define to 1 if you have the `statvfs' function. */
429 /* #undef HAVE_STATVFS */
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 `stpcpy' function. */
455 /* #undef HAVE_STPCPY */
456
457 /* Define to 1 if you have the `strcasecmp' function. */
458 #if defined(_MSC_VER)
459 #define strcasecmp _stricmp
460 #endif /* _MSC_VER uses _stricmp, which is identical to strcasecmp */
461
462 #if !defined(__DMC__)
463 #define HAVE_STRCASECMP 1
464 #endif /* _MSC_VER or __gcc__ */
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 /* Have functions strlcpy and strlcat */
474 /* #undef HAVE_STRLCPY */
475
476 /* Define to 1 if you have the `strncasecmp' function. */
477 #if !defined(__DMC__)
478 #if defined(_MSC_VER)
479 #define strncasecmp _strnicmp
480 #endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
481 #define HAVE_STRNCASECMP 1
482 #else /* __DMC__ */
483 /* #undef HAVE_STRNCASECMP */
484 #endif /* __DMC__ */
485
486 /* Define to 1 if you have the `strsignal' function. */
487 /* #undef HAVE_STRSIGNAL */
488
489 /* Define to 1 if you have the `strtod_l' function. */
490 /* #undef HAVE_STRTOD_L */
491
492 /* Define to 1 if you have the `strtoll_l' function. */
493 /* #undef HAVE_STRTOLL_L */
494
495 /* Define to 1 if you have the `strtoull_l' function. */
496 /* #undef HAVE_STRTOULL_L */
497
498 /* Define to 1 if `d_type' is a member of `struct dirent'. */
499 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
500
501 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
502 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
503
504 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
505 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
506
507 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
508 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
509
510 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
511 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
512
513 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
514 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
515
516 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
517 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
518
519 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
520 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
521
522 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
523 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
524
525 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
526 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
527
528 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
529 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
530
531 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
532 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
533
534 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
535 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
536
537 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
538 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
539
540 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
541 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
542
543 /* Define to 1 if you have the `symlink' function. */
544 /* #undef HAVE_SYMLINK */
545
546 /* Define to 1 if you have the `sysctlbyname' function. */
547 /* #undef HAVE_SYSCTLBYNAME */
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/event.h> header file. */
554 /* #undef HAVE_SYS_EVENT_H */
555
556 /* Define to 1 if you have the <sys/filio.h> header file. */
557 /* #undef HAVE_SYS_FILIO_H */
558
559 /* Define to 1 if you have the <sys/inotify.h> header file. */
560 /* #undef HAVE_SYS_INOTIFY_H */
561
562 /* Define to 1 if you have the <sys/mntctl.h> header file. */
563 /* #undef HAVE_SYS_MNTCTL_H */
564
565 /* Define to 1 if you have the <sys/mnttab.h> header file. */
566 /* #undef HAVE_SYS_MNTTAB_H */
567
568 /* Define to 1 if you have the <sys/mount.h> header file. */
569 /* #undef HAVE_SYS_MOUNT_H */
570
571 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
572    */
573 /* #undef HAVE_SYS_NDIR_H */
574
575 /* Define to 1 if you have the <sys/param.h> header file. */
576 #if !defined(_MSC_VER) && !defined(__DMC__)
577 #define HAVE_SYS_PARAM_H 1
578 #else /* _MSC_VER or __DMC__ */
579 /* #undef HAVE_SYS_PARAM_H */
580 #endif /* _MSC_VER or __DMC__ */
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/time.h> header file. */
604 #ifndef _MSC_VER
605 #define HAVE_SYS_TIME_H 1
606 #else /* _MSC_VER */
607 /* #undef HAVE_SYS_TIME_H */
608 #endif /* _MSC_VER */
609
610 /* Define to 1 if you have the <sys/vfstab.h> header file. */
611 /* #undef HAVE_SYS_VFSTAB_H */
612
613 /* Define to 1 if you have the <sys/vfs.h> header file. */
614 /* #undef HAVE_SYS_VFS_H */
615
616 /* Define to 1 if you have the <sys/vmount.h> header file. */
617 /* #undef HAVE_SYS_VMOUNT_H */
618
619 /* Define to 1 if you have the <sys/xattr.h> header file. */
620 /* #undef HAVE_SYS_XATTR_H */
621
622 /* Define to 1 if you have the `timegm' function. */
623 /* #undef HAVE_TIMEGM */
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 `uselocale' function. */
633 /* #undef HAVE_USELOCALE */
634
635 /* Define to 1 if you have the `utimes' function. */
636 /* #undef HAVE_UTIMES */
637
638 /* Define to 1 if you have the `valloc' function. */
639 /* #undef HAVE_VALLOC */
640
641 /* Define to 1 if you have the <values.h> header file. */
642 #if !defined(_MSC_VER) && !defined(__DMC__)
643 #define HAVE_VALUES_H 1
644 #else /* _MSC_VER or __DMC__ */
645 /* #undef HAVE_VALUES_H */
646 #endif /* _MSC_VER or __DMC__ */
647
648 /* Define to 1 if you have the `vasprintf' function. */
649 #define HAVE_VASPRINTF 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 /* Define if you have the 'wint_t' type. */
671 #define HAVE_WINT_T 1
672
673 /* Define to 1 if xattr is available */
674 /* #undef HAVE_XATTR */
675
676 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
677 /* #undef HAVE_XATTR_NOFOLLOW */
678
679 /* Define to 1 if you have the <xlocale.h> header file. */
680 /* #undef HAVE_XLOCALE_H */
681
682 /* Define to 1 if you have the `_NSGetEnviron' function. */
683 /* #undef HAVE__NSGETENVIRON */
684
685 /* Define to the sub-directory in which libtool stores uninstalled libraries.
686    */
687 #define LT_OBJDIR ".libs/"
688
689 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
690    */
691 /* #undef MAJOR_IN_MKDEV */
692
693 /* Define to 1 if `major', `minor', and `makedev' are declared in
694    <sysmacros.h>. */
695 /* #undef MAJOR_IN_SYSMACROS */
696
697 /* didn't find fd_set */
698 #define NO_FD_SET 1
699
700 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
701 /* #undef NO_MINUS_C_MINUS_O */
702
703 /* Define to the address where bug reports for this package should be sent. */
704 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
705
706 /* Define to the full name of this package. */
707 #define PACKAGE_NAME "glib"
708
709 /* Define to the full name and version of this package. */
710 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
711
712 /* Define to the one symbol short name of this package. */
713 #define PACKAGE_TARNAME "glib"
714
715 /* Define to the home page for this package. */
716 #define PACKAGE_URL ""
717
718 /* Define to the version of this package. */
719 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
720
721 /* define if posix_memalign() can allocate any size */
722 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
723
724 /* The size of `char', as computed by sizeof. */
725 #define SIZEOF_CHAR 1
726
727 /* The size of `int', as computed by sizeof. */
728 #define SIZEOF_INT 4
729
730 /* The size of `long', as computed by sizeof. */
731 #define SIZEOF_LONG 4
732
733 /* The size of `long long', as computed by sizeof. */
734 #ifndef _MSC_VER
735 #define SIZEOF_LONG_LONG 8
736 #else /* _MSC_VER */
737 #define SIZEOF_LONG_LONG 0
738 #endif /* _MSC_VER */
739
740 /* The size of `short', as computed by sizeof. */
741 #define SIZEOF_SHORT 2
742
743 /* The size of `size_t', as computed by sizeof. */
744 #define SIZEOF_SIZE_T 4
745
746 /* The size of `void *', as computed by sizeof. */
747 #ifdef _MSC_VER
748 #if (defined(_M_X64) || defined(_M_AMD64))
749 #define SIZEOF_VOID_P 8
750 #elif (defined(_M_IX86))
751 #define SIZEOF_VOID_P 4
752 #endif
753 #else
754 #define SIZEOF_VOID_P 4
755 #endif
756
757 /* The size of `__int64', as computed by sizeof. */
758 #define SIZEOF___INT64 8
759
760 /* If using the C implementation of alloca, define if you know the
761    direction of stack growth for your system; otherwise it will be
762    automatically deduced at runtime.
763         STACK_DIRECTION > 0 => grows toward higher addresses
764         STACK_DIRECTION < 0 => grows toward lower addresses
765         STACK_DIRECTION = 0 => direction of growth unknown */
766 /* #undef STACK_DIRECTION */
767
768 /* Number of arguments to statfs() */
769 /* #undef STATFS_ARGS */
770
771 /* Define to 1 if you have the ANSI C header files. */
772 #define STDC_HEADERS 1
773
774 /* Use no threads */
775 /* #undef THREADS_NONE */
776
777 /* Use pthreads */
778 /* #undef THREADS_POSIX */
779
780 /* Use w32 threads */
781 #define THREADS_WIN32 1
782
783 /* Using GNU libiconv */
784 /* #undef USE_LIBICONV_GNU */
785
786 /* Using a native implementation of iconv in a separate library */
787 #define USE_LIBICONV_NATIVE 1
788
789 /* Define to use statfs() */
790 /* #undef USE_STATFS */
791
792 /* Define to use statvfs() */
793 /* #undef USE_STATVFS */
794
795 /* Enable extensions on AIX 3, Interix.  */
796 #ifndef _ALL_SOURCE
797 /* # undef _ALL_SOURCE */
798 #endif
799 /* Enable GNU extensions on systems that have them.  */
800 #ifndef _GNU_SOURCE
801 /* # undef _GNU_SOURCE */
802 #endif
803 /* Enable threading extensions on Solaris.  */
804 #ifndef _POSIX_PTHREAD_SEMANTICS
805 /* # undef _POSIX_PTHREAD_SEMANTICS */
806 #endif
807 /* Enable extensions on HP NonStop.  */
808 #ifndef _TANDEM_SOURCE
809 /* # undef _TANDEM_SOURCE */
810 #endif
811 /* Enable general extensions on Solaris.  */
812 #ifndef __EXTENSIONS__
813 /* # undef __EXTENSIONS__ */
814 #endif
815
816 /* using the system-supplied PCRE library */
817 /* This is defined in the *_PCRE MSVC project configs */
818 /* #undef USE_SYSTEM_PCRE */
819
820 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
821    significant byte first (like Motorola and SPARC, unlike Intel). */
822 #if defined AC_APPLE_UNIVERSAL_BUILD
823 # if defined __BIG_ENDIAN__
824 #  define WORDS_BIGENDIAN 1
825 # endif
826 #else
827 # ifndef WORDS_BIGENDIAN
828 /* #  undef WORDS_BIGENDIAN */
829 # endif
830 #endif
831
832 /* Enable large inode numbers on Mac OS X 10.5.  */
833 #ifndef _DARWIN_USE_64_BIT_INODE
834 /* # define _DARWIN_USE_64_BIT_INODE 1 */
835 #endif
836
837 /* Number of bits in a file offset, on hosts where this is settable. */
838 /* #undef _FILE_OFFSET_BITS */
839
840 /* defines how to decorate public symbols while building */
841 #ifdef _MSC_VER
842 #define _GLIB_EXTERN __declspec (dllexport) extern
843 #else
844 #define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
845 #endif
846
847 /* Define for large files, on AIX-style hosts. */
848 /* #undef _LARGE_FILES */
849
850 /* Define to 1 if on MINIX. */
851 /* #undef _MINIX */
852
853 /* Define to 2 if the system does not provide POSIX.1 features except with
854    this defined. */
855 /* #undef _POSIX_1_SOURCE */
856
857 /* Define to 1 if you need to in order for `stat' and other things to work. */
858 /* #undef _POSIX_SOURCE */
859
860 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
861 /* #undef _XOPEN_SOURCE */
862
863 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
864 /* #undef _XOPEN_SOURCE_EXTENDED */
865
866 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
867 /* #undef __EXTENSIONS__ */
868
869 /* compiler supports atomic operations */
870 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
871
872 /* Define to empty if `const' does not conform to ANSI C. */
873 /* #undef const */
874
875 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
876 /* #undef intmax_t */
877
878 /* Define to empty if the C compiler doesn't support this keyword. */
879 /* #undef signed */
880
881 /* Define to `unsigned int' if <sys/types.h> does not define. */
882 /* #undef size_t */