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