config.in revision 161651
167555Smsmith/* config.in.  Generated from configure.ac by autoheader.  */
267555Smsmith
3123103Sps/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4123103Sps#undef BYTEORDER
567555Smsmith
667555Smsmith/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
767555Smsmith#undef CHAR_BIT
867555Smsmith
967555Smsmith/* Define 0/1 to force the choice for exception handling model. */
1067555Smsmith#undef CONFIG_SJLJ_EXCEPTIONS
1167555Smsmith
1267555Smsmith/* Define to enable the use of a default assembler. */
1367555Smsmith#undef DEFAULT_ASSEMBLER
1467555Smsmith
1567555Smsmith/* Define to enable the use of a default linker. */
1667555Smsmith#undef DEFAULT_LINKER
1767555Smsmith
1867555Smsmith/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
1967555Smsmith   destructors for local statics and global objects. This is essential for
2067555Smsmith   fully standards-compliant handling of destructors, but requires
2167555Smsmith   __cxa_atexit in libc. */
2267555Smsmith#undef DEFAULT_USE_CXA_ATEXIT
2367555Smsmith
2467555Smsmith/* Define if you want more run-time sanity checks. This one gets a grab bag of
2567555Smsmith   miscellaneous but relatively cheap checks. */
2667555Smsmith#undef ENABLE_CHECKING
2767555Smsmith
2867555Smsmith/* Define if you want fold checked that it never destructs its argument. This
2967555Smsmith   is quite expensive. */
3067555Smsmith#undef ENABLE_FOLD_CHECKING
3167555Smsmith
3267555Smsmith/* Define if you want the garbage collector to operate in maximally paranoid
3367555Smsmith   mode, validating the entire heap and collecting garbage at every
3467555Smsmith   opportunity. This is extremely expensive. */
3567555Smsmith#undef ENABLE_GC_ALWAYS_COLLECT
3667555Smsmith
3767555Smsmith/* Define if you want the garbage collector to do object poisoning and other
3867555Smsmith   memory allocation checks. This is quite expensive. */
3967555Smsmith#undef ENABLE_GC_CHECKING
4067555Smsmith
4167555Smsmith/* Define to 1 if translation of program messages to the user's native
4267555Smsmith   language is requested. */
4367555Smsmith#undef ENABLE_NLS
4467555Smsmith
4567555Smsmith/* Define if you want all operations on RTL (the basic data structure of the
4667555Smsmith   optimizer and back end) to be checked for dynamic type safety at runtime.
4767555Smsmith   This is quite expensive. */
4867555Smsmith#undef ENABLE_RTL_CHECKING
4967555Smsmith
5067555Smsmith/* Define if you want RTL flag accesses to be checked against the RTL codes
5167555Smsmith   that are supported for each access macro. This is relatively cheap. */
5267555Smsmith#undef ENABLE_RTL_FLAG_CHECKING
5367555Smsmith
5467555Smsmith/* Define if you want all operations on trees (the basic data structure of the
5567555Smsmith   front ends) to be checked for dynamic type safety at runtime. This is
5667555Smsmith   moderately expensive. */
5767555Smsmith#undef ENABLE_TREE_CHECKING
5867555Smsmith
5967555Smsmith/* Define if you want to run subprograms and generated programs through
6067555Smsmith   valgrind (a memory checker). This is extremely expensive. */
6167555Smsmith#undef ENABLE_VALGRIND_CHECKING
6267555Smsmith
6367555Smsmith/* Define to 1 if installation paths should be looked up in Windows32
6467555Smsmith   Registry. Ignored on non windows32 hosts. */
6567555Smsmith#undef ENABLE_WIN32_REGISTRY
6667555Smsmith
6767555Smsmith/* Define to the name of a file containing a list of extra machine modes for
6867555Smsmith   this architecture. */
6967555Smsmith#undef EXTRA_MODES_FILE
7067555Smsmith
7167555Smsmith/* Define to enable detailed memory allocation stats gathering. */
7267555Smsmith#undef GATHER_STATISTICS
7367555Smsmith
7467555Smsmith/* Define to the type of elements in the array set by `getgroups'. Usually
7567555Smsmith   this is either `int' or `gid_t'. */
7667555Smsmith#undef GETGROUPS_T
7767555Smsmith
7867555Smsmith/* Define to 1 if you have the `alphasort' function. */
7967555Smsmith#undef HAVE_ALPHASORT
8067555Smsmith
8167555Smsmith/* Define if your assembler supports dwarf2 .file/.loc directives, and
8267555Smsmith   preserves file table indices exactly as given. */
8367555Smsmith#undef HAVE_AS_DWARF2_DEBUG_LINE
8467555Smsmith
8567555Smsmith/* Define if your assembler supports explicit relocations. */
8667555Smsmith#undef HAVE_AS_EXPLICIT_RELOCS
8767555Smsmith
8867555Smsmith/* Define if your assembler supports the --gdwarf2 option. */
8967555Smsmith#undef HAVE_AS_GDWARF2_DEBUG_FLAG
9067555Smsmith
9167555Smsmith/* Define true if the assembler supports '.long foo@GOTOFF'. */
9267555Smsmith#undef HAVE_AS_GOTOFF_IN_DATA
9367555Smsmith
9467555Smsmith/* Define if your assembler supports the --gstabs option. */
9567555Smsmith#undef HAVE_AS_GSTABS_DEBUG_FLAG
9667555Smsmith
9767555Smsmith/* Define if your assembler supports the Sun syntax for cmov. */
9867555Smsmith#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
9967555Smsmith
10067555Smsmith/* Define if your assembler supports the lituse_jsrdirect relocation. */
10167555Smsmith#undef HAVE_AS_JSRDIRECT_RELOCS
10267555Smsmith
10367555Smsmith/* Define if your assembler supports .sleb128 and .uleb128. */
10467555Smsmith#undef HAVE_AS_LEB128
10567555Smsmith
10667555Smsmith/* Define if your assembler supports ltoffx and ldxmov relocations. */
107123103Sps#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
10891790Smsmith
10967555Smsmith/* Define if your assembler supports mfcr field. */
11067555Smsmith#undef HAVE_AS_MFCRF
11167555Smsmith
11267555Smsmith/* Define if your assembler supports the -no-mul-bug-abort option. */
11367555Smsmith#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
11467555Smsmith
11567555Smsmith/* Define if your assembler supports offsetable %lo(). */
11667555Smsmith#undef HAVE_AS_OFFSETABLE_LO10
11791790Smsmith
11891790Smsmith/* Define if your assembler supports .register. */
11991790Smsmith#undef HAVE_AS_REGISTER_PSEUDO_OP
12091790Smsmith
12191790Smsmith/* Define if your assembler supports -relax option. */
12291790Smsmith#undef HAVE_AS_RELAX_OPTION
12391790Smsmith
12491790Smsmith/* Define if your assembler and linker support unaligned PC relative relocs.
12591790Smsmith   */
12691790Smsmith#undef HAVE_AS_SPARC_UA_PCREL
12791790Smsmith
12891790Smsmith/* Define if your assembler and linker support unaligned PC relative relocs
12991790Smsmith   against hidden symbols. */
13091790Smsmith#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
13191790Smsmith
13291790Smsmith/* Define if your assembler supports thread-local storage. */
133118508Sps#undef HAVE_AS_TLS
134118508Sps
135118508Sps/* Define to 1 if you have the `atoll' function. */
13691790Smsmith#undef HAVE_ATOLL
13767555Smsmith
13867555Smsmith/* Define to 1 if you have the `atoq' function. */
13967555Smsmith#undef HAVE_ATOQ
14067555Smsmith
14167555Smsmith/* Define to 1 if you have the `clock' function. */
14267555Smsmith#undef HAVE_CLOCK
14367555Smsmith
14467555Smsmith/* Define if <time.h> defines clock_t. */
14567555Smsmith#undef HAVE_CLOCK_T
14667555Smsmith
14767555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
14867555Smsmith#undef HAVE_DECL_ABORT
14967555Smsmith
15067555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
15167555Smsmith#undef HAVE_DECL_ATOF
15267555Smsmith
15367555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
15467555Smsmith#undef HAVE_DECL_ATOL
15567555Smsmith
15667555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
15767555Smsmith#undef HAVE_DECL_BASENAME
15867555Smsmith
15967555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
16067555Smsmith#undef HAVE_DECL_CALLOC
16167555Smsmith
16267555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
16367555Smsmith#undef HAVE_DECL_CLOCK
16467555Smsmith
16567555Smsmith/* Define to 1 if we found this declaration otherwise define to 0. */
16667555Smsmith#undef HAVE_DECL_ERRNO
16767555Smsmith
168/* Define to 1 if we found this declaration otherwise define to 0. */
169#undef HAVE_DECL_FPRINTF_UNLOCKED
170
171/* Define to 1 if we found this declaration otherwise define to 0. */
172#undef HAVE_DECL_FPUTS_UNLOCKED
173
174/* Define to 1 if we found this declaration otherwise define to 0. */
175#undef HAVE_DECL_FREE
176
177/* Define to 1 if we found this declaration otherwise define to 0. */
178#undef HAVE_DECL_FWRITE_UNLOCKED
179
180/* Define to 1 if we found this declaration otherwise define to 0. */
181#undef HAVE_DECL_GETCWD
182
183/* Define to 1 if we found this declaration otherwise define to 0. */
184#undef HAVE_DECL_GETENV
185
186/* Define to 1 if we found this declaration otherwise define to 0. */
187#undef HAVE_DECL_GETOPT
188
189/* Define to 1 if we found this declaration otherwise define to 0. */
190#undef HAVE_DECL_GETRLIMIT
191
192/* Define to 1 if we found this declaration otherwise define to 0. */
193#undef HAVE_DECL_GETRUSAGE
194
195/* Define to 1 if we found this declaration otherwise define to 0. */
196#undef HAVE_DECL_GETWD
197
198/* Define to 1 if we found this declaration otherwise define to 0. */
199#undef HAVE_DECL_LDGETNAME
200
201/* Define to 1 if we found this declaration otherwise define to 0. */
202#undef HAVE_DECL_MALLOC
203
204/* Define to 1 if we found this declaration otherwise define to 0. */
205#undef HAVE_DECL_PUTC_UNLOCKED
206
207/* Define to 1 if we found this declaration otherwise define to 0. */
208#undef HAVE_DECL_REALLOC
209
210/* Define to 1 if we found this declaration otherwise define to 0. */
211#undef HAVE_DECL_SBRK
212
213/* Define to 1 if we found this declaration otherwise define to 0. */
214#undef HAVE_DECL_SETRLIMIT
215
216/* Define to 1 if we found this declaration otherwise define to 0. */
217#undef HAVE_DECL_SNPRINTF
218
219/* Define to 1 if we found this declaration otherwise define to 0. */
220#undef HAVE_DECL_STRSIGNAL
221
222/* Define to 1 if we found this declaration otherwise define to 0. */
223#undef HAVE_DECL_STRSTR
224
225/* Define to 1 if we found this declaration otherwise define to 0. */
226#undef HAVE_DECL_TIMES
227
228/* Define to 1 if we found this declaration otherwise define to 0. */
229#undef HAVE_DECL_VASPRINTF
230
231/* Define to 1 if you have the <direct.h> header file. */
232#undef HAVE_DIRECT_H
233
234/* Define to 1 if you have the `dup2' function. */
235#undef HAVE_DUP2
236
237/* Define to 1 if you have the <fcntl.h> header file. */
238#undef HAVE_FCNTL_H
239
240/* Define to 1 if you have the `fork' function. */
241#undef HAVE_FORK
242
243/* Define to 1 if you have the `fprintf_unlocked' function. */
244#undef HAVE_FPRINTF_UNLOCKED
245
246/* Define to 1 if you have the `fputc_unlocked' function. */
247#undef HAVE_FPUTC_UNLOCKED
248
249/* Define to 1 if you have the `fputs_unlocked' function. */
250#undef HAVE_FPUTS_UNLOCKED
251
252/* Define to 1 if you have the `fwrite_unlocked' function. */
253#undef HAVE_FWRITE_UNLOCKED
254
255/* Define if your assembler supports .balign and .p2align. */
256#undef HAVE_GAS_BALIGN_AND_P2ALIGN
257
258/* Define if your assembler uses the new HImode fild and fist notation. */
259#undef HAVE_GAS_FILDS_FISTS
260
261/* Define if your assembler and linker support .hidden. */
262#undef HAVE_GAS_HIDDEN
263
264/* Define if your assembler supports specifying the maximum number of bytes to
265   skip when using the GAS .p2align command. */
266#undef HAVE_GAS_MAX_SKIP_P2ALIGN
267
268/* Define if your assembler supports .nsubspa comdat option. */
269#undef HAVE_GAS_NSUBSPA_COMDAT
270
271/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
272   */
273#undef HAVE_GAS_SHF_MERGE
274
275/* Define if your assembler supports .subsection and .subsection -1 starts
276   emitting at the beginning of your section. */
277#undef HAVE_GAS_SUBSECTION_ORDERING
278
279/* Define if your assembler supports .weak. */
280#undef HAVE_GAS_WEAK
281
282/* Define to 1 if you have the `getrlimit' function. */
283#undef HAVE_GETRLIMIT
284
285/* Define to 1 if you have the `getrusage' function. */
286#undef HAVE_GETRUSAGE
287
288/* Define to 1 if you have the `gettimeofday' function. */
289#undef HAVE_GETTIMEOFDAY
290
291/* Define if you have the iconv() function. */
292#undef HAVE_ICONV
293
294/* Define to 1 if you have the <iconv.h> header file. */
295#undef HAVE_ICONV_H
296
297/* Define .init_array/.fini_array sections are available and working. */
298#undef HAVE_INITFINI_ARRAY
299
300/* Define if you have a working <inttypes.h> header file. */
301#undef HAVE_INTTYPES_H
302
303/* Define to 1 if you have the `kill' function. */
304#undef HAVE_KILL
305
306/* Define to 1 if you have the <langinfo.h> header file. */
307#undef HAVE_LANGINFO_H
308
309/* Define if your <locale.h> file defines LC_MESSAGES. */
310#undef HAVE_LC_MESSAGES
311
312/* Define to 1 if you have the <ldfcn.h> header file. */
313#undef HAVE_LDFCN_H
314
315/* Define if your linker supports --as-needed and --no-as-needed options. */
316#undef HAVE_LD_AS_NEEDED
317
318/* Define if your linker supports --eh-frame-hdr option. */
319#undef HAVE_LD_EH_FRAME_HDR
320
321/* Define if your linker supports -pie option. */
322#undef HAVE_LD_PIE
323
324/* Define if your linker links a mix of read-only and read-write sections into
325   a read-write section. */
326#undef HAVE_LD_RO_RW_SECTION_MIXING
327
328/* Define if your linker supports -Bstatic/-Bdynamic option. */
329#undef HAVE_LD_STATIC_DYNAMIC
330
331/* Define to 1 if you have the <limits.h> header file. */
332#undef HAVE_LIMITS_H
333
334/* Define to 1 if you have the <locale.h> header file. */
335#undef HAVE_LOCALE_H
336
337/* Define if your compiler supports the \`long long' type. */
338#undef HAVE_LONG_LONG
339
340/* Define to 1 if you have the <malloc.h> header file. */
341#undef HAVE_MALLOC_H
342
343/* Define to 1 if you have the `mbstowcs' function. */
344#undef HAVE_MBSTOWCS
345
346/* Define if valgrind's memcheck.h header is installed. */
347#undef HAVE_MEMCHECK_H
348
349/* Define to 1 if you have the <memory.h> header file. */
350#undef HAVE_MEMORY_H
351
352/* Define to 1 if you have the `mincore' function. */
353#undef HAVE_MINCORE
354
355/* Define to 1 if you have the `mmap' function. */
356#undef HAVE_MMAP
357
358/* Define if mmap with MAP_ANON(YMOUS) works. */
359#undef HAVE_MMAP_ANON
360
361/* Define if mmap of /dev/zero works. */
362#undef HAVE_MMAP_DEV_ZERO
363
364/* Define if read-only mmap of a plain file works. */
365#undef HAVE_MMAP_FILE
366
367/* Define to 1 if you have the `nl_langinfo' function. */
368#undef HAVE_NL_LANGINFO
369
370/* Define if printf supports "%p". */
371#undef HAVE_PRINTF_PTR
372
373/* Define to 1 if you have the `putc_unlocked' function. */
374#undef HAVE_PUTC_UNLOCKED
375
376/* Define to 1 if you have the `scandir' function. */
377#undef HAVE_SCANDIR
378
379/* Define to 1 if you have the `setlocale' function. */
380#undef HAVE_SETLOCALE
381
382/* Define to 1 if you have the `setrlimit' function. */
383#undef HAVE_SETRLIMIT
384
385/* Define if you have a working <stdbool.h> header file. */
386#undef HAVE_STDBOOL_H
387
388/* Define to 1 if you have the <stddef.h> header file. */
389#undef HAVE_STDDEF_H
390
391/* Define to 1 if you have the <stdint.h> header file. */
392#undef HAVE_STDINT_H
393
394/* Define to 1 if you have the <stdlib.h> header file. */
395#undef HAVE_STDLIB_H
396
397/* Define to 1 if you have the <strings.h> header file. */
398#undef HAVE_STRINGS_H
399
400/* Define to 1 if you have the <string.h> header file. */
401#undef HAVE_STRING_H
402
403/* Define to 1 if you have the `strsignal' function. */
404#undef HAVE_STRSIGNAL
405
406/* Define if <sys/times.h> defines struct tms. */
407#undef HAVE_STRUCT_TMS
408
409/* Define to 1 if you have the `sysconf' function. */
410#undef HAVE_SYSCONF
411
412/* Define to 1 if you have the <sys/file.h> header file. */
413#undef HAVE_SYS_FILE_H
414
415/* Define to 1 if you have the <sys/mman.h> header file. */
416#undef HAVE_SYS_MMAN_H
417
418/* Define to 1 if you have the <sys/param.h> header file. */
419#undef HAVE_SYS_PARAM_H
420
421/* Define to 1 if you have the <sys/resource.h> header file. */
422#undef HAVE_SYS_RESOURCE_H
423
424/* Define to 1 if you have the <sys/stat.h> header file. */
425#undef HAVE_SYS_STAT_H
426
427/* Define to 1 if you have the <sys/times.h> header file. */
428#undef HAVE_SYS_TIMES_H
429
430/* Define to 1 if you have the <sys/time.h> header file. */
431#undef HAVE_SYS_TIME_H
432
433/* Define to 1 if you have the <sys/types.h> header file. */
434#undef HAVE_SYS_TYPES_H
435
436/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
437#undef HAVE_SYS_WAIT_H
438
439/* Define to 1 if you have the `times' function. */
440#undef HAVE_TIMES
441
442/* Define to 1 if you have the <time.h> header file. */
443#undef HAVE_TIME_H
444
445/* Define if <sys/types.h> defines \`uchar'. */
446#undef HAVE_UCHAR
447
448/* Define to 1 if you have the <unistd.h> header file. */
449#undef HAVE_UNISTD_H
450
451/* Define if valgrind's valgrind/memcheck.h header is installed. */
452#undef HAVE_VALGRIND_MEMCHECK_H
453
454/* Define to 1 if you have the `vfork' function. */
455#undef HAVE_VFORK
456
457/* Define to 1 if you have the <vfork.h> header file. */
458#undef HAVE_VFORK_H
459
460/* Define to 1 if you have the <wchar.h> header file. */
461#undef HAVE_WCHAR_H
462
463/* Define to 1 if you have the `wcswidth' function. */
464#undef HAVE_WCSWIDTH
465
466/* Define to 1 if `fork' works. */
467#undef HAVE_WORKING_FORK
468
469/* Define this macro if mbstowcs does not crash when its first argument is
470   NULL. */
471#undef HAVE_WORKING_MBSTOWCS
472
473/* Define to 1 if `vfork' works. */
474#undef HAVE_WORKING_VFORK
475
476/* Define if the \`_Bool' type is built-in. */
477#undef HAVE__BOOL
478
479/* Define if your compiler supports the \`__int64' type. */
480#undef HAVE___INT64
481
482/* Define if the host machine stores words of multi-word integers in
483   big-endian order. */
484#undef HOST_WORDS_BIG_ENDIAN
485
486/* Define as const if the declaration of iconv() needs const. */
487#undef ICONV_CONST
488
489/* Define if host mkdir takes a single argument. */
490#undef MKDIR_TAKES_ONE_ARG
491
492/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
493#undef NEED_64BIT_HOST_WIDE_INT
494
495/* Define to 1 if your C compiler doesn't accept -c and -o together. */
496#undef NO_MINUS_C_MINUS_O
497
498/* Define to the address where bug reports for this package should be sent. */
499#undef PACKAGE_BUGREPORT
500
501/* Define to the full name of this package. */
502#undef PACKAGE_NAME
503
504/* Define to the full name and version of this package. */
505#undef PACKAGE_STRING
506
507/* Define to the one symbol short name of this package. */
508#undef PACKAGE_TARNAME
509
510/* Define to the version of this package. */
511#undef PACKAGE_VERSION
512
513/* Define to PREFIX/include if cpp should also search that directory. */
514#undef PREFIX_INCLUDE_DIR
515
516/* The number of bytes in type int */
517#undef SIZEOF_INT
518
519/* The number of bytes in type long */
520#undef SIZEOF_LONG
521
522/* The number of bytes in type long long */
523#undef SIZEOF_LONG_LONG
524
525/* The number of bytes in type short */
526#undef SIZEOF_SHORT
527
528/* The number of bytes in type void * */
529#undef SIZEOF_VOID_P
530
531/* The number of bytes in type __int64 */
532#undef SIZEOF___INT64
533
534/* Define to 1 if you have the ANSI C header files. */
535#undef STDC_HEADERS
536
537/* Define if you can safely include both <string.h> and <strings.h>. */
538#undef STRING_WITH_STRINGS
539
540/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
541#undef TIME_WITH_SYS_TIME
542
543/* Define if your assembler mis-optimizes .eh_frame data. */
544#undef USE_AS_TRADITIONAL_FORMAT
545
546/* Define to be the last portion of registry key on windows hosts. */
547#undef WIN32_REGISTRY_KEY
548
549/* whether byteorder is bigendian */
550#undef WORDS_BIGENDIAN
551
552/* Always define this when using the GNU C Library */
553#undef _GNU_SOURCE
554
555/* Define to `int' if <sys/types.h> doesn't define. */
556#undef gid_t
557
558/* Define to `__inline__' or `__inline' if that's what the C compiler
559   calls it, or to nothing if 'inline' is not supported under any name.  */
560#ifndef __cplusplus
561#undef inline
562#endif
563
564/* Define to `int' if <sys/types.h> does not define. */
565#undef pid_t
566
567/* Define to \`long' if <sys/resource.h> doesn't define. */
568#undef rlim_t
569
570/* Define to `int' if <sys/types.h> does not define. */
571#undef ssize_t
572
573/* Define to `int' if <sys/types.h> doesn't define. */
574#undef uid_t
575
576/* Define as `fork' if `vfork' does not work. */
577#undef vfork
578