[HQ](Debian) Package version up
[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.in 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 2402
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 2
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 2
54
55 /* Define to the GLIB minor version */
56 #define GLIB_MINOR_VERSION 24
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 to 1 if you have the `dcgettext' function. */
169 #define HAVE_DCGETTEXT 1
170
171 /* Define to 1 if you have the <dirent.h> header file. */
172 #ifndef _MSC_VER
173 #define HAVE_DIRENT_H 1
174 #else
175 /* #undef HAVE_DIRENT_H */
176 #endif
177
178 /* Define to 1 if you have the <dlfcn.h> header file. */
179 /* #undef HAVE_DLFCN_H */
180
181 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
182 /* #undef HAVE_DOPRNT */
183
184 /* define for working do while(0) macros */
185 #define HAVE_DOWHILE_MACROS 1
186
187 /* Define to 1 if you have the `endmntent' function. */
188 /* #undef HAVE_ENDMNTENT */
189
190 /* Define to 1 if you have the `endservent' function. */
191 /* #undef HAVE_ENDSERVENT */
192
193 /* Define if we have FAM */
194 /* #undef HAVE_FAM */
195
196 /* Define to 1 if you have the <fam.h> header file. */
197 /* #undef HAVE_FAM_H */
198
199 /* Define if we have FAMNoExists in fam */
200 /* #undef HAVE_FAM_NO_EXISTS */
201
202 /* Define to 1 if you have the `fchmod' function. */
203 /* #undef HAVE_FCHMOD */
204
205 /* Define to 1 if you have the `fchown' function. */
206 /* #undef HAVE_FCHOWN */
207
208 /* Define to 1 if you have the `fdwalk' function. */
209 /* #undef HAVE_FDWALK */
210
211 /* Define to 1 if you have the <float.h> header file. */
212 #define HAVE_FLOAT_H 1
213
214 /* Define to 1 if you have the <fstab.h> header file. */
215 /* #undef HAVE_FSTAB_H */
216
217 /* Define to 1 if you have the `fsync' function. */
218 /* #undef HAVE_FSYNC */
219
220 /* we have the futex(2) system call */
221 /* #undef HAVE_FUTEX */
222
223 /* Define to 1 if you have the `getcwd' function. */
224 #define HAVE_GETCWD 1
225
226 /* Define to 1 if you have the `getc_unlocked' function. */
227 /* #undef HAVE_GETC_UNLOCKED */
228
229 /* Define to 1 if you have the `getgrgid' function. */
230 /* #undef HAVE_GETGRGID */
231
232 /* Define to 1 if you have the `getmntent_r' function. */
233 /* #undef HAVE_GETMNTENT_R */
234
235 /* Define to 1 if you have the `getmntinfo' function. */
236 /* #undef HAVE_GETMNTINFO */
237
238 /* Define to 1 if you have the `getprotobyname_r' function. */
239 /* #undef HAVE_GETPROTOBYNAME_R */
240
241 /* Define to 1 if you have the `getpwuid' function. */
242 /* #undef HAVE_GETPWUID */
243
244 /* Define if the GNU gettext() function is already present or preinstalled. */
245 #define HAVE_GETTEXT 1
246
247 /* Define to 1 if you have the `gmtime_r' function. */
248 /* #undef HAVE_GMTIME_R */
249
250 /* define to use system printf */
251 /* #undef HAVE_GOOD_PRINTF */
252
253 /* Define to 1 if you have the <grp.h> header file. */
254 /* #undef HAVE_GRP_H */
255
256 /* Define to 1 if you have the `hasmntopt' function. */
257 /* #undef HAVE_HASMNTOPT */
258
259 /* Define to 1 if you have the `inotify_init1' function. */
260 /* #undef HAVE_INOTIFY_INIT1 */
261
262 /* define to support printing 64-bit integers with format I64 */
263 #define HAVE_INT64_AND_I64 1
264
265 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
266 #ifndef _MSC_VER
267 #define HAVE_INTMAX_T 1
268 #else /* _MSC_VER */
269 /* #undef HAVE_INTMAX_T */
270 #endif /* _MSC_VER */
271
272 /* Define to 1 if you have the <inttypes.h> header file. */
273 #ifndef _MSC_VER
274 #define HAVE_INTTYPES_H 1
275 #else /* _MSC_VER */
276 /* #undef HAVE_INTTYPES_H */
277 #endif /* _MSC_VER */
278
279 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
280    declares uintmax_t. */
281 #ifndef _MSC_VER
282 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
283 #else /* _MSC_VER */
284 /* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
285 #endif /* _MSC_VER */
286
287 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
288 /* #undef HAVE_LANGINFO_CODESET */
289
290 /* Define to 1 if you have the `lchmod' function. */
291 /* #undef HAVE_LCHMOD */
292
293 /* Define to 1 if you have the `lchown' function. */
294 /* #undef HAVE_LCHOWN */
295
296 /* Define if your <locale.h> file defines LC_MESSAGES. */
297 /* #undef HAVE_LC_MESSAGES */
298
299 /* Define to 1 if you have the <limits.h> header file. */
300 #define HAVE_LIMITS_H 1
301
302 /* Define to 1 if you have the `link' function. */
303 /* #undef HAVE_LINK */
304
305 /* Define to 1 if you have the <locale.h> header file. */
306 #define HAVE_LOCALE_H 1
307
308 /* Define to 1 if you have the `localtime_r' function. */
309 /* #undef HAVE_LOCALTIME_R */
310
311 /* Define if you have the 'long double' type. */
312 #define HAVE_LONG_DOUBLE 1
313
314 /* Define if you have the 'long long' type. */
315 #ifndef _MSC_VER
316 #define HAVE_LONG_LONG 1
317 #else /* _MSC_VER */
318 /* #undef HAVE_LONG_LONG */
319 #endif /* _MSC_VER */
320
321 /* define if system printf can print long long */
322 #define HAVE_LONG_LONG_FORMAT 1
323
324 /* Define to 1 if you have the `lstat' function. */
325 /* #undef HAVE_LSTAT */
326
327 /* Define to 1 if you have the <malloc.h> header file. */
328 #define HAVE_MALLOC_H 1
329
330 /* Define to 1 if you have the `memalign' function. */
331 /* #undef HAVE_MEMALIGN */
332
333 /* Define to 1 if you have the `memmove' function. */
334 #define HAVE_MEMMOVE 1
335
336 /* Define to 1 if you have the <memory.h> header file. */
337 #define HAVE_MEMORY_H 1
338
339 /* Define to 1 if you have the `mmap' function. */
340 /* #undef HAVE_MMAP */
341
342 /* Define to 1 if you have the <mntent.h> header file. */
343 /* #undef HAVE_MNTENT_H */
344
345 /* Have a monotonic clock */
346 /* #undef HAVE_MONOTONIC_CLOCK */
347
348 /* Define to 1 if you have the `nanosleep' function. */
349 /* #undef HAVE_NANOSLEEP */
350
351 /* Define to 1 if you have the <netdb.h> header file. */
352 /* #undef HAVE_NETDB_H */
353
354 /* Have non-POSIX function getgrgid_r */
355 /* #undef HAVE_NONPOSIX_GETGRGID_R */
356
357 /* Have non-POSIX function getpwuid_r */
358 /* #undef HAVE_NONPOSIX_GETPWUID_R */
359
360 /* Define to 1 if you have the `nsleep' function. */
361 /* #undef HAVE_NSLEEP */
362
363 /* Define to 1 if you have the `on_exit' function. */
364 /* #undef HAVE_ON_EXIT */
365
366 /* Define to 1 if you have the `pipe2' function. */
367 /* #undef HAVE_PIPE2 */
368
369 /* Define to 1 if you have the `poll' function. */
370 /* #undef HAVE_POLL */
371
372 /* Have POSIX function getgrgid_r */
373 /* #undef HAVE_POSIX_GETGRGID_R */
374
375 /* Have POSIX function getpwuid_r */
376 /* #undef HAVE_POSIX_GETPWUID_R */
377
378 /* Define to 1 if you have the `posix_memalign' function. */
379 /* #undef HAVE_POSIX_MEMALIGN */
380
381 /* Have function pthread_attr_setstacksize */
382 /* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
383
384 /* Define to 1 if the system has the type `ptrdiff_t'. */
385 #define HAVE_PTRDIFF_T 1
386
387 /* Define to 1 if you have the <pwd.h> header file. */
388 /* #undef HAVE_PWD_H */
389
390 /* Define to 1 if you have the `readlink' function. */
391 /* #undef HAVE_READLINK */
392
393 /* Define to 1 if you have the <sched.h> header file. */
394 /* #undef HAVE_SCHED_H */
395
396 /* Define to 1 if libselinux is available */
397 /* #undef HAVE_SELINUX */
398
399 /* Define to 1 if you have the <selinux/selinux.h> header file. */
400 /* #undef HAVE_SELINUX_SELINUX_H */
401
402 /* Define to 1 if you have the `setenv' function. */
403 /* #undef HAVE_SETENV */
404
405 /* Define to 1 if you have the `setlocale' function. */
406 #define HAVE_SETLOCALE 1
407
408 /* Define to 1 if you have the `setmntent' function. */
409 /* #undef HAVE_SETMNTENT */
410
411 /* Define to 1 if you have the `setresuid' function. */
412 /* #undef HAVE_SETRESUID */
413
414 /* Define to 1 if you have the `setreuid' function. */
415 /* #undef HAVE_SETREUID */
416
417 /* Define to 1 if you have the `snprintf' function. */
418 #ifndef _MSC_VER
419 #define HAVE_SNPRINTF 1
420 #ifdef __DMC__
421 #define snprintf _snprintf
422 #endif
423 #else /* _MSC_VER */
424 /* #undef HAVE_SNPRINTF */
425 #endif /* _MSC_VER */
426
427 /* Define to 1 if you have the `splice' function. */
428 /* #undef HAVE_SPLICE */
429
430 /* Define to 1 if you have the `statfs' function. */
431 /* #undef HAVE_STATFS */
432
433 /* Define to 1 if you have the `statvfs' function. */
434 /* #undef HAVE_STATVFS */
435
436 /* Define to 1 if you have the <stddef.h> header file. */
437 #define HAVE_STDDEF_H 1
438
439 /* Define to 1 if you have the <stdint.h> header file. */
440 #ifndef _MSC_VER
441 #define HAVE_STDINT_H 1
442 #else /* _MSC_VER */
443 /* #undef HAVE_STDINT_H */
444 #endif /* _MSC_VER */
445
446 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and 
447    declares uintmax_t. */
448 #ifndef _MSC_VER
449 #define HAVE_STDINT_H_WITH_UINTMAX 1
450 #else /* _MSC_VER */
451 /* #undef HAVE_STDINT_H_WITH_UINTMAX */
452 #endif /* _MSC_VER */
453
454 /* Define to 1 if you have the <stdlib.h> header file. */
455 #define HAVE_STDLIB_H 1
456
457 /* Define to 1 if you have the `stpcpy' function. */
458 /* #undef HAVE_STPCPY */
459
460 /* Define to 1 if you have the `strcasecmp' function. */
461 #if !defined(_MSC_VER) && !defined(__DMC__)
462 #define HAVE_STRCASECMP 1
463 #else /* _MSC_VER or __DMC__ */
464 /* #undef HAVE_STRCASECMP */
465 #endif /* _MSC_VER or __DMC__ */
466
467 /* Define to 1 if you have the `strerror' function. */
468 #define HAVE_STRERROR 1
469
470 /* Define to 1 if you have the <strings.h> header file. */
471 #if !defined(_MSC_VER) && !defined(__DMC__)
472 #define HAVE_STRINGS_H 1
473 #else /* _MSC_VER or __DMC__ */
474 /* #undef HAVE_STRINGS_H */
475 #endif /* _MSC_VER or __DMC__ */
476
477 /* Define to 1 if you have the <string.h> header file. */
478 #define HAVE_STRING_H 1
479
480 /* Have functions strlcpy and strlcat */
481 /* #undef HAVE_STRLCPY */
482
483 /* Define to 1 if you have the `strncasecmp' function. */
484 #if !defined(_MSC_VER) && !defined(__DMC__)
485 #define HAVE_STRNCASECMP 1
486 #else /* _MSC_VER or __DMC__ */
487 /* #undef HAVE_STRNCASECMP */
488 #endif /* _MSC_VER or __DMC__ */
489
490 /* Define to 1 if you have the `strndup' function. */
491 /* #undef HAVE_STRNDUP */
492
493 /* Define to 1 if you have the `strsignal' function. */
494 /* #undef HAVE_STRSIGNAL */
495
496 /* Define to 1 if `f_bavail' is member of `struct statfs'. */
497 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
498
499 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
500 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
501
502 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
503 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
504
505 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
506 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
507
508 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
509 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
510
511 /* Define to 1 if `st_blksize' is member of `struct stat'. */
512 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
513
514 /* Define to 1 if `st_blocks' is member of `struct stat'. */
515 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
516
517 /* Define to 1 if `st_ctimensec' is member of `struct stat'. */
518 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
519
520 /* Define to 1 if `st_ctim.tv_nsec' is member of `struct stat'. */
521 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
522
523 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */
524 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
525
526 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
527 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
528
529 /* Define to 1 if you have the `symlink' function. */
530 /* #undef HAVE_SYMLINK */
531
532 /* Define to 1 if you have the <sys/inotify.h> header file. */
533 /* #undef HAVE_SYS_INOTIFY_H */
534
535 /* Define to 1 if you have the <sys/mntctl.h> header file. */
536 /* #undef HAVE_SYS_MNTCTL_H */
537
538 /* Define to 1 if you have the <sys/mnttab.h> header file. */
539 /* #undef HAVE_SYS_MNTTAB_H */
540
541 /* Define to 1 if you have the <sys/mount.h> header file. */
542 /* #undef HAVE_SYS_MOUNT_H */
543
544 /* Define to 1 if you have the <sys/param.h> header file. */
545 #if !defined(_MSC_VER) && !defined(__DMC__)
546 #define HAVE_SYS_PARAM_H 1
547 #else /* _MSC_VER or __DMC__ */
548 /* #undef HAVE_SYS_PARAM_H */
549 #endif /* _MSC_VER or __DMC__ */
550
551 /* Define to 1 if you have the <sys/poll.h> header file. */
552 /* #undef HAVE_SYS_POLL_H */
553
554 /* Define to 1 if you have the <sys/prctl.h> header file. */
555 /* #undef HAVE_SYS_PRCTL_H */
556
557 /* Define to 1 if you have the <sys/resource.h> header file. */
558 /* #undef HAVE_SYS_RESOURCE_H */
559
560 /* found fd_set in sys/select.h */
561 /* #undef HAVE_SYS_SELECT_H */
562
563 /* Define to 1 if you have the <sys/statfs.h> header file. */
564 /* #undef HAVE_SYS_STATFS_H */
565
566 /* Define to 1 if you have the <sys/statvfs.h> header file. */
567 /* #undef HAVE_SYS_STATVFS_H */
568
569 /* Define to 1 if you have the <sys/stat.h> header file. */
570 #define HAVE_SYS_STAT_H 1
571
572 /* Define to 1 if you have the <sys/sysctl.h> header file. */
573 /* #undef HAVE_SYS_SYSCTL_H */
574
575 /* Define to 1 if you have the <sys/times.h> header file. */
576 /* #undef HAVE_SYS_TIMES_H */
577
578 /* Define to 1 if you have the <sys/time.h> header file. */
579 #ifndef _MSC_VER
580 #define HAVE_SYS_TIME_H 1
581 #else /* _MSC_VER */
582 /* #undef HAVE_SYS_TIME_H */
583 #endif /* _MSC_VER */
584
585 /* Define to 1 if you have the <sys/types.h> header file. */
586 #define HAVE_SYS_TYPES_H 1
587
588 /* Define to 1 if you have the <sys/uio.h> header file. */
589 /* #undef HAVE_SYS_UIO_H */
590
591 /* Define to 1 if you have the <sys/vfstab.h> header file. */
592 /* #undef HAVE_SYS_VFSTAB_H */
593
594 /* Define to 1 if you have the <sys/vfs.h> header file. */
595 /* #undef HAVE_SYS_VFS_H */
596
597 /* Define to 1 if you have the <sys/vmount.h> header file. */
598 /* #undef HAVE_SYS_VMOUNT_H */
599
600 /* Define to 1 if you have the <sys/wait.h> header file. */
601 /* #undef HAVE_SYS_WAIT_H */
602
603 /* Define to 1 if you have the <sys/xattr.h> header file. */
604 /* #undef HAVE_SYS_XATTR_H */
605
606 /* Define to 1 if you have the `timegm' function. */
607 /* #undef HAVE_TIMEGM */
608
609 /* Define to 1 if you have the <unistd.h> header file. */
610 #ifndef _MSC_VER
611 #define HAVE_UNISTD_H 1
612 #else /* _MSC_VER */
613 /* #undef HAVE_UNISTD_H */
614 #endif /* _MSC_VER */
615
616 /* Define if your printf function family supports positional parameters as
617    specified by Unix98. */
618 /* #undef HAVE_UNIX98_PRINTF */
619
620 /* Define to 1 if you have the `unsetenv' function. */
621 /* #undef HAVE_UNSETENV */
622
623 /* Define to 1 if you have the `utimes' function. */
624 /* #undef HAVE_UTIMES */
625
626 /* Define to 1 if you have the `valloc' function. */
627 /* #undef HAVE_VALLOC */
628
629 /* Define to 1 if you have the <values.h> header file. */
630 #if !defined(_MSC_VER) && !defined(__DMC__)
631 #define HAVE_VALUES_H 1
632 #else /* _MSC_VER or __DMC__ */
633 /* #undef HAVE_VALUES_H */
634 #endif /* _MSC_VER or __DMC__ */
635
636 /* Define to 1 if you have the `vasprintf' function. */
637 #define HAVE_VASPRINTF 1
638
639 /* Define to 1 if you have the `vprintf' function. */
640 #define HAVE_VPRINTF 1
641
642 /* Define to 1 if you have the `vsnprintf' function. */
643 #ifndef _MSC_VER
644 #define HAVE_VSNPRINTF 1
645 #ifdef __DMC__
646 #define vsnprintf _vsnprintf
647 #endif
648 #else /* _MSC_VER */
649 /* #undef HAVE_VSNPRINTF */
650 #endif /* _MSC_VER */
651
652 /* Define if you have the 'wchar_t' type. */
653 #define HAVE_WCHAR_T 1
654
655 /* Define to 1 if you have the `wcslen' function. */
656 #define HAVE_WCSLEN 1
657
658 /* Define if you have the 'wint_t' type. */
659 #define HAVE_WINT_T 1
660
661 /* Have a working bcopy */
662 /* #undef HAVE_WORKING_BCOPY */
663
664 /* Define to 1 if you have the <wspiapi.h> header file. */
665 #ifndef _MSC_VER
666 /* #undef HAVE_WSPIAPI_H */
667 #else
668 #define HAVE_WSPIAPI_H 1
669 #endif
670
671 /* Define to 1 if xattr is available */
672 /* #undef HAVE_XATTR */
673
674 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
675 /* #undef HAVE_XATTR_NOFOLLOW */
676
677 /* Define to 1 if you have the `_NSGetEnviron' function. */
678 /* #undef HAVE__NSGETENVIRON */
679
680 /* Define to the sub-directory in which libtool stores uninstalled libraries.
681    */
682 #define LT_OBJDIR ".libs/"
683
684 /* Do we cache iconv descriptors */
685 #define NEED_ICONV_CACHE 1
686
687 /* didn't find fd_set */
688 #define NO_FD_SET 1
689
690 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
691 /* #undef NO_MINUS_C_MINUS_O */
692
693 /* global 'sys_errlist' not found */
694 #define NO_SYS_ERRLIST 1
695
696 /* global 'sys_siglist' not found */
697 #define NO_SYS_SIGLIST 1
698
699 /* global 'sys_siglist' not declared */
700 #define NO_SYS_SIGLIST_DECL 1
701
702 /* Define to the address where bug reports for this package should be sent. */
703 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
704
705 /* Define to the full name of this package. */
706 #define PACKAGE_NAME "glib"
707
708 /* Define to the full name and version of this package. */
709 #define PACKAGE_STRING "glib 2.24.2"
710
711 /* Define to the one symbol short name of this package. */
712 #define PACKAGE_TARNAME "glib"
713
714 /* Define to the version of this package. */
715 #define PACKAGE_VERSION "2.24.2"
716
717 /* Maximum POSIX RT priority */
718 /* #undef POSIX_MAX_PRIORITY */
719
720 /* define if posix_memalign() can allocate any size */
721 /* #undef POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS */
722
723 /* Minimum POSIX RT priority */
724 /* #undef POSIX_MIN_PRIORITY */
725
726 /* The POSIX RT yield function */
727 /* #undef POSIX_YIELD_FUNC */
728
729 /* whether realloc (NULL,) works */
730 #define REALLOC_0_WORKS 1
731
732 /* Define if you have correct malloc prototypes */
733 #ifndef _MSC_VER
734 #define SANE_MALLOC_PROTOS 1
735 #else /* _MSC_VER */
736 /* #undef SANE_MALLOC_PROTOS */
737 #endif /* _MSC_VER */
738
739 /* The size of `char', as computed by sizeof. */
740 #define SIZEOF_CHAR 1
741
742 /* The size of `int', as computed by sizeof. */
743 #define SIZEOF_INT 4
744
745 /* The size of `long', as computed by sizeof. */
746 #define SIZEOF_LONG 4
747
748 /* The size of `long long', as computed by sizeof. */
749 #ifndef _MSC_VER
750 #define SIZEOF_LONG_LONG 8
751 #else /* _MSC_VER */
752 #define SIZEOF_LONG_LONG 0
753 #endif /* _MSC_VER */
754
755 /* The size of `short', as computed by sizeof. */
756 #define SIZEOF_SHORT 2
757
758 /* The size of `size_t', as computed by sizeof. */
759 #define SIZEOF_SIZE_T 4
760
761 /* The size of `void *', as computed by sizeof. */
762 #define SIZEOF_VOID_P 4
763
764 /* The size of `__int64', as computed by sizeof. */
765 #define SIZEOF___INT64 8
766
767 /* If using the C implementation of alloca, define if you know the
768    direction of stack growth for your system; otherwise it will be
769    automatically deduced at runtime.
770         STACK_DIRECTION > 0 => grows toward higher addresses
771         STACK_DIRECTION < 0 => grows toward lower addresses
772         STACK_DIRECTION = 0 => direction of growth unknown */
773 /* #undef STACK_DIRECTION */
774
775 /* Number of arguments to statfs() */
776 /* #undef STATFS_ARGS */
777
778 /* Define to 1 if you have the ANSI C header files. */
779 #define STDC_HEADERS 1
780
781 /* Using GNU libiconv */
782 /* #undef USE_LIBICONV_GNU */
783
784 /* Using a native implementation of iconv in a separate library */
785 #define USE_LIBICONV_NATIVE 1
786
787 /* using the system-supplied PCRE library */
788 /* #undef USE_SYSTEM_PCRE */
789
790 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
791    significant byte first (like Motorola and SPARC, unlike Intel). */
792 /* #undef WORDS_BIGENDIAN */
793
794 /* Number of bits in a file offset, on hosts where this is settable. */
795 /* #undef _FILE_OFFSET_BITS */
796
797 /* Define for large files, on AIX-style hosts. */
798 /* #undef _LARGE_FILES */
799
800 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
801 /* #undef _XOPEN_SOURCE */
802
803 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
804 /* #undef _XOPEN_SOURCE_EXTENDED */
805
806 /* Needed to get declarations for msg_control and msg_controllen on Solaris */
807 /* #undef __EXTENSIONS__ */
808
809 /* Define to empty if `const' does not conform to ANSI C. */
810 /* #undef const */
811
812 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
813 /* #undef intmax_t */
814
815 /* Define to empty if the C compiler doesn't support this keyword. */
816 /* #undef signed */
817
818 /* Define to `unsigned int' if <sys/types.h> does not define. */
819 /* #undef size_t */