Update config.h.win32(.in)
[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 `atexit' function. */
93 #define HAVE_ATEXIT 1
94
95 /* Define to 1 if you have the <attr/xattr.h> header file. */
96 /* #undef HAVE_ATTR_XATTR_H */
97
98 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
99 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
100
101 /* Define if you have a version of the snprintf function with semantics as
102    specified by the ISO C99 standard. */
103 /* #undef HAVE_C99_SNPRINTF */
104
105 /* Define if you have a version of the vsnprintf function with semantics as
106    specified by the ISO C99 standard. */
107 /* #undef HAVE_C99_VSNPRINTF */
108
109 /* define to 1 if Carbon is available */
110 /* #undef HAVE_CARBON */
111
112 /* Define to 1 if you have the `chown' function. */
113 /* #undef HAVE_CHOWN */
114
115 /* Define to 1 if you have the `clock_gettime' function. */
116 /* #undef HAVE_CLOCK_GETTIME */
117
118 /* define to 1 if Cocoa is available */
119 /* #undef HAVE_COCOA */
120
121 /* Have nl_langinfo (CODESET) */
122 /* #undef HAVE_CODESET */
123
124 /* Define to 1 if you have the <crt_externs.h> header file. */
125 /* #undef HAVE_CRT_EXTERNS_H */
126
127 /* Define if dbus-1 is available */
128 /* #undef HAVE_DBUS1 */
129
130 /* Define to 1 if you have the `dcgettext' function. */
131 #define HAVE_DCGETTEXT 1
132
133 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.\r
134    */
135 #ifndef _MSC_VER
136 #define HAVE_DIRENT_H 1
137 #else
138 /* #undef HAVE_DIRENT_H */
139 #endif
140
141 /* Define to 1 if you have the <dlfcn.h> header file. */
142 /* #undef HAVE_DLFCN_H */
143
144 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
145 /* #undef HAVE_DOPRNT */
146
147 /* define for working do while(0) macros */
148 #define HAVE_DOWHILE_MACROS 1
149
150 /* Define to 1 if using dtrace probes. */
151 /* #undef HAVE_DTRACE */
152
153 /* Define to 1 if you have the `endmntent' function. */
154 /* #undef HAVE_ENDMNTENT */
155
156 /* Define to 1 if you have the `endservent' function. */
157 /* #undef HAVE_ENDSERVENT */
158
159 /* we have the eventfd(2) system call */
160 /* #undef HAVE_EVENTFD */
161
162 /* Define if we have FAM */
163 /* #undef HAVE_FAM */
164
165 /* Define to 1 if you have the <fam.h> header file. */
166 /* #undef HAVE_FAM_H */
167
168 /* Define if we have FAMNoExists in fam */
169 /* #undef HAVE_FAM_NO_EXISTS */
170
171 /* Define to 1 if you have the `fchmod' function. */
172 /* #undef HAVE_FCHMOD */
173
174 /* Define to 1 if you have the `fchown' function. */
175 /* #undef HAVE_FCHOWN */
176
177 /* Define to 1 if you have the `fdwalk' function. */
178 /* #undef HAVE_FDWALK */
179
180 /* Define to 1 if you have the <float.h> header file. */
181 #define HAVE_FLOAT_H 1
182
183 /* Define to 1 if you have the <fstab.h> header file. */
184 /* #undef HAVE_FSTAB_H */
185
186 /* Define to 1 if you have the `fsync' function. */
187 /* #undef HAVE_FSYNC */
188
189 /* we have the futex(2) system call */
190 /* #undef HAVE_FUTEX */
191
192 /* Define to 1 if you have the `getcwd' function. */
193 #define HAVE_GETCWD 1
194
195 /* Define to 1 if you have the `getc_unlocked' function. */
196 /* #undef HAVE_GETC_UNLOCKED */
197
198 /* Define to 1 if you have the `getfsstat' function. */
199 /* #undef HAVE_GETFSSTAT */
200
201 /* Define to 1 if you have the `getgrgid' function. */
202 /* #undef HAVE_GETGRGID */
203
204 /* Define to 1 if you have the `getmntent_r' function. */
205 /* #undef HAVE_GETMNTENT_R */
206
207 /* Define to 1 if you have the `getprotobyname_r' function. */
208 /* #undef HAVE_GETPROTOBYNAME_R */
209
210 /* Define to 1 if you have the `getpwuid' function. */
211 /* #undef HAVE_GETPWUID */
212
213 /* Define to 1 if you have the `getresuid' function. */
214 /* #undef HAVE_GETRESUID */
215
216 /* Define if the GNU gettext() function is already present or preinstalled. */
217 #define HAVE_GETTEXT 1
218
219 /* Define to 1 if you have the `getvfsstat' function. */
220 /* #undef HAVE_GETVFSSTAT */
221
222 /* Define to 1 if you have the `gmtime_r' function. */
223 /* #undef HAVE_GMTIME_R */
224
225 /* define to use system printf */
226 /* #undef HAVE_GOOD_PRINTF */
227
228 /* Define to 1 if you have the <grp.h> header file. */
229 /* #undef HAVE_GRP_H */
230
231 /* Define to 1 if you have the `hasmntopt' function. */
232 /* #undef HAVE_HASMNTOPT */
233
234 /* Define to 1 if you have the `if_nametoindex' function. */
235 /* This is available on Windows, but the catch is that this will require */
236 /* Windows Vista/Server 2008, so disabled for now-please see */
237 /* http://msdn.microsoft.com/en-us/library/windows/desktop/bb408409%28v=vs.85%29.aspx */
238 /* A workaround for Windows XP is under review in Bug 668071 */
239 /* #undef HAVE_IF_NAMETOINDEX */
240
241 /* Define to 1 if you have the `inotify_init1' function. */
242 /* #undef HAVE_INOTIFY_INIT1 */
243
244 /* define to support printing 64-bit integers with format I64 */
245 #define HAVE_INT64_AND_I64 1
246
247 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
248 #ifndef _MSC_VER
249 #define HAVE_INTMAX_T 1
250 #else /* _MSC_VER */
251 #if (_MSC_VER >= 1600)
252 #define HAVE_INTMAX_T 1
253 #endif
254 /* #undef HAVE_INTMAX_T */
255 #endif /* _MSC_VER */
256
257 /* Define to 1 if you have the <inttypes.h> header file. */
258 #ifndef _MSC_VER
259 #define HAVE_INTTYPES_H 1
260 #else /* _MSC_VER */
261 /* #undef HAVE_INTTYPES_H */
262 #endif /* _MSC_VER */
263
264 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
265    declares uintmax_t. */
266 #ifndef _MSC_VER
267 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
268 #else /* _MSC_VER */
269 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
270 #endif /* _MSC_VER */
271
272 /* Define if we have struct ip_mreqn */
273 /* #undef HAVE_IP_MREQN */
274
275 /* Define to 1 if you have the `issetugid' function. */
276 /* #undef HAVE_ISSETUGID */
277
278 /* Define to 1 if you have the `kevent' function. */\r
279 /* #undef HAVE_KEVENT */\r
280 \r
281 /* Define to 1 if you have the `kqueue' function. */\r
282 /* #undef HAVE_KQUEUE */
283
284 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
285 /* #undef HAVE_LANGINFO_CODESET */
286
287 /* Have nl_langinfo (_NL_CTYPE_OUTDIGITn_WC) */
288 /* #undef HAVE_LANGINFO_OUTDIGIT */
289
290 /* Have nl_langinfo (PM_STR) */
291 /* #undef HAVE_LANGINFO_TIME */
292
293 /* Define to 1 if you have the `lchmod' function. */
294 /* #undef HAVE_LCHMOD */
295
296 /* Define to 1 if you have the `lchown' function. */
297 /* #undef HAVE_LCHOWN */
298
299 /* Define if your <locale.h> file defines LC_MESSAGES. */
300 /* #undef HAVE_LC_MESSAGES */
301
302 /* Define if you have the __libc_enable_secure variable (GNU libc, eglibc) */
303 /* #undef HAVE_LIBC_ENABLE_SECURE */
304
305 /* Define if libelf is available */
306 /* #undef HAVE_LIBELF */
307
308 /* Define to 1 if you have the <limits.h> header file. */
309 #define HAVE_LIMITS_H 1
310
311 /* Define to 1 if you have the `link' function. */
312 /* #undef HAVE_LINK */
313
314 /* Define to 1 if you have the <linux/magic.h> header file. */
315 /* #undef HAVE_LINUX_MAGIC_H */
316
317 /* Define to 1 if you have the <locale.h> header file. */
318 #define HAVE_LOCALE_H 1
319
320 /* Define to 1 if you have the `localtime_r' function. */
321 /* #undef HAVE_LOCALTIME_R */
322
323 /* Define if you have the 'long double' type. */
324 #define HAVE_LONG_DOUBLE 1
325
326 /* Define if you have the 'long long' type. */
327 #ifndef _MSC_VER
328 #define HAVE_LONG_LONG 1
329 #else /* _MSC_VER */
330 /* #undef HAVE_LONG_LONG */
331 #endif /* _MSC_VER */
332
333 /* define if system printf can print long long */
334 #define HAVE_LONG_LONG_FORMAT 1
335
336 /* Define to 1 if you have the `lstat' function. */
337 /* #undef HAVE_LSTAT */
338
339 /* Define to 1 if you have the <malloc.h> header file. */
340 #define HAVE_MALLOC_H 1
341
342 /* Define to 1 if you have the `memalign' function. */
343 /* #undef HAVE_MEMALIGN */
344
345 /* Define to 1 if you have the `memmem' function. */
346 /* #undef HAVE_MEMMEM */
347
348 /* Define to 1 if you have the `memmove' function. */
349 #define HAVE_MEMMOVE 1
350
351 /* Define to 1 if you have the <memory.h> header file. */
352 #define HAVE_MEMORY_H 1
353
354 /* Define to 1 if you have the `mmap' function. */
355 /* #undef HAVE_MMAP */
356
357 /* Define to 1 if you have the <mntent.h> header file. */
358 /* #undef HAVE_MNTENT_H */
359
360 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
361 /* #undef HAVE_NDIR_H */
362
363 /* We have AF_NETLINK sockets */
364 /* #undef HAVE_NETLINK */
365
366 /* Define to 1 if you have the `newlocale' function. */
367 /* #undef HAVE_NEWLOCALE */
368
369 /* Have non-POSIX function getgrgid_r */
370 /* #undef HAVE_NONPOSIX_GETGRGID_R */
371
372 /* Have non-POSIX function getpwuid_r */
373 /* #undef HAVE_NONPOSIX_GETPWUID_R */
374
375 /* Define to 1 if you have the `on_exit' function. */
376 /* #undef HAVE_ON_EXIT */
377
378 /* Define to 1 if you have the `pipe2' function. */
379 /* #undef HAVE_PIPE2 */
380
381 /* Define to 1 if you have the `poll' function. */
382 /* #undef HAVE_POLL */
383
384 /* Have POSIX function getgrgid_r */
385 /* #undef HAVE_POSIX_GETGRGID_R */
386
387 /* Have POSIX function getpwuid_r */
388 /* #undef HAVE_POSIX_GETPWUID_R */
389
390 /* Define to 1 if you have the `posix_memalign' function. */
391 /* #undef HAVE_POSIX_MEMALIGN */
392
393 /* Define to 1 if you have the `prlimit' function. */
394 /* #undef HAVE_PRLIMIT */
395
396 /* Have function pthread_attr_setstacksize */
397 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
398
399 /* Have function pthread_condattr_setclock */
400 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
401
402 /* Define to 1 if the system has the type `ptrdiff_t'. */
403 #define HAVE_PTRDIFF_T 1
404
405 /* Define to 1 if you have the <pwd.h> header file. */
406 /* #undef HAVE_PWD_H */
407
408 /* Define to 1 if you have the `readlink' function. */
409 /* #undef HAVE_READLINK */
410
411 /* Define to 1 if you have the 'res_init' function. */
412 /* #undef HAVE_RES_INIT */
413
414 /* Define to 1 if you have the <sched.h> header file. */
415 /* #undef HAVE_SCHED_H */
416
417 /* Define to 1 if libselinux is available */
418 /* #undef HAVE_SELINUX */
419
420 /* Define to 1 if you have the <selinux/selinux.h> header file. */
421 /* #undef HAVE_SELINUX_SELINUX_H */
422
423 /* Define to 1 if you have the `setenv' function. */
424 /* #undef HAVE_SETENV */
425
426 /* Define to 1 if you have the `setlocale' function. */
427 #define HAVE_SETLOCALE 1
428
429 /* Define to 1 if you have the `setmntent' function. */
430 /* #undef HAVE_SETMNTENT */
431
432 /* Define if you have the 'sig_atomic_t' type. */
433 #define HAVE_SIG_ATOMIC_T 1
434
435 /* Define to 1 if you have the `snprintf' function. */
436 #ifndef _MSC_VER
437 #define HAVE_SNPRINTF 1
438 #ifdef __DMC__
439 #define snprintf _snprintf
440 #endif
441 #else /* _MSC_VER */
442 /* #undef HAVE_SNPRINTF */
443 #endif /* _MSC_VER */
444
445 /* Define to 1 if you have the `splice' function. */
446 /* #undef HAVE_SPLICE */
447
448 /* Define to 1 if you have the `statfs' function. */
449 /* #undef HAVE_STATFS */
450
451 /* Define to 1 if you have the `statvfs' function. */
452 /* #undef HAVE_STATVFS */
453
454 /* Define to 1 if you have the <stddef.h> header file. */
455 #define HAVE_STDDEF_H 1
456
457 /* Define to 1 if you have the <stdint.h> header file. */
458 #ifndef _MSC_VER
459 #define HAVE_STDINT_H 1
460 #else /* _MSC_VER */
461 #if (_MSC_VER >= 1600) /*VS 2010 ships with stdint.h*/
462 #define HAVE_STDINT_H 1
463 #else
464 /* #undef HAVE_STDINT_H */
465 #endif
466 #endif /* _MSC_VER */
467
468 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
469    uintmax_t. */
470 #ifndef _MSC_VER
471 #define HAVE_STDINT_H_WITH_UINTMAX 1
472 #else /* _MSC_VER */
473 #if (_MSC_VER >= 1600)
474 #define HAVE_STDINT_H_WITH_UINTMAX 1
475 #else
476 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
477 #endif
478 #endif /* _MSC_VER */
479
480 /* Define to 1 if you have the <stdlib.h> header file. */
481 #define HAVE_STDLIB_H 1
482
483 /* Define to 1 if you have the `stpcpy' function. */
484 /* #undef HAVE_STPCPY */
485
486 /* Define to 1 if you have the `strcasecmp' function. */
487 #if defined(_MSC_VER)
488 #define strcasecmp _stricmp
489 #endif /* _MSC_VER uses _stricmp, which is identical to strcasecmp */
490
491 #if !defined(__DMC__)
492 #define HAVE_STRCASECMP 1
493 #endif /* _MSC_VER or __gcc__ */
494
495 /* Define to 1 if you have the `strerror' function. */
496 #define HAVE_STRERROR 1
497
498 /* Define to 1 if you have the <strings.h> header file. */
499 #if !defined(_MSC_VER) && !defined(__DMC__)
500 #define HAVE_STRINGS_H 1
501 #else /* _MSC_VER or __DMC__ */
502 /* #undef HAVE_STRINGS_H */
503 #endif /* _MSC_VER or __DMC__ */
504
505 /* Define to 1 if you have the <string.h> header file. */
506 #define HAVE_STRING_H 1
507
508 /* Have functions strlcpy and strlcat */
509 /* #undef HAVE_STRLCPY */
510
511 /* Define to 1 if you have the `strncasecmp' function. */
512 #if !defined(__DMC__)
513 #if defined(_MSC_VER)
514 #define strncasecmp _strnicmp
515 #endif /* _MSC_VER uses _strnicmp, which is identical to strncasecmp */
516 #define HAVE_STRNCASECMP 1
517 #else /* __DMC__ */
518 /* #undef HAVE_STRNCASECMP */
519 #endif /* __DMC__ */
520
521 /* Define to 1 if you have the `strsignal' function. */
522 /* #undef HAVE_STRSIGNAL */
523
524 /* Define to 1 if you have the `strtod_l' function. */
525 /* #undef HAVE_STRTOD_L */
526
527 /* Define to 1 if you have the `strtoll_l' function. */
528 /* #undef HAVE_STRTOLL_L */
529
530 /* Define to 1 if you have the `strtoull_l' function. */
531 /* #undef HAVE_STRTOULL_L */
532
533 /* Define to 1 if `d_type' is a member of `struct dirent'. */
534 /* #undef HAVE_STRUCT_DIRENT_D_TYPE */
535
536 /* Define to 1 if `f_bavail' is a member of `struct statfs'. */
537 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
538
539 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
540 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
541
542 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
543 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
544
545 /* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
546 /* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
547
548 /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
549 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
550
551 /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
552 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
553
554 /* Define to 1 if `st_blksize' is a member of `struct stat'. */
555 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
556
557 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
558 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
559
560 /* Define to 1 if `st_ctimensec' is a member of `struct stat'. */
561 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
562
563 /* Define to 1 if `st_ctim.tv_nsec' is a member of `struct stat'. */
564 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
565
566 /* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
567 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
568
569 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
570 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
571
572 /* Define to 1 if `tm_gmtoff' is a a member of `struct tm'. */
573 /* #undef HAVE_STRUCT_TM_TM_GMTOFF */
574
575 /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
576 /* #undef HAVE_STRUCT_TM___TM_GMTOFF */
577
578 /* Define to 1 if you have the `symlink' function. */
579 /* #undef HAVE_SYMLINK */
580
581 /* Define to 1 if you have the `sysctlbyname' function. */
582 /* #undef HAVE_SYSCTLBYNAME */
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. */
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 xattr is available */
740 /* #undef HAVE_XATTR */
741
742 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
743 /* #undef HAVE_XATTR_NOFOLLOW */
744
745 /* Define to 1 if you have the <xlocale.h> header file. */
746 /* #undef HAVE_XLOCALE_H */
747
748 /* Define to 1 if you have the `_NSGetEnviron' function. */
749 /* #undef HAVE__NSGETENVIRON */
750
751 /* Define to the sub-directory in which libtool stores uninstalled libraries.
752    */
753 #define LT_OBJDIR ".libs/"
754
755 /* Do we cache iconv descriptors */
756 #define NEED_ICONV_CACHE 1
757
758 /* didn't find fd_set */
759 #define NO_FD_SET 1
760
761 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
762 /* #undef NO_MINUS_C_MINUS_O */
763
764 /* Define to the address where bug reports for this package should be sent. */
765 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
766
767 /* Define to the full name of this package. */
768 #define PACKAGE_NAME "glib"
769
770 /* Define to the full name and version of this package. */
771 #define PACKAGE_STRING "glib @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
772
773 /* Define to the one symbol short name of this package. */
774 #define PACKAGE_TARNAME "glib"
775
776 /* Define to the home page for this package. */
777 #define PACKAGE_URL ""
778
779 /* Define to the version of this package. */
780 #define PACKAGE_VERSION "@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.@GLIB_MICRO_VERSION@"
781
782 /* define if posix_memalign() can allocate any size */
783 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
784
785 /* whether realloc (NULL,) works */
786 #define REALLOC_0_WORKS 1
787
788 /* The size of `char', as computed by sizeof. */
789 #define SIZEOF_CHAR 1
790
791 /* The size of `int', as computed by sizeof. */
792 #define SIZEOF_INT 4
793
794 /* The size of `long', as computed by sizeof. */
795 #define SIZEOF_LONG 4
796
797 /* The size of `long long', as computed by sizeof. */
798 #ifndef _MSC_VER
799 #define SIZEOF_LONG_LONG 8
800 #else /* _MSC_VER */
801 #define SIZEOF_LONG_LONG 0
802 #endif /* _MSC_VER */
803
804 /* The size of `short', as computed by sizeof. */
805 #define SIZEOF_SHORT 2
806
807 /* The size of `size_t', as computed by sizeof. */
808 #define SIZEOF_SIZE_T 4
809
810 /* The size of `void *', as computed by sizeof. */
811 #ifdef _MSC_VER
812 #if (defined(_M_X64) || defined(_M_AMD64))
813 #define SIZEOF_VOID_P 8
814 #elif (defined(_M_IX86))
815 #define SIZEOF_VOID_P 4
816 #endif
817 #else
818 #define SIZEOF_VOID_P 4
819 #endif
820
821 /* The size of `__int64', as computed by sizeof. */
822 #define SIZEOF___INT64 8
823
824 /* If using the C implementation of alloca, define if you know the
825    direction of stack growth for your system; otherwise it will be
826    automatically deduced at runtime.
827         STACK_DIRECTION > 0 => grows toward higher addresses
828         STACK_DIRECTION < 0 => grows toward lower addresses
829         STACK_DIRECTION = 0 => direction of growth unknown */
830 /* #undef STACK_DIRECTION */
831
832 /* Number of arguments to statfs() */
833 /* #undef STATFS_ARGS */
834
835 /* Define to 1 if you have the ANSI C header files. */
836 #define STDC_HEADERS 1
837
838 /* Use no threads */
839 /* #undef THREADS_NONE */
840
841 /* Use pthreads */
842 /* #undef THREADS_POSIX */
843
844 /* Use w32 threads */
845 #define THREADS_WIN32 1
846
847 /* Using GNU libiconv */
848 /* #undef USE_LIBICONV_GNU */
849
850 /* Using a native implementation of iconv in a separate library */
851 #define USE_LIBICONV_NATIVE 1
852
853 /* Define to use statfs() */
854 /* #undef USE_STATFS */
855
856 /* Define to use statvfs() */
857 /* #undef USE_STATVFS */
858
859 /* using the system-supplied PCRE library */
860 /* #undef USE_SYSTEM_PCRE */
861
862 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
863    significant byte first (like Motorola and SPARC, unlike Intel). */
864 #if defined AC_APPLE_UNIVERSAL_BUILD
865 # if defined __BIG_ENDIAN__
866 #  define WORDS_BIGENDIAN 1
867 # endif
868 #else
869 # ifndef WORDS_BIGENDIAN
870 /* #  undef WORDS_BIGENDIAN */
871 # endif
872 #endif
873
874 /* Number of bits in a file offset, on hosts where this is settable. */
875 /* #undef _FILE_OFFSET_BITS */
876
877 /* defines how to decorate public symbols while building */
878 #define _GLIB_EXTERN __declspec (dllexport)
879
880 /* Make all glibc extensions visible */
881 /* #undef _GNU_SOURCE */
882
883 /* Define for large files, on AIX-style hosts. */
884 /* #undef _LARGE_FILES */
885
886 /* Target the Windows XP API */\r
887 #define _WIN32_WINNT 0x0501
888
889 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
890 /* #undef _XOPEN_SOURCE */
891
892 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
893 /* #undef _XOPEN_SOURCE_EXTENDED */
894
895 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
896 /* #undef __EXTENSIONS__ */
897
898 /* compiler supports atomic operations */
899 /* #undef __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 */
900
901 /* Define to empty if `const' does not conform to ANSI C. */
902 /* #undef const */
903
904 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
905 /* #undef intmax_t */
906
907 /* Define to empty if the C compiler doesn't support this keyword. */
908 /* #undef signed */
909
910 /* Define to `unsigned int' if <sys/types.h> does not define. */
911 /* #undef size_t */