]>
Commit | Line | Data |
---|---|---|
6e1772d5 | 1 | /* config.in. Generated from configure.in by autoheader. */ |
252b5132 | 2 | |
81ecdfbb RW |
3 | /* Define if building universal (internal helper macro) */ |
4 | #undef AC_APPLE_UNIVERSAL_BUILD | |
5 | ||
6e1772d5 AM |
6 | /* Define if using AIX 5.2 value for C_WEAKEXT. */ |
7 | #undef AIX_WEAK_SUPPORT | |
6840198f | 8 | |
6e1772d5 AM |
9 | /* assert broken? */ |
10 | #undef BROKEN_ASSERT | |
6840198f | 11 | |
6e1772d5 AM |
12 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
13 | systems. This function is required for `alloca.c' support on those systems. | |
14 | */ | |
5a0a2144 | 15 | #undef CRAY_STACKSEG_END |
6840198f | 16 | |
6e1772d5 AM |
17 | /* Compiling cross-assembler? */ |
18 | #undef CROSS_COMPILE | |
19 | ||
20 | /* Define to 1 if using `alloca.c'. */ | |
21 | #undef C_ALLOCA | |
22 | ||
23 | /* Default architecture. */ | |
24 | #undef DEFAULT_ARCH | |
25 | ||
e330299e DJ |
26 | /* Default CRIS architecture. */ |
27 | #undef DEFAULT_CRIS_ARCH | |
28 | ||
6e1772d5 AM |
29 | /* Default emulation. */ |
30 | #undef DEFAULT_EMULATION | |
31 | ||
32 | /* Supported emulations. */ | |
33 | #undef EMULATIONS | |
34 | ||
c43a438d AM |
35 | /* Define if you want run-time sanity checks. */ |
36 | #undef ENABLE_CHECKING | |
37 | ||
12e64c2c AM |
38 | /* Define to 1 if translation of program messages to the user's native |
39 | language is requested. */ | |
6e1772d5 AM |
40 | #undef ENABLE_NLS |
41 | ||
42 | /* Define to 1 if you have `alloca', as a function or macro. */ | |
252b5132 RH |
43 | #undef HAVE_ALLOCA |
44 | ||
6e1772d5 AM |
45 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
46 | */ | |
252b5132 RH |
47 | #undef HAVE_ALLOCA_H |
48 | ||
49f58d10 JB |
49 | /* Is the prototype for getopt in <unistd.h> in the expected format? */ |
50 | #undef HAVE_DECL_GETOPT | |
51 | ||
0175442d L |
52 | /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you |
53 | don't. */ | |
54 | #undef HAVE_DECL_MEMPCPY | |
55 | ||
82de001f JJ |
56 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
57 | don't. */ | |
58 | #undef HAVE_DECL_VSNPRINTF | |
59 | ||
ae351704 AM |
60 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
61 | #undef HAVE_DLFCN_H | |
62 | ||
6e1772d5 AM |
63 | /* Define to 1 if you have the <errno.h> header file. */ |
64 | #undef HAVE_ERRNO_H | |
252b5132 | 65 | |
6e1772d5 AM |
66 | /* Define to 1 if you have the <inttypes.h> header file. */ |
67 | #undef HAVE_INTTYPES_H | |
252b5132 | 68 | |
40fb9820 L |
69 | /* Define to 1 if you have the <limits.h> header file. */ |
70 | #undef HAVE_LIMITS_H | |
71 | ||
6e1772d5 AM |
72 | /* Define to 1 if you have the <memory.h> header file. */ |
73 | #undef HAVE_MEMORY_H | |
252b5132 | 74 | |
6e1772d5 | 75 | /* Define to 1 if you have the `remove' function. */ |
252b5132 RH |
76 | #undef HAVE_REMOVE |
77 | ||
6e1772d5 | 78 | /* Define to 1 if you have the `sbrk' function. */ |
252b5132 RH |
79 | #undef HAVE_SBRK |
80 | ||
6e1772d5 AM |
81 | /* Define to 1 if you have the <stdint.h> header file. */ |
82 | #undef HAVE_STDINT_H | |
5a0a2144 | 83 | |
6e1772d5 AM |
84 | /* Define to 1 if you have the <stdlib.h> header file. */ |
85 | #undef HAVE_STDLIB_H | |
5a0a2144 | 86 | |
6e1772d5 AM |
87 | /* Define to 1 if you have the <strings.h> header file. */ |
88 | #undef HAVE_STRINGS_H | |
5a0a2144 | 89 | |
6e1772d5 | 90 | /* Define to 1 if you have the <string.h> header file. */ |
252b5132 RH |
91 | #undef HAVE_STRING_H |
92 | ||
b11d79f2 TG |
93 | /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ |
94 | #undef HAVE_ST_MTIM_TV_NSEC | |
95 | ||
96 | /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ | |
97 | #undef HAVE_ST_MTIM_TV_SEC | |
98 | ||
6e1772d5 AM |
99 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
100 | #undef HAVE_SYS_STAT_H | |
101 | ||
102 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
252b5132 RH |
103 | #undef HAVE_SYS_TYPES_H |
104 | ||
b11d79f2 TG |
105 | /* Define to 1 if you have the <time.h> header file. */ |
106 | #undef HAVE_TIME_H | |
107 | ||
108 | /* Define if <time.h> has struct tm.tm_gmtoff. */ | |
109 | #undef HAVE_TM_GMTOFF | |
110 | ||
6e1772d5 | 111 | /* Define to 1 if you have the <unistd.h> header file. */ |
252b5132 RH |
112 | #undef HAVE_UNISTD_H |
113 | ||
6e1772d5 AM |
114 | /* Define to 1 if you have the `unlink' function. */ |
115 | #undef HAVE_UNLINK | |
116 | ||
0acf065b CC |
117 | /* Define to 1 if you have the <zlib.h> header file. */ |
118 | #undef HAVE_ZLIB_H | |
119 | ||
6e1772d5 AM |
120 | /* Using i386 COFF? */ |
121 | #undef I386COFF | |
ed265386 | 122 | |
ae351704 AM |
123 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
124 | */ | |
125 | #undef LT_OBJDIR | |
126 | ||
6e1772d5 AM |
127 | /* Using m68k COFF? */ |
128 | #undef M68KCOFF | |
252b5132 | 129 | |
6e1772d5 AM |
130 | /* Using m88k COFF? */ |
131 | #undef M88KCOFF | |
252b5132 | 132 | |
6e1772d5 AM |
133 | /* Default CPU for MIPS targets. */ |
134 | #undef MIPS_CPU_STRING_DEFAULT | |
316f5878 | 135 | |
6e1772d5 | 136 | /* Generate 64-bit code by default on MIPS targets. */ |
316f5878 RS |
137 | #undef MIPS_DEFAULT_64BIT |
138 | ||
6e1772d5 | 139 | /* Choose a default ABI for MIPS targets. */ |
cac012d6 AO |
140 | #undef MIPS_DEFAULT_ABI |
141 | ||
6e1772d5 AM |
142 | /* Define if environ is not declared in system header files. */ |
143 | #undef NEED_DECLARATION_ENVIRON | |
252b5132 | 144 | |
6e1772d5 AM |
145 | /* Define if errno is not declared in system header files. */ |
146 | #undef NEED_DECLARATION_ERRNO | |
252b5132 | 147 | |
e8a38df5 AL |
148 | /* Define if ffs is not declared in system header files. */ |
149 | #undef NEED_DECLARATION_FFS | |
150 | ||
6e1772d5 AM |
151 | /* Define if free is not declared in system header files. */ |
152 | #undef NEED_DECLARATION_FREE | |
252b5132 | 153 | |
6e1772d5 AM |
154 | /* Define if malloc is not declared in system header files. */ |
155 | #undef NEED_DECLARATION_MALLOC | |
252b5132 | 156 | |
6e1772d5 AM |
157 | /* Define if sbrk is not declared in system header files. */ |
158 | #undef NEED_DECLARATION_SBRK | |
159 | ||
160 | /* Define if strstr is not declared in system header files. */ | |
161 | #undef NEED_DECLARATION_STRSTR | |
252b5132 RH |
162 | |
163 | /* a.out support? */ | |
164 | #undef OBJ_MAYBE_AOUT | |
165 | ||
166 | /* b.out support? */ | |
167 | #undef OBJ_MAYBE_BOUT | |
168 | ||
169 | /* COFF support? */ | |
170 | #undef OBJ_MAYBE_COFF | |
171 | ||
172 | /* ECOFF support? */ | |
173 | #undef OBJ_MAYBE_ECOFF | |
174 | ||
175 | /* ELF support? */ | |
176 | #undef OBJ_MAYBE_ELF | |
177 | ||
178 | /* generic support? */ | |
179 | #undef OBJ_MAYBE_GENERIC | |
180 | ||
252b5132 RH |
181 | /* SOM support? */ |
182 | #undef OBJ_MAYBE_SOM | |
183 | ||
6e1772d5 AM |
184 | /* Name of package */ |
185 | #undef PACKAGE | |
252b5132 | 186 | |
6e1772d5 AM |
187 | /* Define to the address where bug reports for this package should be sent. */ |
188 | #undef PACKAGE_BUGREPORT | |
252b5132 | 189 | |
6e1772d5 AM |
190 | /* Define to the full name of this package. */ |
191 | #undef PACKAGE_NAME | |
252b5132 | 192 | |
6e1772d5 AM |
193 | /* Define to the full name and version of this package. */ |
194 | #undef PACKAGE_STRING | |
252b5132 | 195 | |
6e1772d5 AM |
196 | /* Define to the one symbol short name of this package. */ |
197 | #undef PACKAGE_TARNAME | |
198 | ||
81ecdfbb RW |
199 | /* Define to the home page for this package. */ |
200 | #undef PACKAGE_URL | |
201 | ||
6e1772d5 AM |
202 | /* Define to the version of this package. */ |
203 | #undef PACKAGE_VERSION | |
204 | ||
205 | /* Define if defaulting to ELF on SCO 5. */ | |
206 | #undef SCO_ELF | |
207 | ||
208 | /* If using the C implementation of alloca, define if you know the | |
209 | direction of stack growth for your system; otherwise it will be | |
81ecdfbb | 210 | automatically deduced at runtime. |
6e1772d5 AM |
211 | STACK_DIRECTION > 0 => grows toward higher addresses |
212 | STACK_DIRECTION < 0 => grows toward lower addresses | |
213 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
214 | #undef STACK_DIRECTION | |
215 | ||
216 | /* Define to 1 if you have the ANSI C header files. */ | |
217 | #undef STDC_HEADERS | |
218 | ||
219 | /* Using strict COFF? */ | |
220 | #undef STRICTCOFF | |
252b5132 RH |
221 | |
222 | /* Target alias. */ | |
223 | #undef TARGET_ALIAS | |
224 | ||
6e1772d5 AM |
225 | /* Define as 1 if big endian. */ |
226 | #undef TARGET_BYTES_BIG_ENDIAN | |
227 | ||
252b5132 RH |
228 | /* Canonical target. */ |
229 | #undef TARGET_CANONICAL | |
230 | ||
231 | /* Target CPU. */ | |
232 | #undef TARGET_CPU | |
233 | ||
252b5132 RH |
234 | /* Target OS. */ |
235 | #undef TARGET_OS | |
236 | ||
6e1772d5 AM |
237 | /* Define if default target is PowerPC Solaris. */ |
238 | #undef TARGET_SOLARIS_COMMENT | |
252b5132 | 239 | |
85fbca6a NC |
240 | /* Define if target is Symbian OS. */ |
241 | #undef TARGET_SYMBIAN | |
242 | ||
6e1772d5 AM |
243 | /* Target vendor. */ |
244 | #undef TARGET_VENDOR | |
252b5132 | 245 | |
9cd19b17 NC |
246 | /* Use b modifier when opening binary files? */ |
247 | #undef USE_BINARY_FOPEN | |
248 | ||
6e1772d5 AM |
249 | /* Use emulation support? */ |
250 | #undef USE_EMULATIONS | |
252b5132 | 251 | |
6e1772d5 AM |
252 | /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ |
253 | #undef USE_E_MIPS_ABI_O32 | |
252b5132 | 254 | |
81ecdfbb RW |
255 | /* Enable extensions on AIX 3, Interix. */ |
256 | #ifndef _ALL_SOURCE | |
257 | # undef _ALL_SOURCE | |
258 | #endif | |
259 | /* Enable GNU extensions on systems that have them. */ | |
260 | #ifndef _GNU_SOURCE | |
261 | # undef _GNU_SOURCE | |
262 | #endif | |
263 | /* Enable threading extensions on Solaris. */ | |
264 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
265 | # undef _POSIX_PTHREAD_SEMANTICS | |
266 | #endif | |
267 | /* Enable extensions on HP NonStop. */ | |
268 | #ifndef _TANDEM_SOURCE | |
269 | # undef _TANDEM_SOURCE | |
270 | #endif | |
271 | /* Enable general extensions on Solaris. */ | |
272 | #ifndef __EXTENSIONS__ | |
273 | # undef __EXTENSIONS__ | |
274 | #endif | |
275 | ||
276 | ||
6e1772d5 AM |
277 | /* Using cgen code? */ |
278 | #undef USING_CGEN | |
252b5132 | 279 | |
6e1772d5 AM |
280 | /* Version number of package */ |
281 | #undef VERSION | |
252b5132 | 282 | |
81ecdfbb RW |
283 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
284 | significant byte first (like Motorola and SPARC, unlike Intel). */ | |
285 | #if defined AC_APPLE_UNIVERSAL_BUILD | |
286 | # if defined __BIG_ENDIAN__ | |
287 | # define WORDS_BIGENDIAN 1 | |
288 | # endif | |
289 | #else | |
290 | # ifndef WORDS_BIGENDIAN | |
291 | # undef WORDS_BIGENDIAN | |
292 | # endif | |
293 | #endif | |
e330299e | 294 | |
6e1772d5 AM |
295 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
296 | `char[]'. */ | |
297 | #undef YYTEXT_POINTER | |
252b5132 | 298 | |
d053aef8 JK |
299 | /* Number of bits in a file offset, on hosts where this is settable. */ |
300 | #undef _FILE_OFFSET_BITS | |
301 | ||
d053aef8 JK |
302 | /* Define for large files, on AIX-style hosts. */ |
303 | #undef _LARGE_FILES | |
304 | ||
7357c5b6 AM |
305 | /* Define to 1 if on MINIX. */ |
306 | #undef _MINIX | |
307 | ||
308 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
309 | this defined. */ | |
310 | #undef _POSIX_1_SOURCE | |
311 | ||
312 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
313 | #undef _POSIX_SOURCE | |
314 | ||
6e1772d5 AM |
315 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
316 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
317 | #ifndef __cplusplus | |
318 | #undef inline | |
319 | #endif |