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