Commit the vanila glib 2.27.5 with old debian directory
[external/glib2.0.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 /* define if asm blocks can use numeric local labels */
9 /* #undef ASM_NUMERIC_LABELS */
10
11 /* poll doesn't work on devices */
12 #define BROKEN_POLL 1
13
14 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15    systems. This function is required for `alloca.c' support on those systems.
16    */
17 /* #undef CRAY_STACKSEG_END */
18
19 /* Define to 1 if using `alloca.c'. */
20 /* #undef C_ALLOCA */
21
22 /* Whether to disable memory pools */
23 /* #undef DISABLE_MEM_POOLS */
24
25 /* Whether to enable GC friendliness by default */
26 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
27
28 /* always defined to indicate that i18n is enabled */
29 #define ENABLE_NLS 1
30
31 /* include GRegex */
32 #define ENABLE_REGEX /**/
33
34 /* Define the gettext package to be used */
35 #define GETTEXT_PACKAGE "glib20"
36
37 /* Define to the GLIB binary age */
38 #define GLIB_BINARY_AGE 2705
39
40 /* Byte contents of gmutex */
41 /* #undef GLIB_BYTE_CONTENTS_GMUTEX */
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 5
54
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION 27
57
58 /* The size of gmutex, as computed by sizeof. */
59 /* #undef GLIB_SIZEOF_GMUTEX */
60
61 /* The size of system_thread, as computed by sizeof. */
62 #define GLIB_SIZEOF_SYSTEM_THREAD 4
63
64 /* alpha atomic implementation */
65 /* #undef G_ATOMIC_ALPHA */
66
67 /* arm atomic implementation */
68 /* #undef G_ATOMIC_ARM */
69
70 /* cris atomic implementation */
71 /* #undef G_ATOMIC_CRIS */
72
73 /* crisv32 atomic implementation */
74 /* #undef G_ATOMIC_CRISV32 */
75
76 /* i486 atomic implementation */
77 #ifndef _MSC_VER
78 #define G_ATOMIC_I486 1
79 #endif /* _MSC_VER */
80
81 /* ia64 atomic implementation */
82 /* #undef G_ATOMIC_IA64 */
83
84 /* powerpc atomic implementation */
85 /* #undef G_ATOMIC_POWERPC */
86
87 /* s390 atomic implementation */
88 /* #undef G_ATOMIC_S390 */
89
90 /* sparcv9 atomic implementation */
91 /* #undef G_ATOMIC_SPARCV9 */
92
93 /* x86_64 atomic implementation */
94 /* #undef G_ATOMIC_X86_64 */
95
96 /* Have inline keyword */
97 #ifndef _MSC_VER
98 #define G_HAVE_INLINE 1
99 #else /* _MSC_VER */
100 /* #undef G_HAVE_INLINE */
101 #endif /* _MSC_VER */
102
103 /* Have __inline keyword */
104 #define G_HAVE___INLINE 1
105
106 /* Have __inline__ keyword */
107 #if !defined(_MSC_VER) && !defined(__DMC__)
108 #define G_HAVE___INLINE__ 1
109 #else /* _MSC_VER or __DMC__ */
110 /* #undef G_HAVE___INLINE__ */
111 #endif /* _MSC_VER or __DMC__ */
112
113 /* Source file containing theread implementation */
114 #define G_THREAD_SOURCE "gthread-win32.c"
115
116 /* A 'va_copy' style function */
117 #ifndef _MSC_VER
118 #define G_VA_COPY va_copy
119 #else /* _MSC_VER */
120 /* #undef G_VA_COPY */
121 #endif /* _MSC_VER */
122
123 /* 'va_lists' cannot be copies as values */
124 /* #undef G_VA_COPY_AS_ARRAY */
125
126 /* Define to 1 if you have `alloca', as a function or macro. */
127 #define HAVE_ALLOCA 1
128
129 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
130    */
131 /* #undef HAVE_ALLOCA_H */
132
133 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
134 /* #undef HAVE_ARPA_NAMESER_COMPAT_H */
135
136 /* Define to 1 if you have the `atexit' function. */
137 #define HAVE_ATEXIT 1
138
139 /* Define to 1 if you have the <attr/xattr.h> header file. */
140 /* #undef HAVE_ATTR_XATTR_H */
141
142 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
143 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
144
145 /* Define if you have a version of the snprintf function with semantics as
146    specified by the ISO C99 standard. */
147 /* #undef HAVE_C99_SNPRINTF */
148
149 /* Define if you have a version of the vsnprintf function with semantics as
150    specified by the ISO C99 standard. */
151 /* #undef HAVE_C99_VSNPRINTF */
152
153 /* define to 1 if Carbon is available */
154 /* #undef HAVE_CARBON */
155
156 /* Define to 1 if you have the `chown' function. */
157 /* #undef HAVE_CHOWN */
158
159 /* Define to 1 if you have the `clock_gettime' function. */
160 /* #undef HAVE_CLOCK_GETTIME */
161
162 /* Have nl_langinfo (CODESET) */
163 /* #undef HAVE_CODESET */
164
165 /* Define to 1 if you have the <crt_externs.h> header file. */
166 /* #undef HAVE_CRT_EXTERNS_H */
167
168 /* Define if dbus-1 is available */
169 /* #undef HAVE_DBUS1 */
170
171 /* Define to 1 if you have the `dcgettext' function. */
172 #define HAVE_DCGETTEXT 1
173
174 /* Define to 1 if you have the <dirent.h> header file. */
175 #ifndef _MSC_VER
176 #define HAVE_DIRENT_H 1
177 #else
178 /* #undef HAVE_DIRENT_H */
179 #endif
180
181 /* Define to 1 if you have the <dlfcn.h> header file. */
182 /* #undef HAVE_DLFCN_H */
183
184 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
185 /* #undef HAVE_DOPRNT */
186
187 /* define for working do while(0) macros */
188 #define HAVE_DOWHILE_MACROS 1
189
190 /* Define to 1 if you have the `endmntent' function. */
191 /* #undef HAVE_ENDMNTENT */
192
193 /* Define to 1 if you have the `endservent' function. */
194 /* #undef HAVE_ENDSERVENT */
195
196 /* Define if we have FAM */
197 /* #undef HAVE_FAM */
198
199 /* Define to 1 if you have the <fam.h> header file. */
200 /* #undef HAVE_FAM_H */
201
202 /* Define if we have FAMNoExists in fam */
203 /* #undef HAVE_FAM_NO_EXISTS */
204
205 /* Define to 1 if you have the `fchmod' function. */
206 /* #undef HAVE_FCHMOD */
207
208 /* Define to 1 if you have the `fchown' function. */
209 /* #undef HAVE_FCHOWN */
210
211 /* Define to 1 if you have the `fdwalk' function. */
212 /* #undef HAVE_FDWALK */
213
214 /* Define to 1 if you have the <float.h> header file. */
215 #define HAVE_FLOAT_H 1
216
217 /* Define to 1 if you have the <fstab.h> header file. */
218 /* #undef HAVE_FSTAB_H */
219
220 /* Define to 1 if you have the `fsync' function. */
221 /* #undef HAVE_FSYNC */
222
223 /* we have the futex(2) system call */
224 /* #undef HAVE_FUTEX */
225
226 /* Define to 1 if you have the `getcwd' function. */
227 #define HAVE_GETCWD 1
228
229 /* Define to 1 if you have the `getc_unlocked' function. */
230 /* #undef HAVE_GETC_UNLOCKED */
231
232 /* Define to 1 if you have the `getgrgid' function. */
233 /* #undef HAVE_GETGRGID */
234
235 /* Define to 1 if you have the `getmntent_r' function. */
236 /* #undef HAVE_GETMNTENT_R */
237
238 /* Define to 1 if you have the `getmntinfo' function. */
239 /* #undef HAVE_GETMNTINFO */
240
241 /* Define to 1 if you have the `getprotobyname_r' function. */
242 /* #undef HAVE_GETPROTOBYNAME_R */
243
244 /* Define to 1 if you have the `getpwuid' function. */
245 /* #undef HAVE_GETPWUID */
246
247 /* Define if the GNU gettext() function is already present or preinstalled. */
248 #define HAVE_GETTEXT 1
249
250 /* Define to 1 if you have the `gmtime_r' function. */
251 /* #undef HAVE_GMTIME_R */
252
253 /* define to use system printf */
254 /* #undef HAVE_GOOD_PRINTF */
255
256 /* Define to 1 if you have the <grp.h> header file. */
257 /* #undef HAVE_GRP_H */
258
259 /* Define to 1 if you have the `hasmntopt' function. */
260 /* #undef HAVE_HASMNTOPT */
261
262 /* Define to 1 if you have the `inotify_init1' function. */
263 /* #undef HAVE_INOTIFY_INIT1 */
264
265 /* define to support printing 64-bit integers with format I64 */
266 #define HAVE_INT64_AND_I64 1
267
268 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
269 #ifndef _MSC_VER
270 #define HAVE_INTMAX_T 1
271 #else /* _MSC_VER */
272 /* #undef HAVE_INTMAX_T */
273 #endif /* _MSC_VER */
274
275 /* Define to 1 if you have the <inttypes.h> header file. */
276 #ifndef _MSC_VER
277 #define HAVE_INTTYPES_H 1
278 #else /* _MSC_VER */
279 /* #undef HAVE_INTTYPES_H */
280 #endif /* _MSC_VER */
281
282 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
283    declares uintmax_t. */
284 #ifndef _MSC_VER
285 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
286 #else /* _MSC_VER */
287 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
288 #endif /* _MSC_VER */
289
290 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
291 /* #undef HAVE_LANGINFO_CODESET */
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 to 1 if you have the <limits.h> header file. */
303 #define HAVE_LIMITS_H 1
304
305 /* Define to 1 if you have the `link' function. */
306 /* #undef HAVE_LINK */
307
308 /* Define to 1 if you have the <locale.h> header file. */
309 #define HAVE_LOCALE_H 1
310
311 /* Define to 1 if you have the `localtime_r' function. */
312 /* #undef HAVE_LOCALTIME_R */
313
314 /* Define if you have the 'long double' type. */
315 #define HAVE_LONG_DOUBLE 1
316
317 /* Define if you have the 'long long' type. */
318 #ifndef _MSC_VER
319 #define HAVE_LONG_LONG 1
320 #else /* _MSC_VER */
321 /* #undef HAVE_LONG_LONG */
322 #endif /* _MSC_VER */
323
324 /* define if system printf can print long long */
325 #define HAVE_LONG_LONG_FORMAT 1
326
327 /* Define to 1 if you have the `lstat' function. */
328 /* #undef HAVE_LSTAT */
329
330 /* Define to 1 if you have the <malloc.h> header file. */
331 #define HAVE_MALLOC_H 1
332
333 /* Define to 1 if you have the `memalign' function. */
334 /* #undef HAVE_MEMALIGN */
335
336 /* Define to 1 if you have the `memmem' function. */
337 /* #undef HAVE_MEMMEM */
338
339 /* Define to 1 if you have the `memmove' function. */
340 #define HAVE_MEMMOVE 1
341
342 /* Define to 1 if you have the <memory.h> header file. */
343 #define HAVE_MEMORY_H 1
344
345 /* Define to 1 if you have the `mmap' function. */
346 /* #undef HAVE_MMAP */
347
348 /* Define to 1 if you have the <mntent.h> header file. */
349 /* #undef HAVE_MNTENT_H */
350
351 /* Have a monotonic clock */
352 /* #undef HAVE_MONOTONIC_CLOCK */
353
354 /* Define to 1 if you have the `nanosleep' function. */
355 /* #undef HAVE_NANOSLEEP */
356
357 /* Define to 1 if you have the <netdb.h> header file. */
358 /* #undef HAVE_NETDB_H */
359
360 /* Have non-POSIX function getgrgid_r */
361 /* #undef HAVE_NONPOSIX_GETGRGID_R */
362
363 /* Have non-POSIX function getpwuid_r */
364 /* #undef HAVE_NONPOSIX_GETPWUID_R */
365
366 /* Define to 1 if you have the `nsleep' function. */
367 /* #undef HAVE_NSLEEP */
368
369 /* Define to 1 if you have the `on_exit' function. */
370 /* #undef HAVE_ON_EXIT */
371
372 /* Define to 1 if you have the `pipe2' function. */
373 /* #undef HAVE_PIPE2 */
374
375 /* Define to 1 if you have the `poll' function. */
376 /* #undef HAVE_POLL */
377
378 /* Have POSIX function getgrgid_r */
379 /* #undef HAVE_POSIX_GETGRGID_R */
380
381 /* Have POSIX function getpwuid_r */
382 /* #undef HAVE_POSIX_GETPWUID_R */
383
384 /* Define to 1 if you have the `posix_memalign' function. */
385 /* #undef HAVE_POSIX_MEMALIGN */
386
387 /* Have function pthread_attr_setstacksize */
388 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
389
390 /* Define to 1 if the system has the type `ptrdiff_t'. */
391 #define HAVE_PTRDIFF_T 1
392
393 /* Define to 1 if you have the <pwd.h> header file. */
394 /* #undef HAVE_PWD_H */
395
396 /* Define to 1 if you have the `readlink' function. */
397 /* #undef HAVE_READLINK */
398
399 /* Define to 1 if you have the <sched.h> header file. */
400 /* #undef HAVE_SCHED_H */
401
402 /* Define to 1 if libselinux is available */
403 /* #undef HAVE_SELINUX */
404
405 /* Define to 1 if you have the <selinux/selinux.h> header file. */
406 /* #undef HAVE_SELINUX_SELINUX_H */
407
408 /* Define to 1 if you have the `setenv' function. */
409 /* #undef HAVE_SETENV */
410
411 /* Define to 1 if you have the `setlocale' function. */
412 #define HAVE_SETLOCALE 1
413
414 /* Define to 1 if you have the `setmntent' function. */
415 /* #undef HAVE_SETMNTENT */
416
417 /* Define to 1 if you have the `setresuid' function. */
418 /* #undef HAVE_SETRESUID */
419
420 /* Define to 1 if you have the `setreuid' function. */
421 /* #undef HAVE_SETREUID */
422
423 /* Define to 1 if you have the `snprintf' function. */
424 #ifndef _MSC_VER
425 #define HAVE_SNPRINTF 1
426 #ifdef __DMC__
427 #define snprintf _snprintf
428 #endif
429 #else /* _MSC_VER */
430 /* #undef HAVE_SNPRINTF */
431 #endif /* _MSC_VER */
432
433 /* Define to 1 if you have the `splice' function. */
434 /* #undef HAVE_SPLICE */
435
436 /* Define to 1 if you have the `statfs' function. */
437 /* #undef HAVE_STATFS */
438
439 /* Define to 1 if you have the `statvfs' function. */
440 /* #undef HAVE_STATVFS */
441
442 /* Define to 1 if you have the <stddef.h> header file. */
443 #define HAVE_STDDEF_H 1
444
445 /* Define to 1 if you have the <stdint.h> header file. */
446 #ifndef _MSC_VER
447 #define HAVE_STDINT_H 1
448 #else /* _MSC_VER */
449 /* #undef HAVE_STDINT_H */
450 #endif /* _MSC_VER */
451
452 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
453    uintmax_t. */
454 #ifndef _MSC_VER
455 #define HAVE_STDINT_H_WITH_UINTMAX 1
456 #else /* _MSC_VER */
457 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
458 #endif /* _MSC_VER */
459
460 /* Define to 1 if you have the <stdlib.h> header file. */
461 #define HAVE_STDLIB_H 1
462
463 /* Define to 1 if you have the `stpcpy' function. */
464 /* #undef HAVE_STPCPY */
465
466 /* Define to 1 if you have the `strcasecmp' function. */
467 #if !defined(_MSC_VER) && !defined(__DMC__)
468 #define HAVE_STRCASECMP 1
469 #else /* _MSC_VER or __DMC__ */
470 /* #undef HAVE_STRCASECMP */
471 #endif /* _MSC_VER or __DMC__ */
472
473 /* Define to 1 if you have the `strerror' function. */
474 #define HAVE_STRERROR 1
475
476 /* Define to 1 if you have the <strings.h> header file. */
477 #if !defined(_MSC_VER) && !defined(__DMC__)
478 #define HAVE_STRINGS_H 1
479 #else /* _MSC_VER or __DMC__ */
480 /* #undef HAVE_STRINGS_H */
481 #endif /* _MSC_VER or __DMC__ */
482
483 /* Define to 1 if you have the <string.h> header file. */
484 #define HAVE_STRING_H 1
485
486 /* Have functions strlcpy and strlcat */
487 /* #undef HAVE_STRLCPY */
488
489 /* Define to 1 if you have the `strncasecmp' function. */
490 #if !defined(_MSC_VER) && !defined(__DMC__)
491 #define HAVE_STRNCASECMP 1
492 #else /* _MSC_VER or __DMC__ */
493 /* #undef HAVE_STRNCASECMP */
494 #endif /* _MSC_VER or __DMC__ */
495
496 /* Define to 1 if you have the `strndup' function. */
497 /* #undef HAVE_STRNDUP */
498
499 /* Define to 1 if you have the `strsignal' function. */
500 /* #undef HAVE_STRSIGNAL */
501
502 /* Define to 1 if `f_bavail' is member of `struct statfs'. */
503 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
504
505 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
506 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
507
508 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
509 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
510
511 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
512 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
513
514 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
515 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
516
517 /* Define to 1 if `st_blksize' is member of `struct stat'. */
518 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
519
520 /* Define to 1 if `st_blocks' is member of `struct stat'. */
521 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
522
523 /* Define to 1 if `st_ctimensec' is member of `struct stat'. */
524 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
525
526 /* Define to 1 if `st_ctim.tv_nsec' is member of `struct stat'. */
527 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
528
529 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */
530 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
531
532 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
533 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
534
535 /* Define to 1 if you have the `symlink' function. */
536 /* #undef HAVE_SYMLINK */
537
538 /* Define to 1 if you have the <sys/inotify.h> header file. */
539 /* #undef HAVE_SYS_INOTIFY_H */
540
541 /* Define to 1 if you have the <sys/mntctl.h> header file. */
542 /* #undef HAVE_SYS_MNTCTL_H */
543
544 /* Define to 1 if you have the <sys/mnttab.h> header file. */
545 /* #undef HAVE_SYS_MNTTAB_H */
546
547 /* Define to 1 if you have the <sys/mount.h> header file. */
548 /* #undef HAVE_SYS_MOUNT_H */
549
550 /* Define to 1 if you have the <sys/param.h> header file. */
551 #if !defined(_MSC_VER) && !defined(__DMC__)
552 #define HAVE_SYS_PARAM_H 1
553 #else /* _MSC_VER or __DMC__ */
554 /* #undef HAVE_SYS_PARAM_H */
555 #endif /* _MSC_VER or __DMC__ */
556
557 /* Define to 1 if you have the <sys/poll.h> header file. */
558 /* #undef HAVE_SYS_POLL_H */
559
560 /* Define to 1 if you have the <sys/prctl.h> header file. */
561 /* #undef HAVE_SYS_PRCTL_H */
562
563 /* Define to 1 if you have the <sys/resource.h> header file. */
564 /* #undef HAVE_SYS_RESOURCE_H */
565
566 /* found fd_set in sys/select.h */
567 /* #undef HAVE_SYS_SELECT_H */
568
569 /* Define to 1 if you have the <sys/statfs.h> header file. */
570 /* #undef HAVE_SYS_STATFS_H */
571
572 /* Define to 1 if you have the <sys/statvfs.h> header file. */
573 /* #undef HAVE_SYS_STATVFS_H */
574
575 /* Define to 1 if you have the <sys/stat.h> header file. */
576 #define HAVE_SYS_STAT_H 1
577
578 /* Define to 1 if you have the <sys/sysctl.h> header file. */
579 /* #undef HAVE_SYS_SYSCTL_H */
580
581 /* Define to 1 if you have the <sys/times.h> header file. */
582 /* #undef HAVE_SYS_TIMES_H */
583
584 /* Define to 1 if you have the <sys/time.h> header file. */
585 #ifndef _MSC_VER
586 #define HAVE_SYS_TIME_H 1
587 #else /* _MSC_VER */
588 /* #undef HAVE_SYS_TIME_H */
589 #endif /* _MSC_VER */
590
591 /* Define to 1 if you have the <sys/types.h> header file. */
592 #define HAVE_SYS_TYPES_H 1
593
594 /* Define to 1 if you have the <sys/uio.h> header file. */
595 /* #undef HAVE_SYS_UIO_H */
596
597 /* Define to 1 if you have the <sys/vfstab.h> header file. */
598 /* #undef HAVE_SYS_VFSTAB_H */
599
600 /* Define to 1 if you have the <sys/vfs.h> header file. */
601 /* #undef HAVE_SYS_VFS_H */
602
603 /* Define to 1 if you have the <sys/vmount.h> header file. */
604 /* #undef HAVE_SYS_VMOUNT_H */
605
606 /* Define to 1 if you have the <sys/wait.h> header file. */
607 /* #undef HAVE_SYS_WAIT_H */
608
609 /* Define to 1 if you have the <sys/xattr.h> header file. */
610 /* #undef HAVE_SYS_XATTR_H */
611
612 /* Define to 1 if you have the `timegm' function. */
613 /* #undef HAVE_TIMEGM */
614
615 /* Define to 1 if you have the <unistd.h> header file. */
616 #ifndef _MSC_VER
617 #define HAVE_UNISTD_H 1
618 #else /* _MSC_VER */
619 /* #undef HAVE_UNISTD_H */
620 #endif /* _MSC_VER */
621
622 /* Define if your printf function family supports positional parameters as
623    specified by Unix98. */
624 /* #undef HAVE_UNIX98_PRINTF */
625
626 /* Define to 1 if you have the `unsetenv' function. */
627 /* #undef HAVE_UNSETENV */
628
629 /* Define to 1 if you have the `utimes' function. */
630 /* #undef HAVE_UTIMES */
631
632 /* Define to 1 if you have the `valloc' function. */
633 /* #undef HAVE_VALLOC */
634
635 /* Define to 1 if you have the <values.h> header file. */
636 #if !defined(_MSC_VER) && !defined(__DMC__)
637 #define HAVE_VALUES_H 1
638 #else /* _MSC_VER or __DMC__ */
639 /* #undef HAVE_VALUES_H */
640 #endif /* _MSC_VER or __DMC__ */
641
642 /* Define to 1 if you have the `vasprintf' function. */
643 #define HAVE_VASPRINTF 1
644
645 /* Define to 1 if you have the `vprintf' function. */
646 #define HAVE_VPRINTF 1
647
648 /* Define to 1 if you have the `vsnprintf' function. */
649 #ifndef _MSC_VER
650 #define HAVE_VSNPRINTF 1
651 #ifdef __DMC__
652 #define vsnprintf _vsnprintf
653 #endif
654 #else /* _MSC_VER */
655 /* #undef HAVE_VSNPRINTF */
656 #endif /* _MSC_VER */
657
658 /* Define if you have the 'wchar_t' type. */
659 #define HAVE_WCHAR_T 1
660
661 /* Define to 1 if you have the `wcslen' function. */
662 #define HAVE_WCSLEN 1
663
664 /* Define if you have the 'wint_t' type. */
665 #define HAVE_WINT_T 1
666
667 /* Have a working bcopy */
668 /* #undef HAVE_WORKING_BCOPY */
669
670 /* Define to 1 if you have the <wspiapi.h> header file. */
671 #ifndef _MSC_VER
672 /* #undef HAVE_WSPIAPI_H */
673 #else
674 #define HAVE_WSPIAPI_H 1
675 #endif
676
677 /* Define to 1 if xattr is available */
678 /* #undef HAVE_XATTR */
679
680 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
681 /* #undef HAVE_XATTR_NOFOLLOW */
682
683 /* Define to 1 if you have the `_NSGetEnviron' function. */
684 /* #undef HAVE__NSGETENVIRON */
685
686 /* Define to the sub-directory in which libtool stores uninstalled libraries.
687    */
688 #define LT_OBJDIR ".libs/"
689
690 /* Do we cache iconv descriptors */
691 #define NEED_ICONV_CACHE 1
692
693 /* didn't find fd_set */
694 #define NO_FD_SET 1
695
696 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
697 /* #undef NO_MINUS_C_MINUS_O */
698
699 /* global 'sys_errlist' not found */
700 #define NO_SYS_ERRLIST 1
701
702 /* global 'sys_siglist' not found */
703 #define NO_SYS_SIGLIST 1
704
705 /* global 'sys_siglist' not declared */
706 #define NO_SYS_SIGLIST_DECL 1
707
708 /* Define to the address where bug reports for this package should be sent. */
709 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
710
711 /* Define to the full name of this package. */
712 #define PACKAGE_NAME "glib"
713
714 /* Define to the full name and version of this package. */
715 #define PACKAGE_STRING "glib 2.27.5"
716
717 /* Define to the one symbol short name of this package. */
718 #define PACKAGE_TARNAME "glib"
719
720 /* Define to the version of this package. */
721 #define PACKAGE_VERSION "2.27.5"
722
723 /* Maximum POSIX RT priority */
724 /* #undef POSIX_MAX_PRIORITY */
725
726 /* define if posix_memalign() can allocate any size */
727 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
728
729 /* Minimum POSIX RT priority */
730 /* #undef POSIX_MIN_PRIORITY */
731
732 /* The POSIX RT yield function */
733 /* #undef POSIX_YIELD_FUNC */
734
735 /* whether realloc (NULL,) works */
736 #define REALLOC_0_WORKS 1
737
738 /* Define if you have correct malloc prototypes */
739 #ifndef _MSC_VER
740 #define SANE_MALLOC_PROTOS 1
741 #else /* _MSC_VER */
742 /* #undef SANE_MALLOC_PROTOS */
743 #endif /* _MSC_VER */
744
745 /* The size of `char', as computed by sizeof. */
746 #define SIZEOF_CHAR 1
747
748 /* The size of `int', as computed by sizeof. */
749 #define SIZEOF_INT 4
750
751 /* The size of `long', as computed by sizeof. */
752 #define SIZEOF_LONG 4
753
754 /* The size of `long long', as computed by sizeof. */
755 #ifndef _MSC_VER
756 #define SIZEOF_LONG_LONG 8
757 #else /* _MSC_VER */
758 #define SIZEOF_LONG_LONG 0
759 #endif /* _MSC_VER */
760
761 /* The size of `short', as computed by sizeof. */
762 #define SIZEOF_SHORT 2
763
764 /* The size of `size_t', as computed by sizeof. */
765 #define SIZEOF_SIZE_T 4
766
767 /* The size of `void *', as computed by sizeof. */
768 #define SIZEOF_VOID_P 4
769
770 /* The size of `__int64', as computed by sizeof. */
771 #define SIZEOF___INT64 8
772
773 /* If using the C implementation of alloca, define if you know the
774    direction of stack growth for your system; otherwise it will be
775    automatically deduced at runtime.
776         STACK_DIRECTION > 0 => grows toward higher addresses
777         STACK_DIRECTION < 0 => grows toward lower addresses
778         STACK_DIRECTION = 0 => direction of growth unknown */
779 /* #undef STACK_DIRECTION */
780
781 /* Number of arguments to statfs() */
782 /* #undef STATFS_ARGS */
783
784 /* Define to 1 if you have the ANSI C header files. */
785 #define STDC_HEADERS 1
786
787 /* Using GNU libiconv */
788 /* #undef USE_LIBICONV_GNU */
789
790 /* Using a native implementation of iconv in a separate library */
791 #define USE_LIBICONV_NATIVE 1
792
793 /* using the system-supplied PCRE library */
794 /* #undef USE_SYSTEM_PCRE */
795
796 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
797    significant byte first (like Motorola and SPARC, unlike Intel). */
798 #if defined AC_APPLE_UNIVERSAL_BUILD
799 # if defined __BIG_ENDIAN__
800 #  define WORDS_BIGENDIAN 1
801 # endif
802 #else
803 # ifndef WORDS_BIGENDIAN
804 /* #  undef WORDS_BIGENDIAN */
805 # endif
806 #endif
807
808 /* Number of bits in a file offset, on hosts where this is settable. */
809 /* #undef _FILE_OFFSET_BITS */
810
811 /* Define for large files, on AIX-style hosts. */
812 /* #undef _LARGE_FILES */
813
814 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
815 /* #undef _XOPEN_SOURCE */
816
817 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
818 /* #undef _XOPEN_SOURCE_EXTENDED */
819
820 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
821 /* #undef __EXTENSIONS__ */
822
823 /* Define to empty if `const' does not conform to ANSI C. */
824 /* #undef const */
825
826 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
827 /* #undef intmax_t */
828
829 /* Define to empty if the C compiler doesn't support this keyword. */
830 /* #undef signed */
831
832 /* Define to `unsigned int' if <sys/types.h> does not define. */
833 /* #undef size_t */