config.h.in revision 4046846d2cb36a6281b853c73776584063cca19d
1551ccae044b0ff658fe629dd67edd5ffe75d10e8Reid Spencer/* include/llvm/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
214046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have bi-directional iterator */
224046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_BI_ITERATOR
234046846d2cb36a6281b853c73776584063cca19dJohn Criswell
24cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <dlfcn.h> header file. */
25cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLFCN_H
26cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
27cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if dlopen() is available on this platform. */
28cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_DLOPEN
29cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
300c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke/* Define to 1 if you have the <execinfo.h> header file. */
310c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke#undef HAVE_EXECINFO_H
320c803894985f80e894b36ad4de58ea4c2e906b07Brian Gaeke
337a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <fcntl.h> header file. */
347a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_FCNTL_H
35d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke
36d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke/* Define to 1 if your compiler defines finite in the <ieeefp.h> header file.
37d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke   */
38d59a64797b12dab9dae1842171b4ca9fba302765Brian Gaeke#undef HAVE_FINITE_IN_IEEEFP_H
397a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
404046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have forward iterator */
414046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_FWD_ITERATOR
424046846d2cb36a6281b853c73776584063cca19dJohn Criswell
437a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getcwd' function. */
447a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETCWD
457a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
467a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `getpagesize' function. */
477a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETPAGESIZE
487a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
495c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `getrusage' function. */
505c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_GETRUSAGE
515c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
527a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `gettimeofday' function. */
537a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_GETTIMEOFDAY
547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
554046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have <hash_map> */
564046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_GLOBAL_HASH_MAP
574046846d2cb36a6281b853c73776584063cca19dJohn Criswell
584046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have hash_set in global namespace */
594046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_GLOBAL_HASH_SET
604046846d2cb36a6281b853c73776584063cca19dJohn Criswell
614046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have ext/hash_map */
624046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_GNU_EXT_HASH_MAP
634046846d2cb36a6281b853c73776584063cca19dJohn Criswell
644046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have hash_set in gnu namespace */
654046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_GNU_EXT_HASH_SET
664046846d2cb36a6281b853c73776584063cca19dJohn Criswell
67cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `int64_t'. */
68cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_INT64_T
69cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <inttypes.h> header file. */
717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_INTTYPES_H
727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
7302cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke/* Define to 1 if you have the `isatty' function. */
7402cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke#undef HAVE_ISATTY
7502cef96a2855b1b01b81d4b3429ed5cd707dd899Brian Gaeke
76c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke/* Define to 1 if your compiler defines isinf in the <cmath> header file. */
77c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_CMATH
78c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
79c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke/* Define to 1 if your compiler defines isinf in the <math.h> header file. */
80c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_ISINF_IN_MATH_H
81c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
825c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if your compiler defines isnan in the <cmath> header file. */
835c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_CMATH
845c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
855c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if your compiler defines isnan in the <math.h> header file. */
865c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_ISNAN_IN_MATH_H
875c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
887a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `elf' library (-lelf). */
897a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_LIBELF
907a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
917a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <limits.h> header file. */
927a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_LIMITS_H
937a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
94cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <link.h> header file. */
95cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_LINK_H
96cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
97ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
98ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke   the current directory to the dynamic linker search path. */
99ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke#undef HAVE_LINK_R
100ff336a4e7f9a71834bb60a540a14dd023e7cbcfdBrian Gaeke
101cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mallinfo() is available on this platform. */
102cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MALLINFO
103cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1047a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <malloc.h> header file. */
1057a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MALLOC_H
1067a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1077a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <memory.h> header file. */
1087a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MEMORY_H
1097a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1105c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the `mkstemp' function. */
1115c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_MKSTEMP
1125c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
1137a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have a working `mmap' system call. */
1147a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_MMAP
1157a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
116cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
117cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke   it uses MAP_ANON */
118cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_ANONYMOUS
119cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
120cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define if mmap() can map files into memory */
121cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_MMAP_FILE
122cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
123cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* define if the compiler implements namespaces */
124cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_NAMESPACES
125cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1269058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke/* Define to have the %a format string */
1279058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke#undef HAVE_PRINTF_A
1289058349aa431ef4cbdea51d30302f88105f61b76Brian Gaeke
1294046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Have pthread_mutex_lock */
1304046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_PTHREAD_MUTEX_LOCK
1314046846d2cb36a6281b853c73776584063cca19dJohn Criswell
1327a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdint.h> header file. */
1337a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDINT_H
1347a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1357a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <stdlib.h> header file. */
1367a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STDLIB_H
1377a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1384046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have ext/hash_map> */
1394046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_STD_EXT_HASH_MAP
1404046846d2cb36a6281b853c73776584063cca19dJohn Criswell
1414046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have hash_set in std namespace */
1424046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_STD_EXT_HASH_SET
1434046846d2cb36a6281b853c73776584063cca19dJohn Criswell
144c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke/* Define to 1 if your compiler defines std::isinf in the <cmath> header file.
145c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke   */
146c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke#undef HAVE_STD_ISINF_IN_CMATH
147c64d41e7063df8598e2eb6d741994292e3baa7cbBrian Gaeke
1485c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if your compiler defines std::isnan in the <cmath> header file.
1495c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke   */
1505c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke#undef HAVE_STD_ISNAN_IN_CMATH
1515c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke
1524046846d2cb36a6281b853c73776584063cca19dJohn Criswell/* Does not have std namespace iterator */
1534046846d2cb36a6281b853c73776584063cca19dJohn Criswell#undef HAVE_STD_ITERATOR
1544046846d2cb36a6281b853c73776584063cca19dJohn Criswell
1557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the `strdup' function. */
1567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRDUP
1577a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1587a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <strings.h> header file. */
1597a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRINGS_H
1607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <string.h> header file. */
1627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_STRING_H
1637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
164cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoll' function. */
165cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOLL
166cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
167cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the `strtoq' function. */
168cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_STRTOQ
169cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
170cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/mman.h> header file. */
171cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_MMAN_H
172cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
173cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if you have the <sys/resource.h> header file. */
174cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_SYS_RESOURCE_H
175cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1767a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/stat.h> header file. */
1777a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_STAT_H
1787a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1797a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/time.h> header file. */
1807a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TIME_H
1817a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1827a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <sys/types.h> header file. */
1837a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_TYPES_H
1847a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1857a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1867a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_SYS_WAIT_H
1877a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
188cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke/* Define to 1 if the system has the type `uint64_t'. */
189cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke#undef HAVE_UINT64_T
190cbeedf73d403ca0b65b3d4151b5630c5e335055bBrian Gaeke
1917a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the <unistd.h> header file. */
1927a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef HAVE_UNISTD_H
1937a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
1941f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer/* Define to 1 if the system has the type `u_int64_t'. */
1951f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer#undef HAVE_U_INT64_T
1961f4a27947f5d7840df45ea9e757b88e6269bda5fReid Spencer
1975c039879649f12c17f6c52c08be9a82d838525f9Brian Gaeke/* Define to 1 if you have the <windows.h> header file. */
198b2815e0139727b78a701af5fb66676944b859e2dJohn Criswell#undef HAVE_WINDOWS_H
199b2815e0139727b78a701af5fb66676944b859e2dJohn Criswell
2001cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for binary executables */
2011cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_BINDIR
2021cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2031cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Time at which LLVM was configured */
2041cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_CONFIGTIME
2051cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2061cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for documentation */
2071cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_DATADIR
2081cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
209ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer/* Installation directory for config files */
210ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer#undef LLVM_ETCDIR
211ff22c42e0ee8e526352f3ac84ae9dd0d0bec2519Reid Spencer
2121cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for include files */
2131cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_INCLUDEDIR
2141cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2151cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for .info files */
2161cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_INFODIR
2171cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2181cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for libraries */
2191cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_LIBDIR
2201cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2211cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation directory for man pages */
2221cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_MANDIR
2231cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2241cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer/* Installation prefix directory */
2251cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer#undef LLVM_PREFIX
2261cd3bee548ef0395065d5e789119c7654f239b2cReid Spencer
2277a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the address where bug reports for this package should be sent. */
2287a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_BUGREPORT
2297a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2307a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name of this package. */
2317a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_NAME
2327a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2337a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the full name and version of this package. */
2347a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_STRING
2357a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2367a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the one symbol short name of this package. */
2377a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_TARNAME
2387a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2397a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to the version of this package. */
2407a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef PACKAGE_VERSION
2417a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2427a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define as the return type of signal handlers (`int' or `void'). */
2437a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef RETSIGTYPE
2447a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
245554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke/* Extension that shared libraries have, e.g., ".so". */
246554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke#undef SHLIBEXT
247554831c479f75bd6f116045ebc78aad4797715cfBrian Gaeke
2487a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* If using the C implementation of alloca, define if you know the
249358e6855978b53c98b9d315966a93502e5feece3Reid Spencer   direction of stack growth for your system; otherwise it will be
2507a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   automatically deduced at run-time.
251358e6855978b53c98b9d315966a93502e5feece3Reid Spencer	STACK_DIRECTION > 0 => grows toward higher addresses
252358e6855978b53c98b9d315966a93502e5feece3Reid Spencer	STACK_DIRECTION < 0 => grows toward lower addresses
253358e6855978b53c98b9d315966a93502e5feece3Reid Spencer	STACK_DIRECTION = 0 => direction of growth unknown */
2547a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef STACK_DIRECTION
2557a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2567a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you have the ANSI C header files. */
2577a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef STDC_HEADERS
2587a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2597a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2607a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TIME_WITH_SYS_TIME
2617a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2627a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2637a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef TM_IN_SYS_TIME
2647a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2657a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2667a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell   `char[]'. */
2677a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef YYTEXT_POINTER
2687a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2697a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `int' if <sys/types.h> does not define. */
2707a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef pid_t
2717a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell
2727a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell/* Define to `unsigned' if <sys/types.h> does not define. */
2737a73b80b9052136c8cd2234eb3433a07df7cf38eJohn Criswell#undef size_t
274