19cab781829e6ed1f045f0b280a6f3ad2d617598
[oota-llvm.git] / include / llvm / Config / config.h.in
1 /* include/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
2
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.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
13
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15    */
16 #undef HAVE_ALLOCA_H
17
18 /* Define to 1 if you have the `backtrace' function. */
19 #undef HAVE_BACKTRACE
20
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
23
24 /* Define if dlopen() is available on this platform. */
25 #undef HAVE_DLOPEN
26
27 /* Define to 1 if you have the <execinfo.h> header file. */
28 #undef HAVE_EXECINFO_H
29
30 /* Define to 1 if you have the <fcntl.h> header file. */
31 #undef HAVE_FCNTL_H
32
33 /* Define to 1 if you have the `getcwd' function. */
34 #undef HAVE_GETCWD
35
36 /* Define to 1 if you have the `getpagesize' function. */
37 #undef HAVE_GETPAGESIZE
38
39 /* Define to 1 if you have the `getrusage' function. */
40 #undef HAVE_GETRUSAGE
41
42 /* Define to 1 if you have the `gettimeofday' function. */
43 #undef HAVE_GETTIMEOFDAY
44
45 /* Define to 1 if the system has the type `int64_t'. */
46 #undef HAVE_INT64_T
47
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #undef HAVE_INTTYPES_H
50
51 /* Define to 1 if you have the `isatty' function. */
52 #undef HAVE_ISATTY
53
54 /* Define to 1 if your compiler defines isinf in the <cmath> header file. */
55 #undef HAVE_ISINF_IN_CMATH
56
57 /* Define to 1 if your compiler defines isinf in the <math.h> header file. */
58 #undef HAVE_ISINF_IN_MATH_H
59
60 /* Define to 1 if your compiler defines isnan in the <cmath> header file. */
61 #undef HAVE_ISNAN_IN_CMATH
62
63 /* Define to 1 if your compiler defines isnan in the <math.h> header file. */
64 #undef HAVE_ISNAN_IN_MATH_H
65
66 /* Define to 1 if you have the `elf' library (-lelf). */
67 #undef HAVE_LIBELF
68
69 /* Define to 1 if you have the <limits.h> header file. */
70 #undef HAVE_LIMITS_H
71
72 /* Define to 1 if you have the <link.h> header file. */
73 #undef HAVE_LINK_H
74
75 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
76    the current directory to the dynamic linker search path. */
77 #undef HAVE_LINK_R
78
79 /* Define if mallinfo() is available on this platform. */
80 #undef HAVE_MALLINFO
81
82 /* Define to 1 if you have the <malloc.h> header file. */
83 #undef HAVE_MALLOC_H
84
85 /* Define to 1 if you have the <memory.h> header file. */
86 #undef HAVE_MEMORY_H
87
88 /* Define to 1 if you have the `mkstemp' function. */
89 #undef HAVE_MKSTEMP
90
91 /* Define to 1 if you have a working `mmap' system call. */
92 #undef HAVE_MMAP
93
94 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
95    it uses MAP_ANON */
96 #undef HAVE_MMAP_ANONYMOUS
97
98 /* Define if mmap() can map files into memory */
99 #undef HAVE_MMAP_FILE
100
101 /* define if the compiler implements namespaces */
102 #undef HAVE_NAMESPACES
103
104 /* Define to have the %a format string */
105 #undef HAVE_PRINTF_A
106
107 /* Define to 1 if you have the <stdint.h> header file. */
108 #undef HAVE_STDINT_H
109
110 /* Define to 1 if you have the <stdlib.h> header file. */
111 #undef HAVE_STDLIB_H
112
113 /* Define to 1 if your compiler defines std::isinf in the <cmath> header file.
114    */
115 #undef HAVE_STD_ISINF_IN_CMATH
116
117 /* Define to 1 if your compiler defines std::isnan in the <cmath> header file.
118    */
119 #undef HAVE_STD_ISNAN_IN_CMATH
120
121 /* Define to 1 if you have the `strdup' function. */
122 #undef HAVE_STRDUP
123
124 /* Define to 1 if you have the <strings.h> header file. */
125 #undef HAVE_STRINGS_H
126
127 /* Define to 1 if you have the <string.h> header file. */
128 #undef HAVE_STRING_H
129
130 /* Define to 1 if you have the `strtoll' function. */
131 #undef HAVE_STRTOLL
132
133 /* Define to 1 if you have the `strtoq' function. */
134 #undef HAVE_STRTOQ
135
136 /* Define to 1 if you have the <sys/mman.h> header file. */
137 #undef HAVE_SYS_MMAN_H
138
139 /* Define to 1 if you have the <sys/resource.h> header file. */
140 #undef HAVE_SYS_RESOURCE_H
141
142 /* Define to 1 if you have the <sys/stat.h> header file. */
143 #undef HAVE_SYS_STAT_H
144
145 /* Define to 1 if you have the <sys/time.h> header file. */
146 #undef HAVE_SYS_TIME_H
147
148 /* Define to 1 if you have the <sys/types.h> header file. */
149 #undef HAVE_SYS_TYPES_H
150
151 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
152 #undef HAVE_SYS_WAIT_H
153
154 /* Define to 1 if the system has the type `uint64_t'. */
155 #undef HAVE_UINT64_T
156
157 /* Define to 1 if you have the <unistd.h> header file. */
158 #undef HAVE_UNISTD_H
159
160 /* Define to 1 if you have the <windows.h> header file. */
161 #undef HAVE_WINDOWS_H
162
163 /* Define to the address where bug reports for this package should be sent. */
164 #undef PACKAGE_BUGREPORT
165
166 /* Define to the full name of this package. */
167 #undef PACKAGE_NAME
168
169 /* Define to the full name and version of this package. */
170 #undef PACKAGE_STRING
171
172 /* Define to the one symbol short name of this package. */
173 #undef PACKAGE_TARNAME
174
175 /* Define to the version of this package. */
176 #undef PACKAGE_VERSION
177
178 /* Define as the return type of signal handlers (`int' or `void'). */
179 #undef RETSIGTYPE
180
181 /* Extension that shared libraries have, e.g., ".so". */
182 #undef SHLIBEXT
183
184 /* If using the C implementation of alloca, define if you know the
185    direction of stack growth for your system; otherwise it will be
186    automatically deduced at run-time.
187         STACK_DIRECTION > 0 => grows toward higher addresses
188         STACK_DIRECTION < 0 => grows toward lower addresses
189         STACK_DIRECTION = 0 => direction of growth unknown */
190 #undef STACK_DIRECTION
191
192 /* Define to 1 if you have the ANSI C header files. */
193 #undef STDC_HEADERS
194
195 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
196 #undef TIME_WITH_SYS_TIME
197
198 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
199 #undef TM_IN_SYS_TIME
200
201 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
202    `char[]'. */
203 #undef YYTEXT_POINTER
204
205 /* Define to `int' if <sys/types.h> does not define. */
206 #undef pid_t
207
208 /* Define to `unsigned' if <sys/types.h> does not define. */
209 #undef size_t