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