1156937Sru/* This file is automatically generated.  DO NOT EDIT! */
2156937Sru/* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp  */
3156937Sru/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4156937Sru
5221730Sru/* auto-target.h.  Generated from config.in by configure.  */
6253304Sbapt/* config.in.  Generated from configure.ac by autoheader.  */
7221730Sru
8156937Sru/* Define to the .hidden-like directive if it exists. */
9156937Sru#define AS_HIDDEN_DIRECTIVE .hidden
10221730Sru
11221730Sru/* Define to 1 if the assembler supports AVX. */
12221730Sru/* #undef HAVE_AS_AVX */
13255964Sdes
14255964Sdes/* Define to 1 if the assembler supports .cfi_sections .debug_frame directive.
15255964Sdes   */
16156937Sru#define HAVE_AS_CFI_SECTIONS 1
17221730Sru
18156937Sru/* Define to 1 if the assembler supports LSE. */
19221730Sru/* #undef HAVE_AS_LSE */
20221730Sru
21221730Sru/* Define to 1 if the target assembler supports thread-local storage. */
22221730Sru#define HAVE_CC_TLS 1
23221730Sru
24221730Sru/* Define to 1 if you have the <ftw.h> header file. */
25221730Sru#define HAVE_FTW_H 1
26221730Sru
27221730Sru/* Define if _Unwind_GetIPInfo is available. */
28221730Sru#define HAVE_GETIPINFO 1
29221730Sru
30221730Sru/* Define if the compiler supports init priority. */
31221730Sru#define HAVE_INIT_PRIORITY 1
32221730Sru
33255964Sdes/* Define to 1 if you have the <inttypes.h> header file. */
34221730Sru#define HAVE_INTTYPES_H 1
35221730Sru
36255964Sdes/* Define to 1 if you have the <memory.h> header file. */
37221730Sru#define HAVE_MEMORY_H 1
38221730Sru
39221730Sru/* Define if the system-provided CRTs are present on Solaris. */
40221730Sru/* #undef HAVE_SOLARIS_CRTS */
41221730Sru
42221730Sru/* Define to 1 if you have the <stdint.h> header file. */
43221730Sru#define HAVE_STDINT_H 1
44221730Sru
45221730Sru/* Define to 1 if you have the <stdlib.h> header file. */
46221730Sru#define HAVE_STDLIB_H 1
47221730Sru
48221730Sru/* Define to 1 if you have the <strings.h> header file. */
49221730Sru#define HAVE_STRINGS_H 1
50221730Sru
51221730Sru/* Define to 1 if you have the <string.h> header file. */
52221730Sru#define HAVE_STRING_H 1
53221730Sru
54221730Sru/* Define to 1 if you have the <sys/auxv.h> header file. */
55221730Sru/* #undef HAVE_SYS_AUXV_H */
56221730Sru
57221730Sru/* Define to 1 if you have the <sys/mman.h> header file. */
58221730Sru#define HAVE_SYS_MMAN_H 1
59221730Sru
60221730Sru/* Define to 1 if you have the <sys/stat.h> header file. */
61221730Sru#define HAVE_SYS_STAT_H 1
62221730Sru
63221730Sru/* Define to 1 if you have the <sys/types.h> header file. */
64221730Sru#define HAVE_SYS_TYPES_H 1
65221730Sru
66221730Sru/* Define to 1 if you have the <unistd.h> header file. */
67221730Sru#define HAVE_UNISTD_H 1
68221730Sru
69221730Sru/* Define to the address where bug reports for this package should be sent. */
70221730Sru#define PACKAGE_BUGREPORT ""
71221730Sru
72221730Sru/* Define to the full name of this package. */
73221730Sru#define PACKAGE_NAME "GNU C Runtime Library"
74221730Sru
75221730Sru/* Define to the full name and version of this package. */
76221730Sru#define PACKAGE_STRING "GNU C Runtime Library 1.0"
77156937Sru
78156937Sru/* Define to the one symbol short name of this package. */
79156937Sru#define PACKAGE_TARNAME "libgcc"
80221730Sru
81156937Sru/* Define to the home page for this package. */
82156937Sru#define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
83156937Sru
84156937Sru/* Define to the version of this package. */
85156937Sru#define PACKAGE_VERSION "1.0"
86221730Sru
87221730Sru/* The size of `double', as computed by sizeof. */
88156937Sru#define SIZEOF_DOUBLE 8
89156937Sru
90221730Sru/* The size of `long double', as computed by sizeof. */
91221730Sru#define SIZEOF_LONG_DOUBLE 8
92221730Sru
93221730Sru/* Define to 1 if you have the ANSI C header files. */
94156937Sru#define STDC_HEADERS 1
95221730Sru
96156937Sru/* Define to 1 if the target use emutls for thread-local storage. */
97156937Sru/* #undef USE_EMUTLS */
98156937Sru
99255964Sdes/* Enable large inode numbers on Mac OS X 10.5.  */
100221730Sru#ifndef _DARWIN_USE_64_BIT_INODE
101156937Sru# define _DARWIN_USE_64_BIT_INODE 1
102156937Sru#endif
103156937Sru
104156937Sru/* Number of bits in a file offset, on hosts where this is settable. */
105156937Sru/* #undef _FILE_OFFSET_BITS */
106156937Sru
107156937Sru/* Define for large files, on AIX-style hosts. */
108156937Sru/* #undef _LARGE_FILES */
109156937Sru