1 /* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
11 /* Define to 1 if you have `alloca', as a function or macro. */
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18 /* Define to 1 if you have the `backtrace' function. */
21 /* Define to 1 if you have the <dlfcn.h> header file. */
24 /* Define if dlopen() is available on this platform. */
27 /* Define to 1 if you have the <execinfo.h> header file. */
28 #undef HAVE_EXECINFO_H
30 /* Define to 1 if you have the <fcntl.h> header file. */
33 /* Define to 1 if your compiler defines finite in the <ieeefp.h> header file.
35 #undef HAVE_FINITE_IN_IEEEFP_H
37 /* Define to 1 if you have the `getcwd' function. */
40 /* Define to 1 if you have the `getpagesize' function. */
41 #undef HAVE_GETPAGESIZE
43 /* Define to 1 if you have the `getrusage' function. */
46 /* Define to 1 if you have the `gettimeofday' function. */
47 #undef HAVE_GETTIMEOFDAY
49 /* Define to 1 if the system has the type `int64_t'. */
52 /* Define to 1 if you have the <inttypes.h> header file. */
53 #undef HAVE_INTTYPES_H
55 /* Define to 1 if you have the `isatty' function. */
58 /* Define to 1 if your compiler defines isinf in the <cmath> header file. */
59 #undef HAVE_ISINF_IN_CMATH
61 /* Define to 1 if your compiler defines isinf in the <math.h> header file. */
62 #undef HAVE_ISINF_IN_MATH_H
64 /* Define to 1 if your compiler defines isnan in the <cmath> header file. */
65 #undef HAVE_ISNAN_IN_CMATH
67 /* Define to 1 if your compiler defines isnan in the <math.h> header file. */
68 #undef HAVE_ISNAN_IN_MATH_H
70 /* Define to 1 if you have the `elf' library (-lelf). */
73 /* Define to 1 if you have the <limits.h> header file. */
76 /* Define to 1 if you have the <link.h> header file. */
79 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
80 the current directory to the dynamic linker search path. */
83 /* Define if mallinfo() is available on this platform. */
86 /* Define to 1 if you have the <malloc.h> header file. */
89 /* Define to 1 if you have the <memory.h> header file. */
92 /* Define to 1 if you have the `mkstemp' function. */
95 /* Define to 1 if you have a working `mmap' system call. */
98 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
100 #undef HAVE_MMAP_ANONYMOUS
102 /* Define if mmap() can map files into memory */
103 #undef HAVE_MMAP_FILE
105 /* define if the compiler implements namespaces */
106 #undef HAVE_NAMESPACES
108 /* Define to have the %a format string */
111 /* Define to 1 if you have the <stdint.h> header file. */
114 /* Define to 1 if you have the <stdlib.h> header file. */
117 /* Define to 1 if your compiler defines std::isinf in the <cmath> header file.
119 #undef HAVE_STD_ISINF_IN_CMATH
121 /* Define to 1 if your compiler defines std::isnan in the <cmath> header file.
123 #undef HAVE_STD_ISNAN_IN_CMATH
125 /* Define to 1 if you have the `strdup' function. */
128 /* Define to 1 if you have the <strings.h> header file. */
129 #undef HAVE_STRINGS_H
131 /* Define to 1 if you have the <string.h> header file. */
134 /* Define to 1 if you have the `strtoll' function. */
137 /* Define to 1 if you have the `strtoq' function. */
140 /* Define to 1 if you have the <sys/mman.h> header file. */
141 #undef HAVE_SYS_MMAN_H
143 /* Define to 1 if you have the <sys/resource.h> header file. */
144 #undef HAVE_SYS_RESOURCE_H
146 /* Define to 1 if you have the <sys/stat.h> header file. */
147 #undef HAVE_SYS_STAT_H
149 /* Define to 1 if you have the <sys/time.h> header file. */
150 #undef HAVE_SYS_TIME_H
152 /* Define to 1 if you have the <sys/types.h> header file. */
153 #undef HAVE_SYS_TYPES_H
155 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
156 #undef HAVE_SYS_WAIT_H
158 /* Define to 1 if the system has the type `uint64_t'. */
161 /* Define to 1 if the system has the type `u_int64_t'. */
162 #undef HAVE_U_INT64_T
164 /* Define to 1 if you have the <unistd.h> header file. */
167 /* Define to 1 if you have the <windows.h> header file. */
168 #undef HAVE_WINDOWS_H
170 /* Installation directory for binary executables */
173 /* Time at which LLVM was configured */
174 #undef LLVM_CONFIGTIME
176 /* Installation directory for documentation */
179 /* Installation directory for config files */
182 /* Installation directory for include files */
183 #undef LLVM_INCLUDEDIR
185 /* Installation directory for .info files */
188 /* Installation directory for libraries */
191 /* Installation directory for man pages */
194 /* Installation prefix directory */
197 /* Define to the address where bug reports for this package should be sent. */
198 #undef PACKAGE_BUGREPORT
200 /* Define to the full name of this package. */
203 /* Define to the full name and version of this package. */
204 #undef PACKAGE_STRING
206 /* Define to the one symbol short name of this package. */
207 #undef PACKAGE_TARNAME
209 /* Define to the version of this package. */
210 #undef PACKAGE_VERSION
212 /* Define as the return type of signal handlers (`int' or `void'). */
215 /* Extension that shared libraries have, e.g., ".so". */
218 /* If using the C implementation of alloca, define if you know the
219 direction of stack growth for your system; otherwise it will be
220 automatically deduced at run-time.
221 STACK_DIRECTION > 0 => grows toward higher addresses
222 STACK_DIRECTION < 0 => grows toward lower addresses
223 STACK_DIRECTION = 0 => direction of growth unknown */
224 #undef STACK_DIRECTION
226 /* Define to 1 if you have the ANSI C header files. */
229 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
230 #undef TIME_WITH_SYS_TIME
232 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
233 #undef TM_IN_SYS_TIME
235 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
237 #undef YYTEXT_POINTER
239 /* Define to `int' if <sys/types.h> does not define. */
242 /* Define to `unsigned' if <sys/types.h> does not define. */