auto-host.h revision 96340
152914Sobrien/* $FreeBSD: head/gnu/usr.bin/cc/cc_tools/auto-host.h 96340 2002-05-10 08:54:50Z obrien $ */
252914Sobrien
345299Sobrien/* auto-host.h.  Generated automatically by configure.  */
496340Sobrien/* config.in.  Generated automatically from configure.in by autoheader 2.13.  */
545299Sobrien
652914Sobrien/* Define if using alloca.c.  */
752914Sobrien/* #undef C_ALLOCA */
852914Sobrien
952914Sobrien/* Define to empty if the keyword does not work.  */
1052914Sobrien/* #undef const */
1152914Sobrien
1252914Sobrien/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
1352914Sobrien   This function is required for alloca.c support on those systems.  */
1452914Sobrien/* #undef CRAY_STACKSEG_END */
1552914Sobrien
1696340Sobrien/* Define to the type of elements in the array set by `getgroups'.
1796340Sobrien   Usually this is either `int' or `gid_t'.  */
1896340Sobrien#define GETGROUPS_T gid_t
1996340Sobrien
2096340Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
2196340Sobrien/* #undef gid_t */
2296340Sobrien
2352914Sobrien/* Define if you have alloca, as a function or macro.  */
2452914Sobrien#define HAVE_ALLOCA 1
2552914Sobrien
2652914Sobrien/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
2752914Sobrien/* #undef HAVE_ALLOCA_H */
2852914Sobrien
2996340Sobrien/* Define if you have the ANSI # stringizing operator in cpp. */
3096340Sobrien#define HAVE_STRINGIZE 1
3145299Sobrien
3252914Sobrien/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
3352914Sobrien#define HAVE_SYS_WAIT_H 1
3452914Sobrien
3552914Sobrien/* Define if you have <vfork.h>.  */
3652914Sobrien/* #undef HAVE_VFORK_H */
3752914Sobrien
3852914Sobrien/* Define as __inline if that's what the C compiler calls it.  */
3952914Sobrien/* #undef inline */
4052914Sobrien
4196340Sobrien/* Define if your C compiler doesn't accept -c and -o together.  */
4296340Sobrien/* #undef NO_MINUS_C_MINUS_O */
4396340Sobrien
4452914Sobrien/* Define to `long' if <sys/types.h> doesn't define.  */
4552914Sobrien/* #undef off_t */
4652914Sobrien
4752914Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
4852914Sobrien/* #undef pid_t */
4952914Sobrien
5052914Sobrien/* Define to `unsigned' if <sys/types.h> doesn't define.  */
5152914Sobrien/* #undef size_t */
5252914Sobrien
5352914Sobrien/* If using the C implementation of alloca, define if you know the
5452914Sobrien   direction of stack growth for your system; otherwise it will be
5552914Sobrien   automatically deduced at run-time.
5652914Sobrien STACK_DIRECTION > 0 => grows toward higher addresses
5752914Sobrien STACK_DIRECTION < 0 => grows toward lower addresses
5852914Sobrien STACK_DIRECTION = 0 => direction of growth unknown
5952914Sobrien */
6052914Sobrien/* #undef STACK_DIRECTION */
6152914Sobrien
6245299Sobrien/* Define if you have the ANSI C header files.  */
6345299Sobrien#define STDC_HEADERS 1
6445299Sobrien
6545299Sobrien/* Define if you can safely include both <sys/time.h> and <time.h>.  */
6645299Sobrien#define TIME_WITH_SYS_TIME 1
6745299Sobrien
6896340Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
6996340Sobrien/* #undef uid_t */
7096340Sobrien
7152914Sobrien/* Define vfork as fork if vfork does not work.  */
7252914Sobrien/* #undef vfork */
7352914Sobrien
7496340Sobrien/* Define if your assembler supports specifying the maximum number
7596340Sobrien   of bytes to skip when using the GAS .p2align command.  */
7696340Sobrien#define HAVE_GAS_MAX_SKIP_P2ALIGN 1
7796340Sobrien
7896340Sobrien/* Define if your assembler supports .balign and .p2align.  */
7996340Sobrien#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
8096340Sobrien
8196340Sobrien/* Define if your assembler uses the old HImode fild and fist notation.  */
8296340Sobrien#define HAVE_GAS_FILDS_FISTS 1
8396340Sobrien
8496340Sobrien/* Define to `int' if <sys/types.h> doesn't define.  */
8596340Sobrien/* #undef ssize_t */
8696340Sobrien
8796340Sobrien/* Define if cpp should also search $prefix/include.  */
8896340Sobrien#define PREFIX_INCLUDE_DIR "NONE/include"
8996340Sobrien
9052914Sobrien/* Define if you have the __argz_count function.  */
9152914Sobrien/* #undef HAVE___ARGZ_COUNT */
9252914Sobrien
9352914Sobrien/* Define if you have the __argz_next function.  */
9452914Sobrien/* #undef HAVE___ARGZ_NEXT */
9552914Sobrien
9652914Sobrien/* Define if you have the __argz_stringify function.  */
9752914Sobrien/* #undef HAVE___ARGZ_STRINGIFY */
9852914Sobrien
9945299Sobrien/* Define if you have the atoll function.  */
10096340Sobrien#define HAVE_ATOLL 1
10145299Sobrien
10245299Sobrien/* Define if you have the atoq function.  */
10345299Sobrien/* #undef HAVE_ATOQ */
10445299Sobrien
10596340Sobrien/* Define if you have the clock function.  */
10696340Sobrien#define HAVE_CLOCK 1
10745299Sobrien
10896340Sobrien/* Define if you have the dcgettext function.  */
10996340Sobrien/* #undef HAVE_DCGETTEXT */
11045299Sobrien
11196340Sobrien/* Define if you have the dup2 function.  */
11296340Sobrien#define HAVE_DUP2 1
11345299Sobrien
11496340Sobrien/* Define if you have the feof_unlocked function.  */
11596340Sobrien/* #undef HAVE_FEOF_UNLOCKED */
11645299Sobrien
11796340Sobrien/* Define if you have the fgets_unlocked function.  */
11896340Sobrien/* #undef HAVE_FGETS_UNLOCKED */
11952914Sobrien
12096340Sobrien/* Define if you have the fprintf_unlocked function.  */
12196340Sobrien/* #undef HAVE_FPRINTF_UNLOCKED */
12296340Sobrien
12352914Sobrien/* Define if you have the fputc_unlocked function.  */
12452914Sobrien/* #undef HAVE_FPUTC_UNLOCKED */
12552914Sobrien
12652914Sobrien/* Define if you have the fputs_unlocked function.  */
12752914Sobrien/* #undef HAVE_FPUTS_UNLOCKED */
12852914Sobrien
12996340Sobrien/* Define if you have the fwrite_unlocked function.  */
13096340Sobrien/* #undef HAVE_FWRITE_UNLOCKED */
13196340Sobrien
13252914Sobrien/* Define if you have the getcwd function.  */
13352914Sobrien#define HAVE_GETCWD 1
13452914Sobrien
13596340Sobrien/* Define if you have the getegid function.  */
13696340Sobrien#define HAVE_GETEGID 1
13796340Sobrien
13896340Sobrien/* Define if you have the geteuid function.  */
13996340Sobrien#define HAVE_GETEUID 1
14096340Sobrien
14196340Sobrien/* Define if you have the getgid function.  */
14296340Sobrien#define HAVE_GETGID 1
14396340Sobrien
14452914Sobrien/* Define if you have the getpagesize function.  */
14552914Sobrien#define HAVE_GETPAGESIZE 1
14652914Sobrien
14745299Sobrien/* Define if you have the getrlimit function.  */
14845299Sobrien#define HAVE_GETRLIMIT 1
14945299Sobrien
15096340Sobrien/* Define if you have the getrusage function.  */
15196340Sobrien#define HAVE_GETRUSAGE 1
15245299Sobrien
15396340Sobrien/* Define if you have the getuid function.  */
15496340Sobrien#define HAVE_GETUID 1
15545299Sobrien
15645299Sobrien/* Define if you have the kill function.  */
15745299Sobrien#define HAVE_KILL 1
15845299Sobrien
15996340Sobrien/* Define if you have the lstat function.  */
16096340Sobrien#define HAVE_LSTAT 1
16196340Sobrien
16296340Sobrien/* Define if you have the mempcpy function.  */
16396340Sobrien/* #undef HAVE_MEMPCPY */
16496340Sobrien
16552914Sobrien/* Define if you have the munmap function.  */
16652914Sobrien#define HAVE_MUNMAP 1
16752914Sobrien
16896340Sobrien/* Define if you have the nl_langinfo function.  */
16996340Sobrien#define HAVE_NL_LANGINFO 1
17045299Sobrien
17152914Sobrien/* Define if you have the putc_unlocked function.  */
17252914Sobrien/* #undef HAVE_PUTC_UNLOCKED */
17352914Sobrien
17445299Sobrien/* Define if you have the putenv function.  */
17545299Sobrien#define HAVE_PUTENV 1
17645299Sobrien
17752914Sobrien/* Define if you have the setenv function.  */
17852914Sobrien#define HAVE_SETENV 1
17952914Sobrien
18052914Sobrien/* Define if you have the setlocale function.  */
18152914Sobrien#define HAVE_SETLOCALE 1
18252914Sobrien
18345299Sobrien/* Define if you have the setrlimit function.  */
18445299Sobrien#define HAVE_SETRLIMIT 1
18545299Sobrien
18652914Sobrien/* Define if you have the stpcpy function.  */
18752914Sobrien/* #undef HAVE_STPCPY */
18852914Sobrien
18952914Sobrien/* Define if you have the strcasecmp function.  */
19052914Sobrien#define HAVE_STRCASECMP 1
19152914Sobrien
19245299Sobrien/* Define if you have the strchr function.  */
19345299Sobrien#define HAVE_STRCHR 1
19445299Sobrien
19552914Sobrien/* Define if you have the strdup function.  */
19652914Sobrien#define HAVE_STRDUP 1
19752914Sobrien
19852914Sobrien/* Define if you have the strsignal function.  */
19952914Sobrien#define HAVE_STRSIGNAL 1
20052914Sobrien
20145299Sobrien/* Define if you have the strtoul function.  */
20245299Sobrien#define HAVE_STRTOUL 1
20345299Sobrien
20445299Sobrien/* Define if you have the sysconf function.  */
20545299Sobrien#define HAVE_SYSCONF 1
20645299Sobrien
20796340Sobrien/* Define if you have the times function.  */
20896340Sobrien#define HAVE_TIMES 1
20996340Sobrien
21096340Sobrien/* Define if you have the tsearch function.  */
21196340Sobrien#define HAVE_TSEARCH 1
21296340Sobrien
21352914Sobrien/* Define if you have the <argz.h> header file.  */
21452914Sobrien/* #undef HAVE_ARGZ_H */
21552914Sobrien
21652914Sobrien/* Define if you have the <direct.h> header file.  */
21752914Sobrien/* #undef HAVE_DIRECT_H */
21852914Sobrien
21945299Sobrien/* Define if you have the <fcntl.h> header file.  */
22045299Sobrien#define HAVE_FCNTL_H 1
22145299Sobrien
22296340Sobrien/* Define if you have the <langinfo.h> header file.  */
22396340Sobrien#define HAVE_LANGINFO_H 1
22496340Sobrien
22545299Sobrien/* Define if you have the <limits.h> header file.  */
22645299Sobrien#define HAVE_LIMITS_H 1
22745299Sobrien
22852914Sobrien/* Define if you have the <locale.h> header file.  */
22952914Sobrien#define HAVE_LOCALE_H 1
23052914Sobrien
23152914Sobrien/* Define if you have the <malloc.h> header file.  */
23252914Sobrien/* #undef HAVE_MALLOC_H */
23352914Sobrien
23452914Sobrien/* Define if you have the <nl_types.h> header file.  */
23552914Sobrien#define HAVE_NL_TYPES_H 1
23652914Sobrien
23745299Sobrien/* Define if you have the <stddef.h> header file.  */
23845299Sobrien#define HAVE_STDDEF_H 1
23945299Sobrien
24045299Sobrien/* Define if you have the <stdlib.h> header file.  */
24145299Sobrien#define HAVE_STDLIB_H 1
24245299Sobrien
24345299Sobrien/* Define if you have the <string.h> header file.  */
24445299Sobrien#define HAVE_STRING_H 1
24545299Sobrien
24645299Sobrien/* Define if you have the <strings.h> header file.  */
24745299Sobrien#define HAVE_STRINGS_H 1
24845299Sobrien
24945299Sobrien/* Define if you have the <sys/file.h> header file.  */
25045299Sobrien#define HAVE_SYS_FILE_H 1
25145299Sobrien
25245299Sobrien/* Define if you have the <sys/param.h> header file.  */
25345299Sobrien#define HAVE_SYS_PARAM_H 1
25445299Sobrien
25545299Sobrien/* Define if you have the <sys/resource.h> header file.  */
25645299Sobrien#define HAVE_SYS_RESOURCE_H 1
25745299Sobrien
25852914Sobrien/* Define if you have the <sys/stat.h> header file.  */
25952914Sobrien#define HAVE_SYS_STAT_H 1
26052914Sobrien
26145299Sobrien/* Define if you have the <sys/time.h> header file.  */
26245299Sobrien#define HAVE_SYS_TIME_H 1
26345299Sobrien
26445299Sobrien/* Define if you have the <sys/times.h> header file.  */
26545299Sobrien#define HAVE_SYS_TIMES_H 1
26645299Sobrien
26745299Sobrien/* Define if you have the <time.h> header file.  */
26845299Sobrien#define HAVE_TIME_H 1
26945299Sobrien
27045299Sobrien/* Define if you have the <unistd.h> header file.  */
27145299Sobrien#define HAVE_UNISTD_H 1
27245299Sobrien
27396340Sobrien/* Define to enable the use of a default linker. */
27496340Sobrien/* #undef DEFAULT_LINKER */
27596340Sobrien
27696340Sobrien/* Define to enable the use of a default assembler. */
27796340Sobrien/* #undef DEFAULT_ASSEMBLER */
27896340Sobrien
27996340Sobrien#ifdef WANT_COMPILER_INVARIANTS
28096340Sobrien//#warning WANT_COMPILER_INVARIANTS turned on
28196340Sobrien
28296340Sobrien/* Define if you want more run-time sanity checks.  This one gets a grab
28396340Sobrien   bag of miscellaneous but relatively cheap checks. */
28496340Sobrien#define ENABLE_CHECKING 1
28596340Sobrien
28696340Sobrien/* Define if you want all operations on trees (the basic data
28796340Sobrien   structure of the front ends) to be checked for dynamic type safety
28896340Sobrien   at runtime.  This is moderately expensive. */
28996340Sobrien#define ENABLE_TREE_CHECKING 1
29096340Sobrien
29196340Sobrien/* Define if you want all operations on RTL (the basic data structure
29296340Sobrien   of the optimizer and back end) to be checked for dynamic type safety
29396340Sobrien   at runtime.  This is quite expensive. */
29496340Sobrien#define ENABLE_RTL_CHECKING 1
29596340Sobrien
29696340Sobrien/* Define if you want the garbage collector to do object poisoning and
29796340Sobrien   other memory allocation checks.  This is quite expensive. */
29896340Sobrien#define ENABLE_GC_CHECKING 1
29996340Sobrien
30096340Sobrien/* Define if you want the garbage collector to operate in maximally
30196340Sobrien   paranoid mode, validating the entire heap and collecting garbage at
30296340Sobrien   every opportunity.  This is extremely expensive. */
30396340Sobrien#define ENABLE_GC_ALWAYS_COLLECT 1
30496340Sobrien
30596340Sobrien#endif	/* WANT_COMPILER_INVARIANTS */
30696340Sobrien
30796340Sobrien/* Define if you want the C and C++ compilers to support multibyte
30896340Sobrien   character sets for source code. */
30996340Sobrien/* #undef MULTIBYTE_CHARS */
31096340Sobrien
31196340Sobrien/* Define if your compiler understands volatile. */
31296340Sobrien#define HAVE_VOLATILE 1
31396340Sobrien
31496340Sobrien/* Define if your compiler supports the `long double' type. */
31596340Sobrien#define HAVE_LONG_DOUBLE 1
31696340Sobrien
31796340Sobrien/* Define if your compiler supports the `long long' type. */
31896340Sobrien#define HAVE_LONG_LONG 1
31996340Sobrien
32096340Sobrien/* Define if your compiler supports the `__int64' type. */
32196340Sobrien/* #undef HAVE___INT64 */
32296340Sobrien
32396340Sobrien/* Define if the `_Bool' type is built-in. */
32496340Sobrien/* #undef HAVE__BOOL */
32596340Sobrien
32696340Sobrien/* The number of bytes in type short */
32796340Sobrien#define SIZEOF_SHORT 2
32896340Sobrien
32996340Sobrien/* The number of bytes in type int */
33096340Sobrien#define SIZEOF_INT 4
33196340Sobrien
33296340Sobrien/* The number of bytes in type long */
33396340Sobrien/* #define SIZEOF_LONG 4 */
33496340Sobrien#if defined(__i386__) || defined(__powerpc__) || defined(__strongarm__)
33596340Sobrien#define SIZEOF_LONG SIZEOF_INT
33696340Sobrien#elif defined(__alpha__) || defined(__sparc64__) || defined(__ia64__)
33796340Sobrien#define SIZEOF_LONG SIZEOF_LONG_LONG
33896340Sobrien#else
33996340Sobrien#error "I don't know what arch this is."
34096340Sobrien#endif
34196340Sobrien
34296340Sobrien/* The number of bytes in type long long */
34396340Sobrien#define SIZEOF_LONG_LONG 8
34496340Sobrien
34596340Sobrien/* The number of bytes in type __int64 */
34696340Sobrien/* #undef SIZEOF___INT64 */
34796340Sobrien
34896340Sobrien/* Define if the host execution character set is EBCDIC. */
34996340Sobrien/* #undef HOST_EBCDIC */
35096340Sobrien
35196340Sobrien/* Always define this when using the GNU C Library */
35296340Sobrien/* #undef _GNU_SOURCE */
35396340Sobrien
35496340Sobrien/* Define if you have a working <stdbool.h> header file. */
35596340Sobrien#define HAVE_STDBOOL_H 1
35696340Sobrien
35796340Sobrien/* Define if you can safely include both <string.h> and <strings.h>. */
35896340Sobrien#define STRING_WITH_STRINGS 1
35996340Sobrien
36096340Sobrien/* Define as the number of bits in a byte, if `limits.h' doesn't. */
36196340Sobrien/* #undef CHAR_BIT */
36296340Sobrien
36396340Sobrien/* Define if the host machine stores words of multi-word integers in
36496340Sobrien   big-endian order. */
36596340Sobrien/* #undef HOST_WORDS_BIG_ENDIAN */
36696340Sobrien
36796340Sobrien/* Define to the floating point format of the host machine, if not IEEE. */
36896340Sobrien/* #undef HOST_FLOAT_FORMAT */
36996340Sobrien
37096340Sobrien/* Define to 1 if the host machine stores floating point numbers in
37196340Sobrien   memory with the word containing the sign bit at the lowest address,
37296340Sobrien   or to 0 if it does it the other way around.
37396340Sobrien
37496340Sobrien   This macro should not be defined if the ordering is the same as for
37596340Sobrien   multi-word integers. */
37696340Sobrien/* #undef HOST_FLOAT_WORDS_BIG_ENDIAN */
37796340Sobrien
37896340Sobrien/* Define if you have a working <inttypes.h> header file. */
37996340Sobrien#define HAVE_INTTYPES_H 1
38096340Sobrien
38196340Sobrien/* Define if printf supports %p. */
38296340Sobrien#define HAVE_PRINTF_PTR 1
38396340Sobrien
38496340Sobrien/* Define if mmap can get us zeroed pages from /dev/zero. */
38596340Sobrien#define HAVE_MMAP_DEV_ZERO 1
38696340Sobrien
38796340Sobrien/* Define if mmap can get us zeroed pages using MAP_ANON(YMOUS). */
38896340Sobrien#define HAVE_MMAP_ANON 1
38996340Sobrien
39096340Sobrien/* Define if read-only mmap of a plain file works. */
39196340Sobrien#define HAVE_MMAP_FILE 1
39296340Sobrien
39396340Sobrien/* Define if you have the iconv() function. */
39496340Sobrien/* #undef HAVE_ICONV */
39596340Sobrien
39696340Sobrien/* Define as const if the declaration of iconv() needs const. */
39796340Sobrien/* #undef ICONV_CONST */
39896340Sobrien
39996340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
40096340Sobrien#define HAVE_DECL_GETENV 1
40196340Sobrien
40296340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
40396340Sobrien#define HAVE_DECL_ATOL 1
40496340Sobrien
40596340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
40696340Sobrien#define HAVE_DECL_SBRK 1
40796340Sobrien
40896340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
40996340Sobrien#define HAVE_DECL_ABORT 1
41096340Sobrien
41196340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
41296340Sobrien#define HAVE_DECL_ATOF 1
41396340Sobrien
41496340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
41596340Sobrien#define HAVE_DECL_GETCWD 1
41696340Sobrien
41796340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
41896340Sobrien#define HAVE_DECL_GETWD 1
41996340Sobrien
42096340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
42196340Sobrien#define HAVE_DECL_STRSIGNAL 1
42296340Sobrien
42396340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
42496340Sobrien#define HAVE_DECL_PUTC_UNLOCKED 1
42596340Sobrien
42696340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
42796340Sobrien#define HAVE_DECL_FPUTS_UNLOCKED 0
42896340Sobrien
42996340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
43096340Sobrien#define HAVE_DECL_FWRITE_UNLOCKED 0
43196340Sobrien
43296340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
43396340Sobrien#define HAVE_DECL_FPRINTF_UNLOCKED 0
43496340Sobrien
43596340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
43696340Sobrien#define HAVE_DECL_STRSTR 1
43796340Sobrien
43896340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
43996340Sobrien#define HAVE_DECL_ERRNO 1
44096340Sobrien
44196340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
44296340Sobrien#define HAVE_DECL_MALLOC 1
44396340Sobrien
44496340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
44596340Sobrien#define HAVE_DECL_REALLOC 1
44696340Sobrien
44796340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
44896340Sobrien#define HAVE_DECL_CALLOC 1
44996340Sobrien
45096340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
45196340Sobrien#define HAVE_DECL_FREE 1
45296340Sobrien
45396340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
45496340Sobrien#define HAVE_DECL_BASENAME 1
45596340Sobrien
45696340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
45796340Sobrien#define HAVE_DECL_GETOPT 1
45896340Sobrien
45996340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
46096340Sobrien#define HAVE_DECL_CLOCK 1
46196340Sobrien
46296340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
46396340Sobrien#define HAVE_DECL_GETRLIMIT 1
46496340Sobrien
46596340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
46696340Sobrien#define HAVE_DECL_SETRLIMIT 1
46796340Sobrien
46896340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
46996340Sobrien#define HAVE_DECL_GETRUSAGE 1
47096340Sobrien
47196340Sobrien/* Define to 1 if we found this declaration otherwise define to 0. */
47296340Sobrien#define HAVE_DECL_TIMES 1
47396340Sobrien
47496340Sobrien/* Define if <sys/times.h> defines struct tms. */
47596340Sobrien#define HAVE_STRUCT_TMS 1
47696340Sobrien
47796340Sobrien/* Define if <time.h> defines clock_t. */
47896340Sobrien#define HAVE_CLOCK_T 1
47996340Sobrien
48096340Sobrien/* Define if host mkdir takes a single argument. */
48196340Sobrien/* #undef MKDIR_TAKES_ONE_ARG */
48296340Sobrien
48396340Sobrien/* Define if you have the iconv() function. */
48496340Sobrien/* #undef HAVE_ICONV */
48596340Sobrien
48696340Sobrien/* Define as const if the declaration of iconv() needs const. */
48796340Sobrien/* #undef ICONV_CONST */
48896340Sobrien
48996340Sobrien/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
49096340Sobrien#define HAVE_LANGINFO_CODESET 1
49196340Sobrien
49296340Sobrien/* Define if your <locale.h> file defines LC_MESSAGES. */
49396340Sobrien#define HAVE_LC_MESSAGES 1
49496340Sobrien
49596340Sobrien/* Define to 1 if translation of program messages to the user's native language
49696340Sobrien   is requested. */
49796340Sobrien/* #define ENABLE_NLS 1 */
49896340Sobrien
49996340Sobrien/* Define if you have the <libintl.h> header file. */
50096340Sobrien/* #undef HAVE_LIBINTL_H */
50196340Sobrien
50296340Sobrien/* Define if the GNU gettext() function is already present or preinstalled. */
50396340Sobrien/* #undef HAVE_GETTEXT */
50496340Sobrien
50596340Sobrien/* Define to use the libintl included with this package instead of any
50696340Sobrien   version in the system libraries. */
50796340Sobrien/* #define USE_INCLUDED_LIBINTL 1 */
50896340Sobrien
50996340Sobrien/* Define to 1 if installation paths should be looked up in Windows32
51096340Sobrien   Registry. Ignored on non windows32 hosts. */
51196340Sobrien/* #undef ENABLE_WIN32_REGISTRY */
51296340Sobrien
51396340Sobrien/* Define to be the last portion of registry key on windows hosts. */
51496340Sobrien/* #undef WIN32_REGISTRY_KEY */
51596340Sobrien
51696340Sobrien/* Define if your assembler supports .subsection and .subsection -1 starts
51796340Sobrien   emitting at the beginning of your section. */
51896340Sobrien#define HAVE_GAS_SUBSECTION_ORDERING 1
51996340Sobrien
52096340Sobrien/* Define if your assembler supports .weak. */
52196340Sobrien#define HAVE_GAS_WEAK 1
52296340Sobrien
52396340Sobrien/* Define if your assembler supports .hidden. */
52496340Sobrien#define HAVE_GAS_HIDDEN 1
52596340Sobrien
52696340Sobrien/* Define if your assembler supports .uleb128. */
52796340Sobrien#define HAVE_AS_LEB128 1
52896340Sobrien
52996340Sobrien/* Define if your assembler mis-optimizes .eh_frame data. */
53096340Sobrien/* #undef USE_AS_TRADITIONAL_FORMAT */
53196340Sobrien
53296340Sobrien/* Define if your assembler supports marking sections with SHF_MERGE flag. */
53396340Sobrien#define HAVE_GAS_SHF_MERGE 1	/* XXX:DEO new, caused Peter IA-64 trouble until he adjusted sys/boot/efi/libefi/arch/ia64/ldscript.ia64 */
53496340Sobrien
53596340Sobrien/* Define if your assembler supports explicit relocations. */
53696340Sobrien/* #undef HAVE_AS_EXPLICIT_RELOCS */
53796340Sobrien
53896340Sobrien/* Define if your assembler supports .register. */
53996340Sobrien/* #undef HAVE_AS_REGISTER_PSEUDO_OP */
54096340Sobrien
54196340Sobrien/* Define if your assembler supports -relax option. */
54296340Sobrien/* #undef HAVE_AS_RELAX_OPTION */
54396340Sobrien
54496340Sobrien/* Define if your assembler and linker support unaligned PC relative relocs. */
54596340Sobrien/* #undef HAVE_AS_SPARC_UA_PCREL */
54696340Sobrien
54796340Sobrien/* Define if the assembler supports 64bit sparc. */
54896340Sobrien/* #undef AS_SPARC64_FLAG */
54996340Sobrien
55096340Sobrien/* Define if your assembler supports offsetable %lo(). */
55196340Sobrien/* #undef HAVE_AS_OFFSETABLE_LO10 */
55296340Sobrien
55396340Sobrien/* Define true if the assembler supports '.long foo@GOTOFF'. */
55496340Sobrien/* DEO:XXX match TARGET_ELF definition in i386/freebsd.h.  */
55596340Sobrien#define HAVE_AS_GOTOFF_IN_DATA ((target_flags & MASK_AOUT) == 0)
55696340Sobrien
55796340Sobrien/* Define if your assembler supports dwarf2 .file/.loc directives,
55896340Sobrien   and preserves file table indices exactly as given. */
55996340Sobrien/* #undef HAVE_AS_DWARF2_DEBUG_LINE */
56096340Sobrien
56196340Sobrien/* Define if your assembler supports the --gdwarf2 option. */
56296340Sobrien#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
56396340Sobrien
56496340Sobrien/* Define if your assembler supports the --gstabs option. */
56596340Sobrien#define HAVE_AS_GSTABS_DEBUG_FLAG 1
56696340Sobrien
56796340Sobrien/* Define if your linker supports --eh-frame-hdr option. */
56896340Sobrien#define HAVE_LD_EH_FRAME_HDR 1
56996340Sobrien
57096340Sobrien/* Define 0/1 to force the choice for exception handling model. */
57196340Sobrien/* #undef CONFIG_SJLJ_EXCEPTIONS */
57296340Sobrien
57396340Sobrien
57496340Sobrien/* Bison unconditionally undefines `const' if neither `__STDC__' nor
57596340Sobrien   __cplusplus are defined.  That's a problem since we use `const' in
57696340Sobrien   the GCC headers, and the resulting bison code is therefore type
57796340Sobrien   unsafe.  Thus, we must match the bison behavior here.  */
57896340Sobrien
57996340Sobrien#ifndef __STDC__
58096340Sobrien#ifndef __cplusplus
58196340Sobrien/* #undef const */
58296340Sobrien#define const
58396340Sobrien#endif
58496340Sobrien#endif
585