For PR351:
[oota-llvm.git] / include / llvm / Config / config.h.in
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 `argz_append' function. */
19 #undef HAVE_ARGZ_APPEND
20
21 /* Define to 1 if you have the `argz_create_sep' function. */
22 #undef HAVE_ARGZ_CREATE_SEP
23
24 /* Define to 1 if you have the <argz.h> header file. */
25 #undef HAVE_ARGZ_H
26
27 /* Define to 1 if you have the `argz_insert' function. */
28 #undef HAVE_ARGZ_INSERT
29
30 /* Define to 1 if you have the `argz_next' function. */
31 #undef HAVE_ARGZ_NEXT
32
33 /* Define to 1 if you have the `argz_stringify' function. */
34 #undef HAVE_ARGZ_STRINGIFY
35
36 /* Define to 1 if you have the <assert.h> header file. */
37 #undef HAVE_ASSERT_H
38
39 /* Define to 1 if you have the `backtrace' function. */
40 #undef HAVE_BACKTRACE
41
42 /* Define to 1 if you have the `bcopy' function. */
43 #undef HAVE_BCOPY
44
45 /* Does not have bi-directional iterator */
46 #undef HAVE_BI_ITERATOR
47
48 /* Define to 1 if you have the `closedir' function. */
49 #undef HAVE_CLOSEDIR
50
51 /* Define to 1 if you have the <ctype.h> header file. */
52 #undef HAVE_CTYPE_H
53
54 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
55    */
56 #undef HAVE_DIRENT_H
57
58 /* Define if you have the GNU dld library. */
59 #undef HAVE_DLD
60
61 /* Define to 1 if you have the <dld.h> header file. */
62 #undef HAVE_DLD_H
63
64 /* Define to 1 if you have the `dlerror' function. */
65 #undef HAVE_DLERROR
66
67 /* Define to 1 if you have the <dlfcn.h> header file. */
68 #undef HAVE_DLFCN_H
69
70 /* Define if dlopen() is available on this platform. */
71 #undef HAVE_DLOPEN
72
73 /* Define to 1 if you have the <dl.h> header file. */
74 #undef HAVE_DL_H
75
76 /* Define if you have the _dyld_func_lookup function. */
77 #undef HAVE_DYLD
78
79 /* Define to 1 if you have the <errno.h> header file. */
80 #undef HAVE_ERRNO_H
81
82 /* Define to 1 if the system has the type `error_t'. */
83 #undef HAVE_ERROR_T
84
85 /* Define to 1 if you have the <execinfo.h> header file. */
86 #undef HAVE_EXECINFO_H
87
88 /* Define to 1 if you have the <fcntl.h> header file. */
89 #undef HAVE_FCNTL_H
90
91 /* Set to 1 if the finite function is found in <ieeefp.h> */
92 #undef HAVE_FINITE_IN_IEEEFP_H
93
94 /* Does not have forward iterator */
95 #undef HAVE_FWD_ITERATOR
96
97 /* Define to 1 if you have the `getcwd' function. */
98 #undef HAVE_GETCWD
99
100 /* Define to 1 if you have the `getpagesize' function. */
101 #undef HAVE_GETPAGESIZE
102
103 /* Define to 1 if you have the `getrusage' function. */
104 #undef HAVE_GETRUSAGE
105
106 /* Define to 1 if you have the `gettimeofday' function. */
107 #undef HAVE_GETTIMEOFDAY
108
109 /* Does not have <hash_map> */
110 #undef HAVE_GLOBAL_HASH_MAP
111
112 /* Does not have hash_set in global namespace */
113 #undef HAVE_GLOBAL_HASH_SET
114
115 /* Does not have ext/hash_map */
116 #undef HAVE_GNU_EXT_HASH_MAP
117
118 /* Does not have hash_set in gnu namespace */
119 #undef HAVE_GNU_EXT_HASH_SET
120
121 /* Define to 1 if you have the `index' function. */
122 #undef HAVE_INDEX
123
124 /* Define to 1 if the system has the type `int64_t'. */
125 #undef HAVE_INT64_T
126
127 /* Define to 1 if you have the <inttypes.h> header file. */
128 #undef HAVE_INTTYPES_H
129
130 /* Define to 1 if you have the `isatty' function. */
131 #undef HAVE_ISATTY
132
133 /* Set to 1 if the isinf function is found in <cmath> */
134 #undef HAVE_ISINF_IN_CMATH
135
136 /* Set to 1 if the isinf function is found in <math.h> */
137 #undef HAVE_ISINF_IN_MATH_H
138
139 /* Set to 1 if the isnan function is found in <cmath> */
140 #undef HAVE_ISNAN_IN_CMATH
141
142 /* Set to 1 if the isnan function is found in <math.h> */
143 #undef HAVE_ISNAN_IN_MATH_H
144
145 /* Define if you have the libdl library or equivalent. */
146 #undef HAVE_LIBDL
147
148 /* Define to 1 if you have the `elf' library (-lelf). */
149 #undef HAVE_LIBELF
150
151 /* Define to 1 if you have the <limits.h> header file. */
152 #undef HAVE_LIMITS_H
153
154 /* Define to 1 if you have the <link.h> header file. */
155 #undef HAVE_LINK_H
156
157 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
158    the current directory to the dynamic linker search path. */
159 #undef HAVE_LINK_R
160
161 /* Define if lt_dlopen() is available on this platform */
162 #undef HAVE_LT_DLOPEN
163
164 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
165 #undef HAVE_MACH_O_DYLD_H
166
167 /* Define if mallinfo() is available on this platform. */
168 #undef HAVE_MALLINFO
169
170 /* Define to 1 if you have the <malloc.h> header file. */
171 #undef HAVE_MALLOC_H
172
173 /* Define to 1 if you have the `memcpy' function. */
174 #undef HAVE_MEMCPY
175
176 /* Define to 1 if you have the `memmove' function. */
177 #undef HAVE_MEMMOVE
178
179 /* Define to 1 if you have the <memory.h> header file. */
180 #undef HAVE_MEMORY_H
181
182 /* Define to 1 if you have the `mkdtemp' function. */
183 #undef HAVE_MKDTEMP
184
185 /* Define to 1 if you have the `mkstemp' function. */
186 #undef HAVE_MKSTEMP
187
188 /* Define to 1 if you have the `mktemp' function. */
189 #undef HAVE_MKTEMP
190
191 /* Define to 1 if you have a working `mmap' system call. */
192 #undef HAVE_MMAP
193
194 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
195    it uses MAP_ANON */
196 #undef HAVE_MMAP_ANONYMOUS
197
198 /* Define if mmap() can map files into memory */
199 #undef HAVE_MMAP_FILE
200
201 /* define if the compiler implements namespaces */
202 #undef HAVE_NAMESPACES
203
204 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
205 #undef HAVE_NDIR_H
206
207 /* Define to 1 if you have the `opendir' function. */
208 #undef HAVE_OPENDIR
209
210 /* Define if libtool can extract symbol lists from object files. */
211 #undef HAVE_PRELOADED_SYMBOLS
212
213 /* Define to have the %a format string */
214 #undef HAVE_PRINTF_A
215
216 /* Have pthread_mutex_lock */
217 #undef HAVE_PTHREAD_MUTEX_LOCK
218
219 /* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
220 #undef HAVE_RAND48
221
222 /* Define to 1 if you have the `readdir' function. */
223 #undef HAVE_READDIR
224
225 /* Define to 1 if you have the `realpath' function. */
226 #undef HAVE_REALPATH
227
228 /* Define to 1 if you have the `rindex' function. */
229 #undef HAVE_RINDEX
230
231 /* Define to 1 if you have the `setrlimit' function. */
232 #undef HAVE_SETRLIMIT
233
234 /* Define if you have the shl_load function. */
235 #undef HAVE_SHL_LOAD
236
237 /* Define to 1 if you have the <signal.h> header file. */
238 #undef HAVE_SIGNAL_H
239
240 /* Define to 1 if you have the <stdint.h> header file. */
241 #undef HAVE_STDINT_H
242
243 /* Define to 1 if you have the <stdio.h> header file. */
244 #undef HAVE_STDIO_H
245
246 /* Define to 1 if you have the <stdlib.h> header file. */
247 #undef HAVE_STDLIB_H
248
249 /* Does not have ext/hash_map> */
250 #undef HAVE_STD_EXT_HASH_MAP
251
252 /* Does not have hash_set in std namespace */
253 #undef HAVE_STD_EXT_HASH_SET
254
255 /* Set to 1 if the std::isinf function is found in <cmath> */
256 #undef HAVE_STD_ISINF_IN_CMATH
257
258 /* Set to 1 if the std::isnan function is found in <cmath> */
259 #undef HAVE_STD_ISNAN_IN_CMATH
260
261 /* Does not have std namespace iterator */
262 #undef HAVE_STD_ITERATOR
263
264 /* Define to 1 if you have the `strchr' function. */
265 #undef HAVE_STRCHR
266
267 /* Define to 1 if you have the `strcmp' function. */
268 #undef HAVE_STRCMP
269
270 /* Define to 1 if you have the `strdup' function. */
271 #undef HAVE_STRDUP
272
273 /* Define to 1 if you have the `strerror' function. */
274 #undef HAVE_STRERROR
275
276 /* Define to 1 if you have the `strerror_r' function. */
277 #undef HAVE_STRERROR_R
278
279 /* Define to 1 if you have the <strings.h> header file. */
280 #undef HAVE_STRINGS_H
281
282 /* Define to 1 if you have the <string.h> header file. */
283 #undef HAVE_STRING_H
284
285 /* Define to 1 if you have the `strrchr' function. */
286 #undef HAVE_STRRCHR
287
288 /* Define to 1 if you have the `strtoll' function. */
289 #undef HAVE_STRTOLL
290
291 /* Define to 1 if you have the `strtoq' function. */
292 #undef HAVE_STRTOQ
293
294 /* Define to 1 if you have the `sysconf' function. */
295 #undef HAVE_SYSCONF
296
297 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
298    */
299 #undef HAVE_SYS_DIR_H
300
301 /* Define to 1 if you have the <sys/dl.h> header file. */
302 #undef HAVE_SYS_DL_H
303
304 /* Define to 1 if you have the <sys/mman.h> header file. */
305 #undef HAVE_SYS_MMAN_H
306
307 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
308    */
309 #undef HAVE_SYS_NDIR_H
310
311 /* Define to 1 if you have the <sys/param.h> header file. */
312 #undef HAVE_SYS_PARAM_H
313
314 /* Define to 1 if you have the <sys/resource.h> header file. */
315 #undef HAVE_SYS_RESOURCE_H
316
317 /* Define to 1 if you have the <sys/stat.h> header file. */
318 #undef HAVE_SYS_STAT_H
319
320 /* Define to 1 if you have the <sys/time.h> header file. */
321 #undef HAVE_SYS_TIME_H
322
323 /* Define to 1 if you have the <sys/types.h> header file. */
324 #undef HAVE_SYS_TYPES_H
325
326 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
327 #undef HAVE_SYS_WAIT_H
328
329 /* Define to 1 if the system has the type `uint64_t'. */
330 #undef HAVE_UINT64_T
331
332 /* Define to 1 if you have the <unistd.h> header file. */
333 #undef HAVE_UNISTD_H
334
335 /* Define to 1 if you have the <utime.h> header file. */
336 #undef HAVE_UTIME_H
337
338 /* Define to 1 if the system has the type `u_int64_t'. */
339 #undef HAVE_U_INT64_T
340
341 /* Define to 1 if you have the <windows.h> header file. */
342 #undef HAVE_WINDOWS_H
343
344 /* Installation directory for binary executables */
345 #undef LLVM_BINDIR
346
347 /* Time at which LLVM was configured */
348 #undef LLVM_CONFIGTIME
349
350 /* Installation directory for documentation */
351 #undef LLVM_DATADIR
352
353 /* Installation directory for config files */
354 #undef LLVM_ETCDIR
355
356 /* Installation directory for include files */
357 #undef LLVM_INCLUDEDIR
358
359 /* Installation directory for .info files */
360 #undef LLVM_INFODIR
361
362 /* Installation directory for libraries */
363 #undef LLVM_LIBDIR
364
365 /* Installation directory for man pages */
366 #undef LLVM_MANDIR
367
368 /* Define if this is Unixish platform */
369 #undef LLVM_ON_UNIX
370
371 /* Define if this is Win32ish platform */
372 #undef LLVM_ON_WIN32
373
374 /* Installation prefix directory */
375 #undef LLVM_PREFIX
376
377 /* Define if the OS needs help to load dependent libraries for dlopen(). */
378 #undef LTDL_DLOPEN_DEPLIBS
379
380 /* Define to the sub-directory in which libtool stores uninstalled libraries.
381    */
382 #undef LTDL_OBJDIR
383
384 /* Define to the name of the environment variable that determines the dynamic
385    library search path. */
386 #undef LTDL_SHLIBPATH_VAR
387
388 /* Define to the extension used for shared libraries, say, ".so". */
389 #undef LTDL_SHLIB_EXT
390
391 /* Define to the system default library search path. */
392 #undef LTDL_SYSSEARCHPATH
393
394 /* Define if /dev/zero should be used when mapping RWX memory, or undefine if
395    its not necessary */
396 #undef NEED_DEV_ZERO_FOR_MMAP
397
398 /* Define if dlsym() requires a leading underscore in symbol names. */
399 #undef NEED_USCORE
400
401 /* Define to the address where bug reports for this package should be sent. */
402 #undef PACKAGE_BUGREPORT
403
404 /* Define to the full name of this package. */
405 #undef PACKAGE_NAME
406
407 /* Define to the full name and version of this package. */
408 #undef PACKAGE_STRING
409
410 /* Define to the one symbol short name of this package. */
411 #undef PACKAGE_TARNAME
412
413 /* Define to the version of this package. */
414 #undef PACKAGE_VERSION
415
416 /* Define as the return type of signal handlers (`int' or `void'). */
417 #undef RETSIGTYPE
418
419 /* If using the C implementation of alloca, define if you know the
420    direction of stack growth for your system; otherwise it will be
421    automatically deduced at run-time.
422         STACK_DIRECTION > 0 => grows toward higher addresses
423         STACK_DIRECTION < 0 => grows toward lower addresses
424         STACK_DIRECTION = 0 => direction of growth unknown */
425 #undef STACK_DIRECTION
426
427 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
428 #undef STAT_MACROS_BROKEN
429
430 /* Define to 1 if you have the ANSI C header files. */
431 #undef STDC_HEADERS
432
433 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
434 #undef TIME_WITH_SYS_TIME
435
436 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
437 #undef TM_IN_SYS_TIME
438
439 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
440    `char[]'. */
441 #undef YYTEXT_POINTER
442
443 /* Define to empty if `const' does not conform to ANSI C. */
444 #undef const
445
446 /* Define to a type to use for `error_t' if it is not otherwise available. */
447 #undef error_t
448
449 /* Define to `int' if <sys/types.h> does not define. */
450 #undef pid_t
451
452 /* Define to `unsigned' if <sys/types.h> does not define. */
453 #undef size_t