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