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