1 /* config.in. Generated automatically from configure.in by autoheader 2.13. */
3 /* Define to the type of elements in the array set by `getgroups'.
4 Usually this is either `int' or `gid_t'. */
7 /* Define to `int' if <sys/types.h> doesn't define. */
10 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
11 #undef HAVE_SYS_WAIT_H
13 /* Define if you have <vfork.h>. */
16 /* Define as __inline if that's what the C compiler calls it. */
19 /* Define if your C compiler doesn't accept -c and -o together. */
20 #undef NO_MINUS_C_MINUS_O
22 /* Define to `int' if <sys/types.h> doesn't define. */
25 /* Define if you have the ANSI C header files. */
28 /* Define if you can safely include both <sys/time.h> and <time.h>. */
29 #undef TIME_WITH_SYS_TIME
31 /* Define to `int' if <sys/types.h> doesn't define. */
34 /* Define vfork as fork if vfork does not work. */
37 /* Define if you have the alphasort function. */
40 /* Define if you have the atoll function. */
43 /* Define if you have the atoq function. */
46 /* Define if you have the clock function. */
49 /* Define if you have the dup2 function. */
52 /* Define if you have the fprintf_unlocked function. */
53 #undef HAVE_FPRINTF_UNLOCKED
55 /* Define if you have the fputc_unlocked function. */
56 #undef HAVE_FPUTC_UNLOCKED
58 /* Define if you have the fputs_unlocked function. */
59 #undef HAVE_FPUTS_UNLOCKED
61 /* Define if you have the fwrite_unlocked function. */
62 #undef HAVE_FWRITE_UNLOCKED
64 /* Define if you have the getrlimit function. */
67 /* Define if you have the getrusage function. */
70 /* Define if you have the gettimeofday function. */
71 #undef HAVE_GETTIMEOFDAY
73 /* Define if you have the kill function. */
76 /* Define if you have the lstat function. */
79 /* Define if you have the mbstowcs function. */
82 /* Define if you have the mincore function. */
85 /* Define if you have the mmap function. */
88 /* Define if you have the nl_langinfo function. */
89 #undef HAVE_NL_LANGINFO
91 /* Define if you have the putc_unlocked function. */
92 #undef HAVE_PUTC_UNLOCKED
94 /* Define if you have the scandir function. */
97 /* Define if you have the setlocale function. */
100 /* Define if you have the setrlimit function. */
101 #undef HAVE_SETRLIMIT
103 /* Define if you have the strsignal function. */
104 #undef HAVE_STRSIGNAL
106 /* Define if you have the sysconf function. */
109 /* Define if you have the times function. */
112 /* Define if you have the wcswidth function. */
115 /* Define if you have the <direct.h> header file. */
118 /* Define if you have the <fcntl.h> header file. */
121 /* Define if you have the <langinfo.h> header file. */
122 #undef HAVE_LANGINFO_H
124 /* Define if you have the <ldfcn.h> header file. */
127 /* Define if you have the <limits.h> header file. */
130 /* Define if you have the <locale.h> header file. */
133 /* Define if you have the <malloc.h> header file. */
136 /* Define if you have the <stddef.h> header file. */
139 /* Define if you have the <stdlib.h> header file. */
142 /* Define if you have the <string.h> header file. */
145 /* Define if you have the <strings.h> header file. */
146 #undef HAVE_STRINGS_H
148 /* Define if you have the <sys/file.h> header file. */
149 #undef HAVE_SYS_FILE_H
151 /* Define if you have the <sys/mman.h> header file. */
152 #undef HAVE_SYS_MMAN_H
154 /* Define if you have the <sys/param.h> header file. */
155 #undef HAVE_SYS_PARAM_H
157 /* Define if you have the <sys/resource.h> header file. */
158 #undef HAVE_SYS_RESOURCE_H
160 /* Define if you have the <sys/stat.h> header file. */
161 #undef HAVE_SYS_STAT_H
163 /* Define if you have the <sys/time.h> header file. */
164 #undef HAVE_SYS_TIME_H
166 /* Define if you have the <sys/times.h> header file. */
167 #undef HAVE_SYS_TIMES_H
169 /* Define if you have the <time.h> header file. */
172 /* Define if you have the <unistd.h> header file. */
175 /* Define if you have the <wchar.h> header file. */
178 /* Define to enable the use of a default linker. */
179 #undef DEFAULT_LINKER
181 /* Define to enable the use of a default assembler. */
182 #undef DEFAULT_ASSEMBLER
184 /* Define if your compiler supports the `long long' type. */
185 #undef HAVE_LONG_LONG
187 /* Define if your compiler supports the `__int64' type. */
190 /* Define if the `_Bool' type is built-in. */
193 /* The number of bytes in type void * */
196 /* The number of bytes in type short */
199 /* The number of bytes in type int */
202 /* The number of bytes in type long */
205 /* The number of bytes in type long long */
206 #undef SIZEOF_LONG_LONG
208 /* The number of bytes in type __int64 */
209 #undef SIZEOF___INT64
211 /* Define if you want more run-time sanity checks. This one gets a grab
212 bag of miscellaneous but relatively cheap checks. */
213 #undef ENABLE_CHECKING
215 /* Define if you want all operations on trees (the basic data
216 structure of the front ends) to be checked for dynamic type safety
217 at runtime. This is moderately expensive. */
218 #undef ENABLE_TREE_CHECKING
220 /* Define if you want all operations on RTL (the basic data structure
221 of the optimizer and back end) to be checked for dynamic type safety
222 at runtime. This is quite expensive. */
223 #undef ENABLE_RTL_CHECKING
225 /* Define if you want RTL flag accesses to be checked against the RTL
226 codes that are supported for each access macro. This is relatively
228 #undef ENABLE_RTL_FLAG_CHECKING
230 /* Define if you want the garbage collector to do object poisoning and
231 other memory allocation checks. This is quite expensive. */
232 #undef ENABLE_GC_CHECKING
234 /* Define if you want the garbage collector to operate in maximally
235 paranoid mode, validating the entire heap and collecting garbage at
236 every opportunity. This is extremely expensive. */
237 #undef ENABLE_GC_ALWAYS_COLLECT
239 /* Define if you want to run subprograms and generated programs
240 through valgrind (a memory checker). This is extremely expensive. */
241 #undef ENABLE_VALGRIND_CHECKING
243 /* Define if valgrind's memcheck.h header is installed. */
244 #undef HAVE_MEMCHECK_H
246 /* Always define this when using the GNU C Library */
249 /* Define if you have a working <stdbool.h> header file. */
250 #undef HAVE_STDBOOL_H
252 /* Define if you can safely include both <string.h> and <strings.h>. */
253 #undef STRING_WITH_STRINGS
255 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
258 /* whether byteorder is bigendian */
259 #undef WORDS_BIGENDIAN
261 /* Define if the host machine stores words of multi-word integers in
263 #undef HOST_WORDS_BIG_ENDIAN
265 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
268 /* Define if you have a working <inttypes.h> header file. */
269 #undef HAVE_INTTYPES_H
271 /* Define this macro if mbstowcs does not crash when its
272 first argument is NULL. */
273 #undef HAVE_WORKING_MBSTOWCS
275 /* Define as `int' if <sys/types.h> doesn't define. */
278 /* Define if printf supports %p. */
279 #undef HAVE_PRINTF_PTR
281 /* Define if read-only mmap of a plain file works. */
282 #undef HAVE_MMAP_FILE
284 /* Define if mmap of /dev/zero works. */
285 #undef HAVE_MMAP_DEV_ZERO
287 /* Define if mmap with MAP_ANON(YMOUS) works. */
288 #undef HAVE_MMAP_ANON
290 /* Define if you have the iconv() function. */
293 /* Define as const if the declaration of iconv() needs const. */
296 /* Define if your <locale.h> file defines LC_MESSAGES. */
297 #undef HAVE_LC_MESSAGES
299 /* Define to 1 if we found this declaration otherwise define to 0. */
300 #undef HAVE_DECL_GETENV
302 /* Define to 1 if we found this declaration otherwise define to 0. */
303 #undef HAVE_DECL_ATOL
305 /* Define to 1 if we found this declaration otherwise define to 0. */
306 #undef HAVE_DECL_SBRK
308 /* Define to 1 if we found this declaration otherwise define to 0. */
309 #undef HAVE_DECL_ABORT
311 /* Define to 1 if we found this declaration otherwise define to 0. */
312 #undef HAVE_DECL_ATOF
314 /* Define to 1 if we found this declaration otherwise define to 0. */
315 #undef HAVE_DECL_GETCWD
317 /* Define to 1 if we found this declaration otherwise define to 0. */
318 #undef HAVE_DECL_GETWD
320 /* Define to 1 if we found this declaration otherwise define to 0. */
321 #undef HAVE_DECL_STRSIGNAL
323 /* Define to 1 if we found this declaration otherwise define to 0. */
324 #undef HAVE_DECL_PUTC_UNLOCKED
326 /* Define to 1 if we found this declaration otherwise define to 0. */
327 #undef HAVE_DECL_FPUTS_UNLOCKED
329 /* Define to 1 if we found this declaration otherwise define to 0. */
330 #undef HAVE_DECL_FWRITE_UNLOCKED
332 /* Define to 1 if we found this declaration otherwise define to 0. */
333 #undef HAVE_DECL_FPRINTF_UNLOCKED
335 /* Define to 1 if we found this declaration otherwise define to 0. */
336 #undef HAVE_DECL_STRSTR
338 /* Define to 1 if we found this declaration otherwise define to 0. */
339 #undef HAVE_DECL_ERRNO
341 /* Define to 1 if we found this declaration otherwise define to 0. */
342 #undef HAVE_DECL_VASPRINTF
344 /* Define to 1 if we found this declaration otherwise define to 0. */
345 #undef HAVE_DECL_MALLOC
347 /* Define to 1 if we found this declaration otherwise define to 0. */
348 #undef HAVE_DECL_REALLOC
350 /* Define to 1 if we found this declaration otherwise define to 0. */
351 #undef HAVE_DECL_CALLOC
353 /* Define to 1 if we found this declaration otherwise define to 0. */
354 #undef HAVE_DECL_FREE
356 /* Define to 1 if we found this declaration otherwise define to 0. */
357 #undef HAVE_DECL_BASENAME
359 /* Define to 1 if we found this declaration otherwise define to 0. */
360 #undef HAVE_DECL_GETOPT
362 /* Define to 1 if we found this declaration otherwise define to 0. */
363 #undef HAVE_DECL_CLOCK
365 /* Define to 1 if we found this declaration otherwise define to 0. */
366 #undef HAVE_DECL_GETRLIMIT
368 /* Define to 1 if we found this declaration otherwise define to 0. */
369 #undef HAVE_DECL_SETRLIMIT
371 /* Define to 1 if we found this declaration otherwise define to 0. */
372 #undef HAVE_DECL_GETRUSAGE
374 /* Define to `long' if <sys/resource.h> doesn't define. */
377 /* Define to 1 if we found this declaration otherwise define to 0. */
378 #undef HAVE_DECL_LDGETNAME
380 /* Define to 1 if we found this declaration otherwise define to 0. */
381 #undef HAVE_DECL_TIMES
383 /* Define if <sys/times.h> defines struct tms. */
384 #undef HAVE_STRUCT_TMS
386 /* Define if <time.h> defines clock_t. */
389 /* Define if <sys/types.h> defines `uchar'. */
392 /* Define .init_array/.fini_array sections are available and working. */
393 #undef HAVE_INITFINI_ARRAY
395 /* Define if host mkdir takes a single argument. */
396 #undef MKDIR_TAKES_ONE_ARG
398 /* Define 0/1 to force the choice for exception handling model. */
399 #undef CONFIG_SJLJ_EXCEPTIONS
401 /* Define if gcc should use -lunwind. */
402 #undef USE_LIBUNWIND_EXCEPTIONS
404 /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
405 #undef NEED_64BIT_HOST_WIDE_INT
407 /* Define if you want to use __cxa_atexit, rather than atexit, to
408 register C++ destructors for local statics and global objects.
409 This is essential for fully standards-compliant handling of
410 destructors, but requires __cxa_atexit in libc. */
411 #undef DEFAULT_USE_CXA_ATEXIT
413 /* Define to the name of a file containing a list of extra machine modes
414 for this architecture. */
415 #undef EXTRA_MODES_FILE
417 /* Define if the target architecture needs extra machine modes to represent
418 the results of comparisons. */
419 #undef EXTRA_CC_MODES
421 /* Define to 1 if translation of program messages to the
422 user's native language is requested. */
425 /* Define to 1 if installation paths should be looked up in Windows32
426 Registry. Ignored on non windows32 hosts. */
427 #undef ENABLE_WIN32_REGISTRY
429 /* Define to be the last portion of registry key on windows hosts. */
430 #undef WIN32_REGISTRY_KEY
432 /* Define if your assembler supports .balign and .p2align. */
433 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
435 /* Define if your assembler supports specifying the maximum number
436 of bytes to skip when using the GAS .p2align command. */
437 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
439 /* Define if your assembler supports .subsection and .subsection -1 starts
440 emitting at the beginning of your section. */
441 #undef HAVE_GAS_SUBSECTION_ORDERING
443 /* Define if your assembler supports .weak. */
446 /* Define if your assembler and linker support .hidden. */
447 #undef HAVE_GAS_HIDDEN
449 /* Define if your assembler supports .sleb128 and .uleb128. */
450 #undef HAVE_AS_LEB128
452 /* Define if your assembler mis-optimizes .eh_frame data. */
453 #undef USE_AS_TRADITIONAL_FORMAT
455 /* Define if your assembler supports marking sections with SHF_MERGE flag. */
456 #undef HAVE_GAS_SHF_MERGE
458 /* Define if your assembler supports thread-local storage. */
461 /* Define if your assembler supports explicit relocations. */
462 #undef HAVE_AS_EXPLICIT_RELOCS
464 /* Define if your assembler supports .register. */
465 #undef HAVE_AS_REGISTER_PSEUDO_OP
467 /* Define if your assembler supports -relax option. */
468 #undef HAVE_AS_RELAX_OPTION
470 /* Define if your assembler and linker support unaligned PC relative relocs. */
471 #undef HAVE_AS_SPARC_UA_PCREL
473 /* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */
474 #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
476 /* Define if your assembler supports offsetable %lo(). */
477 #undef HAVE_AS_OFFSETABLE_LO10
479 /* Define if your assembler uses the new HImode fild and fist notation. */
480 #undef HAVE_GAS_FILDS_FISTS
482 /* Define true if the assembler supports '.long foo@GOTOFF'. */
483 #undef HAVE_AS_GOTOFF_IN_DATA
485 /* Define if your assembler supports ltoffx and ldxmov relocations. */
486 #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
488 /* Define if your assembler supports mfcr field. */
491 /* Define if your assembler supports dwarf2 .file/.loc directives,
492 and preserves file table indices exactly as given. */
493 #undef HAVE_AS_DWARF2_DEBUG_LINE
495 /* Define if your assembler supports the --gdwarf2 option. */
496 #undef HAVE_AS_GDWARF2_DEBUG_FLAG
498 /* Define if your assembler supports the --gstabs option. */
499 #undef HAVE_AS_GSTABS_DEBUG_FLAG
501 /* Define if your linker links a mix of read-only
502 and read-write sections into a read-write section. */
503 #undef HAVE_LD_RO_RW_SECTION_MIXING
505 /* Define if your linker supports --eh-frame-hdr option. */
506 #undef HAVE_LD_EH_FRAME_HDR
508 /* Define if your linker supports -pie option. */
511 /* Define if your MIPS libgloss linker scripts consistently include STARTUP directives. */
512 #undef HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES
514 /* Define to PREFIX/include if cpp should also search that directory. */
515 #undef PREFIX_INCLUDE_DIR