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