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