Regenerated with autoheader-2.57.
[oota-llvm.git] / include / Config / config.h.in
1 /* include/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 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #undef HAVE_DLFCN_H
23
24 /* Define if dlopen() is available on this platform. */
25 #undef HAVE_DLOPEN
26
27 /* Define to 1 if you have the <execinfo.h> header file. */
28 #undef HAVE_EXECINFO_H
29
30 /* define if the compiler has ext/slist */
31 #undef HAVE_EXT_SLIST
32
33 /* Define to 1 if you have the <fcntl.h> header file. */
34 #undef HAVE_FCNTL_H
35
36 /* Define to 1 if you have the `getcwd' function. */
37 #undef HAVE_GETCWD
38
39 /* Define to 1 if you have the `getpagesize' function. */
40 #undef HAVE_GETPAGESIZE
41
42 /* Define to 1 if you have the `gettimeofday' function. */
43 #undef HAVE_GETTIMEOFDAY
44
45 /* Define if the compiler has a header <hash_map> that defines template class
46    ::hash_map. */
47 #undef HAVE_GLOBAL_HASH_MAP
48
49 /* Define if the compiler has a header <hash_set> that defines template class
50    ::hash_set. */
51 #undef HAVE_GLOBAL_HASH_SET
52
53 /* Define if the compiler has a header <ext/hash_map> that defines template
54    class __gnu_cxx::hash_map. */
55 #undef HAVE_GNU_EXT_HASH_MAP
56
57 /* Define if the compiler has a header <ext/hash_set> that defines template
58    class __gnu_cxx::hash_set. */
59 #undef HAVE_GNU_EXT_HASH_SET
60
61 /* Define to 1 if the system has the type `int64_t'. */
62 #undef HAVE_INT64_T
63
64 /* Define to 1 if you have the <inttypes.h> header file. */
65 #undef HAVE_INTTYPES_H
66
67 /* Define to 1 if you have the `elf' library (-lelf). */
68 #undef HAVE_LIBELF
69
70 /* Define to 1 if you have the <limits.h> header file. */
71 #undef HAVE_LIMITS_H
72
73 /* Define to 1 if you have the <link.h> header file. */
74 #undef HAVE_LINK_H
75
76 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
77    the current directory to the dynamic linker search path. */
78 #undef HAVE_LINK_R
79
80 /* Define if mallinfo() is available on this platform. */
81 #undef HAVE_MALLINFO
82
83 /* Define to 1 if you have the <malloc.h> header file. */
84 #undef HAVE_MALLOC_H
85
86 /* Define to 1 if you have the <memory.h> header file. */
87 #undef HAVE_MEMORY_H
88
89 /* Define to 1 if you have a working `mmap' system call. */
90 #undef HAVE_MMAP
91
92 /* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
93    it uses MAP_ANON */
94 #undef HAVE_MMAP_ANONYMOUS
95
96 /* Define if mmap() can map files into memory */
97 #undef HAVE_MMAP_FILE
98
99 /* define if the compiler implements namespaces */
100 #undef HAVE_NAMESPACES
101
102 /* Define to have the %a format string */
103 #undef HAVE_PRINTF_A
104
105 /* Define if PThread mutexes (e.g., pthread_mutex_lock) are available in the
106    system's thread library. */
107 #undef HAVE_PTHREAD_MUTEX_LOCK
108
109 /* Define to 1 if you have the <stdint.h> header file. */
110 #undef HAVE_STDINT_H
111
112 /* Define to 1 if you have the <stdlib.h> header file. */
113 #undef HAVE_STDLIB_H
114
115 /* Define if the compiler has a header <ext/hash_map> that defines template
116    class std::hash_map. */
117 #undef HAVE_STD_EXT_HASH_MAP
118
119 /* Define if the compiler has a header <ext/hash_set> that defines template
120    class std::hash_set. */
121 #undef HAVE_STD_EXT_HASH_SET
122
123 /* Define to 1 if you have the `strdup' function. */
124 #undef HAVE_STRDUP
125
126 /* Define to 1 if you have the <strings.h> header file. */
127 #undef HAVE_STRINGS_H
128
129 /* Define to 1 if you have the <string.h> header file. */
130 #undef HAVE_STRING_H
131
132 /* Define to 1 if you have the `strtoll' function. */
133 #undef HAVE_STRTOLL
134
135 /* Define to 1 if you have the `strtoq' function. */
136 #undef HAVE_STRTOQ
137
138 /* Define to 1 if you have the <sys/mman.h> header file. */
139 #undef HAVE_SYS_MMAN_H
140
141 /* Define to 1 if you have the <sys/resource.h> header file. */
142 #undef HAVE_SYS_RESOURCE_H
143
144 /* Define to 1 if you have the <sys/stat.h> header file. */
145 #undef HAVE_SYS_STAT_H
146
147 /* Define to 1 if you have the <sys/time.h> header file. */
148 #undef HAVE_SYS_TIME_H
149
150 /* Define to 1 if you have the <sys/types.h> header file. */
151 #undef HAVE_SYS_TYPES_H
152
153 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
154 #undef HAVE_SYS_WAIT_H
155
156 /* Define to 1 if the system has the type `uint64_t'. */
157 #undef HAVE_UINT64_T
158
159 /* Define to 1 if you have the <unistd.h> header file. */
160 #undef HAVE_UNISTD_H
161
162 /* Define to the address where bug reports for this package should be sent. */
163 #undef PACKAGE_BUGREPORT
164
165 /* Define to the full name of this package. */
166 #undef PACKAGE_NAME
167
168 /* Define to the full name and version of this package. */
169 #undef PACKAGE_STRING
170
171 /* Define to the one symbol short name of this package. */
172 #undef PACKAGE_TARNAME
173
174 /* Define to the version of this package. */
175 #undef PACKAGE_VERSION
176
177 /* Define as the return type of signal handlers (`int' or `void'). */
178 #undef RETSIGTYPE
179
180 /* Extension that shared libraries have, e.g., ".so". */
181 #undef SHLIBEXT
182
183 /* If using the C implementation of alloca, define if you know the
184    direction of stack growth for your system; otherwise it will be
185    automatically deduced at run-time.
186         STACK_DIRECTION > 0 => grows toward higher addresses
187         STACK_DIRECTION < 0 => grows toward lower addresses
188         STACK_DIRECTION = 0 => direction of growth unknown */
189 #undef STACK_DIRECTION
190
191 /* Define to 1 if you have the ANSI C header files. */
192 #undef STDC_HEADERS
193
194 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
195 #undef TIME_WITH_SYS_TIME
196
197 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
198 #undef TM_IN_SYS_TIME
199
200 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
201    `char[]'. */
202 #undef YYTEXT_POINTER
203
204 /* Define to `int' if <sys/types.h> does not define. */
205 #undef pid_t
206
207 /* Define to `unsigned' if <sys/types.h> does not define. */
208 #undef size_t