config.h.in revision 02cef96a2855b1b01b81d4b3429ed5cd707dd899
1cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* include/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
27a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
37a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
47a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   systems. This function is required for `alloca.c' support on those systems.
57a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   */
67a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef CRAY_STACKSEG_END
77a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
87a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if using `alloca.c'. */
97a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef C_ALLOCA
107a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
117a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have `alloca', as a function or macro. */
127a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_ALLOCA
137a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
147a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
157a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   */
167a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_ALLOCA_H
177a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
180c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the `backtrace' function. */
190c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_BACKTRACE
200c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
21cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <dlfcn.h> header file. */
22cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLFCN_H
23cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
24cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if dlopen() is available on this platform. */
25cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLOPEN
26cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
270c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the <execinfo.h> header file. */
280c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_EXECINFO_H
290c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
307a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <fcntl.h> header file. */
317a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_FCNTL_H
327a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
337a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getcwd' function. */
347a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETCWD
357a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
367a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getpagesize' function. */
377a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETPAGESIZE
387a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
397a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `gettimeofday' function. */
407a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETTIMEOFDAY
417a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
42cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `int64_t'. */
43cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_INT64_T
44cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
457a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <inttypes.h> header file. */
467a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_INTTYPES_H
477a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
4802cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke/* Define to 1 if you have the `isatty' function. */
4902cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke#undef HAVE_ISATTY
5002cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke
517a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `elf' library (-lelf). */
527a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_LIBELF
537a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <limits.h> header file. */
557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_LIMITS_H
567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
57cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <link.h> header file. */
58cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_LINK_H
59cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
60ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
61ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke   the current directory to the dynamic linker search path. */
62ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke#undef HAVE_LINK_R
63ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke
64cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mallinfo() is available on this platform. */
65cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MALLINFO
66cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <malloc.h> header file. */
687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MALLOC_H
697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <memory.h> header file. */
717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MEMORY_H
727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
737a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have a working `mmap' system call. */
747a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MMAP
757a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
76cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
77cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke   it uses MAP_ANON */
78cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_ANONYMOUS
79cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
80cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() can map files into memory */
81cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_FILE
82cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
83cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* define if the compiler implements namespaces */
84cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_NAMESPACES
85cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
869058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke/* Define to have the %a format string */
879058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke#undef HAVE_PRINTF_A
889058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke
897a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdint.h> header file. */
907a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDINT_H
917a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
927a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdlib.h> header file. */
937a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDLIB_H
947a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
957a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `strdup' function. */
967a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRDUP
977a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
987a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <strings.h> header file. */
997a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRINGS_H
1007a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1017a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <string.h> header file. */
1027a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRING_H
1037a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
104cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoll' function. */
105cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOLL
106cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
107cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoq' function. */
108cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOQ
109cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
110cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/mman.h> header file. */
111cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_MMAN_H
112cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
113cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/resource.h> header file. */
114cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_RESOURCE_H
115cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1167a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/stat.h> header file. */
1177a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_STAT_H
1187a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1197a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/time.h> header file. */
1207a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TIME_H
1217a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1227a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/types.h> header file. */
1237a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TYPES_H
1247a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1257a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1267a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_WAIT_H
1277a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
128cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `uint64_t'. */
129cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_UINT64_T
130cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1317a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <unistd.h> header file. */
1327a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_UNISTD_H
1337a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1347a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the address where bug reports for this package should be sent. */
1357a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_BUGREPORT
1367a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1377a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name of this package. */
1387a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_NAME
1397a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1407a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name and version of this package. */
1417a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_STRING
1427a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1437a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the one symbol short name of this package. */
1447a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_TARNAME
1457a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1467a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the version of this package. */
1477a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_VERSION
1487a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1497a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define as the return type of signal handlers (`int' or `void'). */
1507a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef RETSIGTYPE
1517a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
152554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke/* Extension that shared libraries have, e.g., ".so". */
153554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke#undef SHLIBEXT
154554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke
1557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* If using the C implementation of alloca, define if you know the
1567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   direction of stack growth for your system; otherwise it will be
1577a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   automatically deduced at run-time.
1587a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell        STACK_DIRECTION > 0 => grows toward higher addresses
1597a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell        STACK_DIRECTION < 0 => grows toward lower addresses
1607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell        STACK_DIRECTION = 0 => direction of growth unknown */
1617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef STACK_DIRECTION
1627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the ANSI C header files. */
1647a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef STDC_HEADERS
1657a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1667a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TIME_WITH_SYS_TIME
1687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TM_IN_SYS_TIME
1717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
1737a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   `char[]'. */
1747a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef YYTEXT_POINTER
1757a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1767a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `int' if <sys/types.h> does not define. */
1777a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef pid_t
1787a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1797a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `unsigned' if <sys/types.h> does not define. */
1807a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef size_t
181