gsettingsbackend: a minor simplification
[glib.git] / config.h.win32.in
blob89c93dd555b48e8e787a7961528b01001210eede
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.  */
5 /* Define if building universal (internal helper macro) */
6 /* #undef AC_APPLE_UNIVERSAL_BUILD */
8 /* The normal alignment of `guint32', in bytes. */
9 #define ALIGNOF_GUINT32 4
11 /* The normal alignment of `guint64', in bytes. */
12 #define ALIGNOF_GUINT64 8
14 /* The normal alignment of `unsigned long', in bytes. */
15 #define ALIGNOF_UNSIGNED_LONG 4
17 /* poll doesn't work on devices */
18 #define BROKEN_POLL 1
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 */
25 /* Define to 1 if using `alloca.c'. */
26 /* #undef C_ALLOCA */
28 /* Whether to disable memory pools */
29 /* #undef DISABLE_MEM_POOLS */
31 /* Whether to enable GC friendliness by default */
32 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
34 /* always defined to indicate that i18n is enabled */
35 #define ENABLE_NLS 1
37 /* Define the gettext package to be used */
38 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
40 /* Define to the GLIB binary age */
41 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
43 /* Define to the GLIB interface age */
44 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
46 /* Define the location where the catalogs will be installed */
47 #define GLIB_LOCALE_DIR "NONE/share/locale"
49 /* Define to the GLIB major version */
50 #define GLIB_MAJOR_VERSION @GLIB_MAJOR_VERSION@
52 /* Define to the GLIB micro version */
53 #define GLIB_MICRO_VERSION @GLIB_MICRO_VERSION@
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION @GLIB_MINOR_VERSION@
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 */
65 /* Have __inline keyword */
66 #define G_HAVE___INLINE 1
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__ */
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 */
82 /* 'va_lists' cannot be copies as values */
83 /* #undef G_VA_COPY_AS_ARRAY */
85 /* Define to 1 if you have `alloca', as a function or macro. */
86 #define HAVE_ALLOCA 1
88 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
89    */
90 /* #undef HAVE_ALLOCA_H */
92 /* Define to 1 if you have the <attr/xattr.h> header file. */
93 /* #undef HAVE_ATTR_XATTR_H */
95 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
96 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
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 */
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 */
106 /* define to 1 if Carbon is available */
107 /* #undef HAVE_CARBON */
109 /* Define to 1 if you have the `clock_gettime' function. */
110 /* #undef HAVE_CLOCK_GETTIME */
112 /* define to 1 if Cocoa is available */
113 /* #undef HAVE_COCOA */
115 /* Have nl_langinfo (CODESET) */
116 /* #undef HAVE_CODESET */
118 /* Define to 1 if you have the <crt_externs.h> header file. */
119 /* #undef HAVE_CRT_EXTERNS_H */
121 /* Define if dbus-1 is available */
122 /* #undef HAVE_DBUS1 */
124 /* Define to 1 if you have the `dcgettext' function. */
125 #define HAVE_DCGETTEXT 1
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
135 /* Define to 1 if you have the <dlfcn.h> header file. */
136 /* #undef HAVE_DLFCN_H */
138 /* Define to 1 if using dtrace probes. */
139 /* #undef HAVE_DTRACE */
141 /* Define to 1 if you have the `endmntent' function. */
142 /* #undef HAVE_ENDMNTENT */
144 /* Define to 1 if you have the `endservent' function. */
145 /* #undef HAVE_ENDSERVENT */
147 /* we have the eventfd(2) system call */
148 /* #undef HAVE_EVENTFD */
150 /* Define to 1 if you have the `fallocate' function. */
151 /* #undef HAVE_FALLOCATE */
153 /* Define if we have FAM */
154 /* #undef HAVE_FAM */
156 /* Define to 1 if you have the <fam.h> header file. */
157 /* #undef HAVE_FAM_H */
159 /* Define if we have FAMNoExists in fam */
160 /* #undef HAVE_FAM_NO_EXISTS */
162 /* Define to 1 if you have the `fchmod' function. */
163 /* #undef HAVE_FCHMOD */
165 /* Define to 1 if you have the `fchown' function. */
166 /* #undef HAVE_FCHOWN */
168 /* Define to 1 if you have the `fdwalk' function. */
169 /* #undef HAVE_FDWALK */
171 /* Define to 1 if you have the <fstab.h> header file. */
172 /* #undef HAVE_FSTAB_H */
174 /* Define to 1 if you have the `fsync' function. */
175 /* #undef HAVE_FSYNC */
177 /* we have the futex(2) system call */
178 /* #undef HAVE_FUTEX */
180 /* Define to 1 if you have the `getc_unlocked' function. */
181 /* #undef HAVE_GETC_UNLOCKED */
183 /* Define to 1 if you have the `getfsstat' function. */
184 /* #undef HAVE_GETFSSTAT */
186 /* Define to 1 if you have the `getmntent_r' function. */
187 /* #undef HAVE_GETMNTENT_R */
189 /* Define to 1 if you have the `getprotobyname_r' function. */
190 /* #undef HAVE_GETPROTOBYNAME_R */
192 /* Define to 1 if you have the `getresuid' function. */
193 /* #undef HAVE_GETRESUID */
195 /* Define if the GNU gettext() function is already present or preinstalled. */
196 #define HAVE_GETTEXT 1
198 /* Define to 1 if you have the `getvfsstat' function. */
199 /* #undef HAVE_GETVFSSTAT */
201 /* Define to 1 if you have the `gmtime_r' function. */
202 /* #undef HAVE_GMTIME_R */
204 /* define to use system printf */
205 /* #undef HAVE_GOOD_PRINTF */
207 /* Define to 1 if you have the `hasmntopt' function. */
208 /* #undef HAVE_HASMNTOPT */
210 /* Define to 1 if you have the `if_indextoname' function. */
211 /* This is available on Windows, but the catch is that this will require */
212 /* Windows Vista/Server 2008, so disabled for now-please see */
213 /* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408408%28v=vs.85%29.aspx */
214 /* #undef HAVE_IF_INDEXTONAME */
216 /* Define to 1 if you have the `if_nametoindex' function. */
217 /* This is available on Windows, but the catch is that this will require */
218 /* Windows Vista/Server 2008, so disabled for now-please see */
219 /* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408409%28v=vs.85%29.aspx */
220 /* A workaround for Windows XP is under review in Bug 668071 */
221 /* #undef HAVE_IF_NAMETOINDEX */
223 /* Define to 1 if you have the `inotify_init1' function. */
224 /* #undef HAVE_INOTIFY_INIT1 */
226 /* define to support printing 64-bit integers with format I64 */
227 #define HAVE_INT64_AND_I64 1
229 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
230 #ifndef _MSC_VER
231 #define HAVE_INTMAX_T 1
232 #else /* _MSC_VER */
233 #if (_MSC_VER >= 1600)
234 #define HAVE_INTMAX_T 1
235 #endif
236 /* #undef HAVE_INTMAX_T */
237 #endif /* _MSC_VER */
239 /* Define to 1 if you have the <inttypes.h> header file. */
240 #ifndef _MSC_VER
241 #define HAVE_INTTYPES_H 1
242 #else /* _MSC_VER */
243 /* #undef HAVE_INTTYPES_H */
244 #endif /* _MSC_VER */
246 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
247    declares uintmax_t. */
248 #ifndef _MSC_VER
249 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
250 #else /* _MSC_VER */
251 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
252 #endif /* _MSC_VER */
254 /* Define if we have struct ip_mreqn */
255 /* #undef HAVE_IP_MREQN */
257 /* Define to 1 if you have the `issetugid' function. */
258 /* #undef HAVE_ISSETUGID */
260 /* Define to 1 if you have the `kevent' function. */
261 /* #undef HAVE_KEVENT */
263 /* Define to 1 if you have the `kqueue' function. */
264 /* #undef HAVE_KQUEUE */
266 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
267 /* #undef HAVE_LANGINFO_CODESET */
269 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_MB) */
270 /* #undef HAVE_LANGINFO_OUTDIGIT */
272 /* Have nl_langinfo (PM_STR) */
273 /* #undef HAVE_LANGINFO_TIME */
275 /* Define to 1 if you have the `lchmod' function. */
276 /* #undef HAVE_LCHMOD */
278 /* Define to 1 if you have the `lchown' function. */
279 /* #undef HAVE_LCHOWN */
281 /* Define if your <locale.h> file defines LC_MESSAGES. */
282 /* #undef HAVE_LC_MESSAGES */
284 /* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
285 /* #undef HAVE_LIBC_ENABLE_SECURE */
287 /* Define if libelf is available */
288 /* #undef HAVE_LIBELF */
290 /* Define to 1 if you have the <linux/magic.h> header file. */
291 /* #undef HAVE_LINUX_MAGIC_H */
293 /* Define to 1 if you have the <locale.h> header file. */
294 #define HAVE_LOCALE_H 1
296 /* Define to 1 if you have the `localtime_r' function. */
297 /* #undef HAVE_LOCALTIME_R */
299 /* Define if you have the 'long double' type. */
300 #define HAVE_LONG_DOUBLE 1
302 /* Define if you have the 'long long' type. */
303 #ifndef _MSC_VER
304 #define HAVE_LONG_LONG 1
305 #else /* _MSC_VER */
306 /* #undef HAVE_LONG_LONG */
307 #endif /* _MSC_VER */
309 /* define if system printf can print long long */
310 #define HAVE_LONG_LONG_FORMAT 1
312 /* Define to 1 if you have the `lstat' function. */
313 /* #undef HAVE_LSTAT */
315 /* Define to 1 if you have the <mach/mach_time.h> header file. */
316 /* #undef HAVE_MACH_MACH_TIME_H */
318 /* Define to 1 if you have the <malloc.h> header file. */
319 #define HAVE_MALLOC_H 1
321 /* Define to 1 if you have the `memalign' function. */
322 /* #undef HAVE_MEMALIGN */
324 /* Define to 1 if you have the `memmem' function. */
325 /* #undef HAVE_MEMMEM */
327 /* Define to 1 if you have the <memory.h> header file. */
328 #define HAVE_MEMORY_H 1
330 /* Define to 1 if you have the `mmap' function. */
331 /* #undef HAVE_MMAP */
333 /* Define to 1 if you have the <mntent.h> header file. */
334 /* #undef HAVE_MNTENT_H */
336 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
337 /* #undef HAVE_NDIR_H */
339 /* We have AF_NETLINK sockets */
340 /* #undef HAVE_NETLINK */
342 /* Define to 1 if you have the `newlocale' function. */
343 /* #undef HAVE_NEWLOCALE */
345 /* Have non-POSIX function getgrgid_r */
346 /* #undef HAVE_NONPOSIX_GETGRGID_R */
348 /* Have non-POSIX function getpwuid_r */
349 /* #undef HAVE_NONPOSIX_GETPWUID_R */
351 /* open option O_DIRECTORY */
352 /* #undef HAVE_OPEN_O_DIRECTORY */
354 /* Define to 1 if you have the `pipe2' function. */
355 /* #undef HAVE_PIPE2 */
357 /* Define to 1 if you have the `poll' function. */
358 /* #undef HAVE_POLL */
360 /* Have POSIX function getgrgid_r */
361 /* #undef HAVE_POSIX_GETGRGID_R */
363 /* Have POSIX function getpwuid_r */
364 /* #undef HAVE_POSIX_GETPWUID_R */
366 /* Define to 1 if you have the `posix_memalign' function. */
367 /* #undef HAVE_POSIX_MEMALIGN */
369 /* Define to 1 if you have the `prlimit' function. */
370 /* #undef HAVE_PRLIMIT */
372 /* Have function pthread_attr_setstacksize */
373 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
375 /* Have function pthread_condattr_setclock */
376 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
378 /* Have function pthread_cond_timedwait_relative_np */
379 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
381 /* Define to 1 if the system has the type `ptrdiff_t'. */
382 #define HAVE_PTRDIFF_T 1
384 /* Define to 1 if you have the `readlink' function. */
385 /* #undef HAVE_READLINK */
387 /* Define to 1 if you have the 'res_init' function. */
388 /* #undef HAVE_RES_INIT */
390 /* Define to 1 if you have the <sched.h> header file. */
391 /* #undef HAVE_SCHED_H */
393 /* Define to 1 if libselinux is available */
394 /* #undef HAVE_SELINUX */
396 /* Define to 1 if you have the <selinux/selinux.h> header file. */
397 /* #undef HAVE_SELINUX_SELINUX_H */
399 /* Define to 1 if you have the `setenv' function. */
400 /* #undef HAVE_SETENV */
402 /* Define to 1 if you have the `setmntent' function. */
403 /* #undef HAVE_SETMNTENT */
405 /* Define if you have the 'sig_atomic_t' type. */
406 #define HAVE_SIG_ATOMIC_T 1
408 /* Define to 1 if you have the `snprintf' function. */
409 #ifndef _MSC_VER
410 #define HAVE_SNPRINTF 1
411 #ifdef __DMC__
412 #define snprintf _snprintf
413 #endif
414 #else /* _MSC_VER */
415 /* #undef HAVE_SNPRINTF */
416 #endif /* _MSC_VER */
418 /* Define to 1 if you have the `splice' function. */
419 /* #undef HAVE_SPLICE */
421 /* Define to 1 if you have the `statfs' function. */
422 /* #undef HAVE_STATFS */
424 /* Define to 1 if you have the `statvfs' function. */
425 /* #undef HAVE_STATVFS */
427 /* Define to 1 if you have the <stdint.h> header file. */
428 #ifndef _MSC_VER
429 #define HAVE_STDINT_H 1
430 #else /* _MSC_VER */
431 #if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
432 #define HAVE_STDINT_H 1
433 #else
434 /* #undef HAVE_STDINT_H */
435 #endif
436 #endif /* _MSC_VER */
438 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
439    uintmax_t. */
440 #ifndef _MSC_VER
441 #define HAVE_STDINT_H_WITH_UINTMAX 1
442 #else /* _MSC_VER */
443 #if (_MSC_VER >= 1600)
444 #define HAVE_STDINT_H_WITH_UINTMAX 1
445 #else
446 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
447 #endif
448 #endif /* _MSC_VER */
450 /* Define to 1 if you have the `stpcpy' function. */
451 /* #undef HAVE_STPCPY */
453 /* Define to 1 if you have the `strcasecmp' function. */
454 #if defined(_MSC_VER)
455 #define strcasecmp _stricmp
456 #endif /* _MSC_VER uses _stricmp, which is identical to strcasecmp */
458 #if !defined(__DMC__)
459 #define HAVE_STRCASECMP 1
460 #endif /* _MSC_VER or __gcc__ */
462 /* Define to 1 if you have the <strings.h> header file. */
463 #if !defined(_MSC_VER) && !defined(__DMC__)
464 #define HAVE_STRINGS_H 1
465 #else /* _MSC_VER or __DMC__ */
466 /* #undef HAVE_STRINGS_H */
467 #endif /* _MSC_VER or __DMC__ */
469 /* Have functions strlcpy and strlcat */
470 /* #undef HAVE_STRLCPY */
472 /* Define to 1 if you have the `strncasecmp' function. */
473 #if !defined(__DMC__)
474 #if defined(_MSC_VER)
475 #define strncasecmp _strnicmp
476 #endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
477 #define HAVE_STRNCASECMP 1
478 #else /* __DMC__ */
479 /* #undef HAVE_STRNCASECMP */
480 #endif /* __DMC__ */
482 /* Define to 1 if you have the `strsignal' function. */
483 /* #undef HAVE_STRSIGNAL */
485 /* Define to 1 if you have the `strtod_l' function. */
486 /* #undef HAVE_STRTOD_L */
488 /* Define to 1 if you have the `strtoll_l' function. */
489 /* #undef HAVE_STRTOLL_L */
491 /* Define to 1 if you have the `strtoull_l' function. */
492 /* #undef HAVE_STRTOULL_L */
494 /* Define to 1 if `d_type' is a member of `struct dirent'. */
495 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
497 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
498 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
500 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
501 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
503 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
504 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
506 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
507 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
509 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
510 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
512 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
513 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
515 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
516 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
518 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
519 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
521 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
522 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
524 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
525 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
527 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
528 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
530 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
531 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
533 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
534 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
536 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
537 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
539 /* Define to 1 if you have the `symlink' function. */
540 /* #undef HAVE_SYMLINK */
542 /* Define to 1 if you have the `sysctlbyname' function. */
543 /* #undef HAVE_SYSCTLBYNAME */
545 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
546    */
547 /* #undef HAVE_SYS_DIR_H */
549 /* Define to 1 if you have the <sys/event.h> header file. */
550 /* #undef HAVE_SYS_EVENT_H */
552 /* Define to 1 if you have the <sys/filio.h> header file. */
553 /* #undef HAVE_SYS_FILIO_H */
555 /* Define to 1 if you have the <sys/inotify.h> header file. */
556 /* #undef HAVE_SYS_INOTIFY_H */
558 /* Define to 1 if you have the <sys/mntctl.h> header file. */
559 /* #undef HAVE_SYS_MNTCTL_H */
561 /* Define to 1 if you have the <sys/mnttab.h> header file. */
562 /* #undef HAVE_SYS_MNTTAB_H */
564 /* Define to 1 if you have the <sys/mount.h> header file. */
565 /* #undef HAVE_SYS_MOUNT_H */
567 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
568    */
569 /* #undef HAVE_SYS_NDIR_H */
571 /* Define to 1 if you have the <sys/param.h> header file. */
572 #if !defined(_MSC_VER) && !defined(__DMC__)
573 #define HAVE_SYS_PARAM_H 1
574 #else /* _MSC_VER or __DMC__ */
575 /* #undef HAVE_SYS_PARAM_H */
576 #endif /* _MSC_VER or __DMC__ */
578 /* Define to 1 if you have the <sys/prctl.h> header file. */
579 /* #undef HAVE_SYS_PRCTL_H */
581 /* Define to 1 if you have the <sys/resource.h> header file. */
582 /* #undef HAVE_SYS_RESOURCE_H */
584 /* found fd_set in sys/select.h */
585 /* #undef HAVE_SYS_SELECT_H */
587 /* Define to 1 if you have the <sys/statfs.h> header file. */
588 /* #undef HAVE_SYS_STATFS_H */
590 /* Define to 1 if you have the <sys/statvfs.h> header file. */
591 /* #undef HAVE_SYS_STATVFS_H */
593 /* Define to 1 if you have the <sys/stat.h> header file. */
594 #define HAVE_SYS_STAT_H 1
596 /* Define to 1 if you have the <sys/sysctl.h> header file. */
597 /* #undef HAVE_SYS_SYSCTL_H */
599 /* Define to 1 if you have the <sys/time.h> header file. */
600 #ifndef _MSC_VER
601 #define HAVE_SYS_TIME_H 1
602 #else /* _MSC_VER */
603 /* #undef HAVE_SYS_TIME_H */
604 #endif /* _MSC_VER */
606 /* Define to 1 if you have the <sys/vfstab.h> header file. */
607 /* #undef HAVE_SYS_VFSTAB_H */
609 /* Define to 1 if you have the <sys/vfs.h> header file. */
610 /* #undef HAVE_SYS_VFS_H */
612 /* Define to 1 if you have the <sys/vmount.h> header file. */
613 /* #undef HAVE_SYS_VMOUNT_H */
615 /* Define to 1 if you have the <sys/xattr.h> header file. */
616 /* #undef HAVE_SYS_XATTR_H */
618 /* Define to 1 if you have the `timegm' function. */
619 /* #undef HAVE_TIMEGM */
621 /* Define if your printf function family supports positional parameters as
622    specified by Unix98. */
623 /* #undef HAVE_UNIX98_PRINTF */
625 /* Define to 1 if you have the `unsetenv' function. */
626 /* #undef HAVE_UNSETENV */
628 /* Define to 1 if you have the `uselocale' function. */
629 /* #undef HAVE_USELOCALE */
631 /* Define to 1 if you have the `utimes' function. */
632 /* #undef HAVE_UTIMES */
634 /* Define to 1 if you have the `valloc' function. */
635 /* #undef HAVE_VALLOC */
637 /* Define to 1 if you have the <values.h> header file. */
638 #if !defined(_MSC_VER) && !defined(__DMC__)
639 #define HAVE_VALUES_H 1
640 #else /* _MSC_VER or __DMC__ */
641 /* #undef HAVE_VALUES_H */
642 #endif /* _MSC_VER or __DMC__ */
644 /* Define to 1 if you have the `vasprintf' function. */
645 #define HAVE_VASPRINTF 1
647 /* Define to 1 if you have the `vsnprintf' function. */
648 #ifndef _MSC_VER
649 #define HAVE_VSNPRINTF 1
650 #ifdef __DMC__
651 #define vsnprintf _vsnprintf
652 #endif
653 #else /* _MSC_VER */
654 #if (_MSC_VER >= 1500)
655 #define HAVE_VSNPRINTF 1
656 #endif /* VS 2008+ has vsnprintf */
657 /* #undef HAVE_VSNPRINTF */
658 #endif /* _MSC_VER */
660 /* Define if you have the 'wchar_t' type. */
661 #define HAVE_WCHAR_T 1
663 /* Define to 1 if you have the `wcslen' function. */
664 #define HAVE_WCSLEN 1
666 /* Define if you have the 'wint_t' type. */
667 #define HAVE_WINT_T 1
669 /* Define to 1 if xattr is available */
670 /* #undef HAVE_XATTR */
672 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
673 /* #undef HAVE_XATTR_NOFOLLOW */
675 /* Define to 1 if you have the <xlocale.h> header file. */
676 /* #undef HAVE_XLOCALE_H */
678 /* Define to 1 if you have the `_NSGetEnviron' function. */
679 /* #undef HAVE__NSGETENVIRON */
681 /* Define to the sub-directory in which libtool stores uninstalled libraries.
682    */
683 #define LT_OBJDIR ".libs/"
685 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
686    */
687 /* #undef MAJOR_IN_MKDEV */
689 /* Define to 1 if `major', `minor', and `makedev' are declared in
690    <sysmacros.h>. */
691 /* #undef MAJOR_IN_SYSMACROS */
693 /* didn't find fd_set */
694 #define NO_FD_SET 1
696 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
697 /* #undef NO_MINUS_C_MINUS_O */
699 /* Define to the address where bug reports for this package should be sent. */
700 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
702 /* Define to the full name of this package. */
703 #define PACKAGE_NAME "glib"
705 /* Define to the full name and version of this package. */
706 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
708 /* Define to the one symbol short name of this package. */
709 #define PACKAGE_TARNAME "glib"
711 /* Define to the home page for this package. */
712 #define PACKAGE_URL ""
714 /* Define to the version of this package. */
715 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
717 /* define if posix_memalign() can allocate any size */
718 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
720 /* The size of `char', as computed by sizeof. */
721 #define SIZEOF_CHAR 1
723 /* The size of `int', as computed by sizeof. */
724 #define SIZEOF_INT 4
726 /* The size of `long', as computed by sizeof. */
727 #define SIZEOF_LONG 4
729 /* The size of `long long', as computed by sizeof. */
730 #ifndef _MSC_VER
731 #define SIZEOF_LONG_LONG 8
732 #else /* _MSC_VER */
733 #define SIZEOF_LONG_LONG 0
734 #endif /* _MSC_VER */
736 /* The size of `short', as computed by sizeof. */
737 #define SIZEOF_SHORT 2
739 /* The size of `size_t', as computed by sizeof. */
740 #define SIZEOF_SIZE_T 4
742 /* The size of `void *', as computed by sizeof. */
743 #ifdef _MSC_VER
744 #if (defined(_M_X64) || defined(_M_AMD64))
745 #define SIZEOF_VOID_P 8
746 #elif (defined(_M_IX86))
747 #define SIZEOF_VOID_P 4
748 #endif
749 #else
750 #define SIZEOF_VOID_P 4
751 #endif
753 /* The size of `__int64', as computed by sizeof. */
754 #define SIZEOF___INT64 8
756 /* If using the C implementation of alloca, define if you know the
757    direction of stack growth for your system; otherwise it will be
758    automatically deduced at runtime.
759         STACK_DIRECTION > 0 => grows toward higher addresses
760         STACK_DIRECTION < 0 => grows toward lower addresses
761         STACK_DIRECTION = 0 => direction of growth unknown */
762 /* #undef STACK_DIRECTION */
764 /* Number of arguments to statfs() */
765 /* #undef STATFS_ARGS */
767 /* Define to 1 if you have the ANSI C header files. */
768 #define STDC_HEADERS 1
770 /* Use no threads */
771 /* #undef THREADS_NONE */
773 /* Use pthreads */
774 /* #undef THREADS_POSIX */
776 /* Use w32 threads */
777 #define THREADS_WIN32 1
779 /* Using GNU libiconv */
780 /* #undef USE_LIBICONV_GNU */
782 /* Using a native implementation of iconv in a separate library */
783 #define USE_LIBICONV_NATIVE 1
785 /* Define to use statfs() */
786 /* #undef USE_STATFS */
788 /* Define to use statvfs() */
789 /* #undef USE_STATVFS */
791 /* Enable extensions on AIX 3, Interix.  */
792 #ifndef _ALL_SOURCE
793 /* # undef _ALL_SOURCE */
794 #endif
795 /* Enable GNU extensions on systems that have them.  */
796 #ifndef _GNU_SOURCE
797 /* # undef _GNU_SOURCE */
798 #endif
799 /* Enable threading extensions on Solaris.  */
800 #ifndef _POSIX_PTHREAD_SEMANTICS
801 /* # undef _POSIX_PTHREAD_SEMANTICS */
802 #endif
803 /* Enable extensions on HP NonStop.  */
804 #ifndef _TANDEM_SOURCE
805 /* # undef _TANDEM_SOURCE */
806 #endif
807 /* Enable general extensions on Solaris.  */
808 #ifndef __EXTENSIONS__
809 /* # undef __EXTENSIONS__ */
810 #endif
812 /* using the system-supplied PCRE library */
813 /* This is defined in the *_PCRE MSVC project configs */
814 /* #undef USE_SYSTEM_PCRE */
816 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
817    significant byte first (like Motorola and SPARC, unlike Intel). */
818 #if defined AC_APPLE_UNIVERSAL_BUILD
819 # if defined __BIG_ENDIAN__
820 #  define WORDS_BIGENDIAN 1
821 # endif
822 #else
823 # ifndef WORDS_BIGENDIAN
824 /* #  undef WORDS_BIGENDIAN */
825 # endif
826 #endif
828 /* Enable large inode numbers on Mac OS X 10.5.  */
829 #ifndef _DARWIN_USE_64_BIT_INODE
830 /* # define _DARWIN_USE_64_BIT_INODE 1 */
831 #endif
833 /* Number of bits in a file offset, on hosts where this is settable. */
834 /* #undef _FILE_OFFSET_BITS */
836 /* defines how to decorate public symbols while building */
837 #ifdef _MSC_VER
838 #define _GLIB_EXTERN __declspec (dllexport) extern
839 #else
840 #define _GLIB_EXTERN __attribute__((visibility("default"))) __declspec (dllexport) extern
841 #endif
843 /* Define for large files, on AIX-style hosts. */
844 /* #undef _LARGE_FILES */
846 /* Define to 1 if on MINIX. */
847 /* #undef _MINIX */
849 /* Define to 2 if the system does not provide POSIX.1 features except with
850    this defined. */
851 /* #undef _POSIX_1_SOURCE */
853 /* Define to 1 if you need to in order for `stat' and other things to work. */
854 /* #undef _POSIX_SOURCE */
856 /* Target the Windows XP API */
857 #define _WIN32_WINNT 0x0501
859 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
860 /* #undef _XOPEN_SOURCE */
862 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
863 /* #undef _XOPEN_SOURCE_EXTENDED */
865 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
866 /* #undef __EXTENSIONS__ */
868 /* compiler supports atomic operations */
869 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
871 /* Define to empty if `const' does not conform to ANSI C. */
872 /* #undef const */
874 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
875 /* #undef intmax_t */
877 /* Define to empty if the C compiler doesn't support this keyword. */
878 /* #undef signed */
880 /* Define to `unsigned int' if <sys/types.h> does not define. */
881 /* #undef size_t */