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