Enable JIT when the platform supports it.
[oota-llvm.git] / include / llvm / Config / config.h.in
1 /* config.h.in.  Generated from 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 don't have `vprintf' but do have `_doprnt.' */
19 #undef HAVE_DOPRNT
20
21 /* Define to 1 if you have the <fcntl.h> header file. */
22 #undef HAVE_FCNTL_H
23
24 /* Define to 1 if you have the `getcwd' function. */
25 #undef HAVE_GETCWD
26
27 /* Define to 1 if you have the `getpagesize' function. */
28 #undef HAVE_GETPAGESIZE
29
30 /* Define to 1 if you have the `gettimeofday' function. */
31 #undef HAVE_GETTIMEOFDAY
32
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
35
36 /* Define to 1 if you have the `dl' library (-ldl). */
37 #undef HAVE_LIBDL
38
39 /* Define to 1 if you have the `elf' library (-lelf). */
40 #undef HAVE_LIBELF
41
42 /* Define to 1 if you have the `m' library (-lm). */
43 #undef HAVE_LIBM
44
45 /* Define to 1 if you have the `papi' library (-lpapi). */
46 #undef HAVE_LIBPAPI
47
48 /* Define to 1 if you have the <limits.h> header file. */
49 #undef HAVE_LIMITS_H
50
51 /* Define to 1 if you have the <malloc.h> header file. */
52 #undef HAVE_MALLOC_H
53
54 /* Define to 1 if you have the <memory.h> header file. */
55 #undef HAVE_MEMORY_H
56
57 /* Define to 1 if you have a working `mmap' system call. */
58 #undef HAVE_MMAP
59
60 /* Define to 1 if you have the <stdint.h> header file. */
61 #undef HAVE_STDINT_H
62
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #undef HAVE_STDLIB_H
65
66 /* Define to 1 if you have the `strcspn' function. */
67 #undef HAVE_STRCSPN
68
69 /* Define to 1 if you have the `strdup' function. */
70 #undef HAVE_STRDUP
71
72 /* Define to 1 if you have the `strerror' function. */
73 #undef HAVE_STRERROR
74
75 /* Define to 1 if you have the <strings.h> header file. */
76 #undef HAVE_STRINGS_H
77
78 /* Define to 1 if you have the <string.h> header file. */
79 #undef HAVE_STRING_H
80
81 /* Define to 1 if you have the `strspn' function. */
82 #undef HAVE_STRSPN
83
84 /* Define to 1 if you have the `strstr' function. */
85 #undef HAVE_STRSTR
86
87 /* Define to 1 if you have the `strtod' function. */
88 #undef HAVE_STRTOD
89
90 /* Define to 1 if you have the `strtol' function. */
91 #undef HAVE_STRTOL
92
93 /* Define to 1 if you have the <sys/stat.h> header file. */
94 #undef HAVE_SYS_STAT_H
95
96 /* Define to 1 if you have the <sys/time.h> header file. */
97 #undef HAVE_SYS_TIME_H
98
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
101
102 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
103 #undef HAVE_SYS_WAIT_H
104
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #undef HAVE_UNISTD_H
107
108 /* Define to 1 if you have the `vprintf' function. */
109 #undef HAVE_VPRINTF
110
111 /* Define to the address where bug reports for this package should be sent. */
112 #undef PACKAGE_BUGREPORT
113
114 /* Define to the full name of this package. */
115 #undef PACKAGE_NAME
116
117 /* Define to the full name and version of this package. */
118 #undef PACKAGE_STRING
119
120 /* Define to the one symbol short name of this package. */
121 #undef PACKAGE_TARNAME
122
123 /* Define to the version of this package. */
124 #undef PACKAGE_VERSION
125
126 /* Define as the return type of signal handlers (`int' or `void'). */
127 #undef RETSIGTYPE
128
129 /* Define to 1 if the `setvbuf' function takes the buffering type as its
130    second argument and the buffer pointer as the third, as on System V before
131    release 3. */
132 #undef SETVBUF_REVERSED
133
134 /* If using the C implementation of alloca, define if you know the
135    direction of stack growth for your system; otherwise it will be
136    automatically deduced at run-time.
137         STACK_DIRECTION > 0 => grows toward higher addresses
138         STACK_DIRECTION < 0 => grows toward lower addresses
139         STACK_DIRECTION = 0 => direction of growth unknown */
140 #undef STACK_DIRECTION
141
142 /* Define to 1 if you have the ANSI C header files. */
143 #undef STDC_HEADERS
144
145 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
146 #undef TIME_WITH_SYS_TIME
147
148 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
149 #undef TM_IN_SYS_TIME
150
151 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
152    `char[]'. */
153 #undef YYTEXT_POINTER
154
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
157
158 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
159    if it is not supported. */
160 #undef inline
161
162 /* Define to `int' if <sys/types.h> does not define. */
163 #undef pid_t
164
165 /* Define to `unsigned' if <sys/types.h> does not define. */
166 #undef size_t
167
168 /* Define to mark the machine as having little endian */
169 #ifndef ENDIAN_LITTLE
170 #undef ENDIAN_LITTLE
171 #endif
172
173 /* Define to mark the machine as having big endian */
174 #ifndef ENDIAN_BIG
175 #undef ENDIAN_BIG
176 #endif
177
178 /* Define to indicate how to include hash_map */
179 #undef HAVE_STD_EXT_HASH_MAP
180 #undef HAVE_GNU_EXT_HASH_MAP
181
182 /* Define to incdicate how to include has_set */
183 #undef HAVE_STD_EXT_HASH_SET
184 #undef HAVE_GNU_EXT_HASH_SET
185
186 /* Indicates whether we have STL iterators */
187 #undef HAVE_STD_ITERATOR
188 #undef HAVE_BI_ITERATOR
189 #undef HAVE_FWD_ITERATOR
190
191 /* Indicates which slist we should use */
192 #undef HAVE_EXT_SLIST
193
194 /* Indicates whether we have the MALLINFO functionality */
195 #undef HAVE_MALLINFO
196
197 /* Indicates if we have MAP_ANONYMOUS */
198 #undef HAVE_MMAP_ANONYMOUS
199
200 /* Indicates whether we have MMAP header file */
201 #undef HAVE_SYS_MMAN_H
202
203 /* Indicates that we have assert.h */
204 #undef HAVE_ASSERT_H
205
206 /* Macros for various header files */
207 #undef HAVE_SIGNAL_H
208 #undef HAVE_ERRNO_H
209 #undef HAVE_SYS_RESOURCE_H
210 #undef HAVE_MATH_H
211 #undef HAVE_DLFCN_H
212 #undef HAVE_LINK_H