config.h.in revision 394855a87d52d71b702cfbf0ec1a223bda9163d4
1/* include/llvm/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/* Does not have bi-directional iterator */
22#undef HAVE_BI_ITERATOR
23
24/* Define if bzip2 library is available on this platform. */
25#undef HAVE_BZIP2
26
27/* Define to 1 if you have the <bzlib.h> header file. */
28#undef HAVE_BZLIB_H
29
30/* Define to 1 if you have the <dlfcn.h> header file. */
31#undef HAVE_DLFCN_H
32
33/* Define if dlopen() is available on this platform. */
34#undef HAVE_DLOPEN
35
36/* Define to 1 if you have the <execinfo.h> header file. */
37#undef HAVE_EXECINFO_H
38
39/* Define to 1 if you have the <fcntl.h> header file. */
40#undef HAVE_FCNTL_H
41
42/* Define to 1 if your compiler defines finite in the <ieeefp.h> header file.
43   */
44#undef HAVE_FINITE_IN_IEEEFP_H
45
46/* Does not have forward iterator */
47#undef HAVE_FWD_ITERATOR
48
49/* Define to 1 if you have the `getcwd' function. */
50#undef HAVE_GETCWD
51
52/* Define to 1 if you have the `getpagesize' function. */
53#undef HAVE_GETPAGESIZE
54
55/* Define to 1 if you have the `getrusage' function. */
56#undef HAVE_GETRUSAGE
57
58/* Define to 1 if you have the `gettimeofday' function. */
59#undef HAVE_GETTIMEOFDAY
60
61/* Does not have <hash_map> */
62#undef HAVE_GLOBAL_HASH_MAP
63
64/* Does not have hash_set in global namespace */
65#undef HAVE_GLOBAL_HASH_SET
66
67/* Does not have ext/hash_map */
68#undef HAVE_GNU_EXT_HASH_MAP
69
70/* Does not have hash_set in gnu namespace */
71#undef HAVE_GNU_EXT_HASH_SET
72
73/* Define to 1 if the system has the type `int64_t'. */
74#undef HAVE_INT64_T
75
76/* Define to 1 if you have the <inttypes.h> header file. */
77#undef HAVE_INTTYPES_H
78
79/* Define to 1 if you have the `isatty' function. */
80#undef HAVE_ISATTY
81
82/* Define to 1 if your compiler defines isinf in the <cmath> header file. */
83#undef HAVE_ISINF_IN_CMATH
84
85/* Define to 1 if your compiler defines isinf in the <math.h> header file. */
86#undef HAVE_ISINF_IN_MATH_H
87
88/* Define to 1 if your compiler defines isnan in the <cmath> header file. */
89#undef HAVE_ISNAN_IN_CMATH
90
91/* Define to 1 if your compiler defines isnan in the <math.h> header file. */
92#undef HAVE_ISNAN_IN_MATH_H
93
94/* Define to 1 if you have the `elf' library (-lelf). */
95#undef HAVE_LIBELF
96
97/* Define to 1 if you have the <limits.h> header file. */
98#undef HAVE_LIMITS_H
99
100/* Define to 1 if you have the <link.h> header file. */
101#undef HAVE_LINK_H
102
103/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
104   the current directory to the dynamic linker search path. */
105#undef HAVE_LINK_R
106
107/* Define if mallinfo() is available on this platform. */
108#undef HAVE_MALLINFO
109
110/* Define to 1 if you have the <malloc.h> header file. */
111#undef HAVE_MALLOC_H
112
113/* Define to 1 if you have the <memory.h> header file. */
114#undef HAVE_MEMORY_H
115
116/* Define to 1 if you have the `mkstemp' function. */
117#undef HAVE_MKSTEMP
118
119/* Define to 1 if you have a working `mmap' system call. */
120#undef HAVE_MMAP
121
122/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
123   it uses MAP_ANON */
124#undef HAVE_MMAP_ANONYMOUS
125
126/* Define if mmap() can map files into memory */
127#undef HAVE_MMAP_FILE
128
129/* define if the compiler implements namespaces */
130#undef HAVE_NAMESPACES
131
132/* Define to have the %a format string */
133#undef HAVE_PRINTF_A
134
135/* Have pthread_mutex_lock */
136#undef HAVE_PTHREAD_MUTEX_LOCK
137
138/* Define to 1 if you have the <stdint.h> header file. */
139#undef HAVE_STDINT_H
140
141/* Define to 1 if you have the <stdlib.h> header file. */
142#undef HAVE_STDLIB_H
143
144/* Does not have ext/hash_map> */
145#undef HAVE_STD_EXT_HASH_MAP
146
147/* Does not have hash_set in std namespace */
148#undef HAVE_STD_EXT_HASH_SET
149
150/* Define to 1 if your compiler defines std::isinf in the <cmath> header file.
151   */
152#undef HAVE_STD_ISINF_IN_CMATH
153
154/* Define to 1 if your compiler defines std::isnan in the <cmath> header file.
155   */
156#undef HAVE_STD_ISNAN_IN_CMATH
157
158/* Does not have std namespace iterator */
159#undef HAVE_STD_ITERATOR
160
161/* Define to 1 if you have the `strdup' function. */
162#undef HAVE_STRDUP
163
164/* Define to 1 if you have the <strings.h> header file. */
165#undef HAVE_STRINGS_H
166
167/* Define to 1 if you have the <string.h> header file. */
168#undef HAVE_STRING_H
169
170/* Define to 1 if you have the `strtoll' function. */
171#undef HAVE_STRTOLL
172
173/* Define to 1 if you have the `strtoq' function. */
174#undef HAVE_STRTOQ
175
176/* Define to 1 if you have the <sys/mman.h> header file. */
177#undef HAVE_SYS_MMAN_H
178
179/* Define to 1 if you have the <sys/resource.h> header file. */
180#undef HAVE_SYS_RESOURCE_H
181
182/* Define to 1 if you have the <sys/stat.h> header file. */
183#undef HAVE_SYS_STAT_H
184
185/* Define to 1 if you have the <sys/time.h> header file. */
186#undef HAVE_SYS_TIME_H
187
188/* Define to 1 if you have the <sys/types.h> header file. */
189#undef HAVE_SYS_TYPES_H
190
191/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
192#undef HAVE_SYS_WAIT_H
193
194/* Define to 1 if the system has the type `uint64_t'. */
195#undef HAVE_UINT64_T
196
197/* Define to 1 if you have the <unistd.h> header file. */
198#undef HAVE_UNISTD_H
199
200/* Define to 1 if the system has the type `u_int64_t'. */
201#undef HAVE_U_INT64_T
202
203/* Define to 1 if you have the <windows.h> header file. */
204#undef HAVE_WINDOWS_H
205
206/* Define if zlib library is available on this platform. */
207#undef HAVE_ZLIB
208
209/* Define to 1 if you have the <zlib.h> header file. */
210#undef HAVE_ZLIB_H
211
212/* Installation directory for binary executables */
213#undef LLVM_BINDIR
214
215/* Time at which LLVM was configured */
216#undef LLVM_CONFIGTIME
217
218/* Installation directory for documentation */
219#undef LLVM_DATADIR
220
221/* Installation directory for config files */
222#undef LLVM_ETCDIR
223
224/* Installation directory for include files */
225#undef LLVM_INCLUDEDIR
226
227/* Installation directory for .info files */
228#undef LLVM_INFODIR
229
230/* Installation directory for libraries */
231#undef LLVM_LIBDIR
232
233/* Installation directory for man pages */
234#undef LLVM_MANDIR
235
236/* Installation prefix directory */
237#undef LLVM_PREFIX
238
239/* Define to the address where bug reports for this package should be sent. */
240#undef PACKAGE_BUGREPORT
241
242/* Define to the full name of this package. */
243#undef PACKAGE_NAME
244
245/* Define to the full name and version of this package. */
246#undef PACKAGE_STRING
247
248/* Define to the one symbol short name of this package. */
249#undef PACKAGE_TARNAME
250
251/* Define to the version of this package. */
252#undef PACKAGE_VERSION
253
254/* Define as the return type of signal handlers (`int' or `void'). */
255#undef RETSIGTYPE
256
257/* Extension that shared libraries have, e.g., ".so". */
258#undef SHLIBEXT
259
260/* If using the C implementation of alloca, define if you know the
261   direction of stack growth for your system; otherwise it will be
262   automatically deduced at run-time.
263	STACK_DIRECTION > 0 => grows toward higher addresses
264	STACK_DIRECTION < 0 => grows toward lower addresses
265	STACK_DIRECTION = 0 => direction of growth unknown */
266#undef STACK_DIRECTION
267
268/* Define to 1 if you have the ANSI C header files. */
269#undef STDC_HEADERS
270
271/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
272#undef TIME_WITH_SYS_TIME
273
274/* Define to 1 if your <sys/time.h> declares `struct tm'. */
275#undef TM_IN_SYS_TIME
276
277/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
278   `char[]'. */
279#undef YYTEXT_POINTER
280
281/* Define to `int' if <sys/types.h> does not define. */
282#undef pid_t
283
284/* Define to `unsigned' if <sys/types.h> does not define. */
285#undef size_t
286