111819Sjulian/* This file is automatically generated.  DO NOT EDIT! */
211819Sjulian/* Generated from: NetBSD: mknative-gcc,v 1.113 2021/04/11 01:44:14 mrg Exp  */
311819Sjulian/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
411819Sjulian
511819Sjulian/* auto-target.h.  Generated from config.in by configure.  */
611819Sjulian/* config.in.  Generated from configure.ac by autoheader.  */
711819Sjulian
811819Sjulian/* Define to the .hidden-like directive if it exists. */
911819Sjulian#define AS_HIDDEN_DIRECTIVE .hidden
1011819Sjulian
1111819Sjulian/* Define to 1 if the assembler supports AVX. */
1211819Sjulian/* #undef HAVE_AS_AVX */
1311819Sjulian
1411819Sjulian/* Define to 1 if the assembler supports .cfi_sections .debug_frame directive.
1511819Sjulian   */
1611819Sjulian#define HAVE_AS_CFI_SECTIONS 1
1711819Sjulian
1811819Sjulian/* Define to 1 if the assembler supports LSE. */
1911819Sjulian/* #undef HAVE_AS_LSE */
2011819Sjulian
2111819Sjulian/* Define to 1 if the target assembler supports thread-local storage. */
2211819Sjulian#define HAVE_CC_TLS 1
2311819Sjulian
2411819Sjulian/* Define to 1 if you have the <ftw.h> header file. */
2511819Sjulian#define HAVE_FTW_H 1
2611819Sjulian
2711819Sjulian/* Define if _Unwind_GetIPInfo is available. */
2811819Sjulian#define HAVE_GETIPINFO 1
2911819Sjulian
3011819Sjulian/* Define if the compiler supports init priority. */
3111819Sjulian#define HAVE_INIT_PRIORITY 1
3211819Sjulian
3311819Sjulian/* Define to 1 if you have the <inttypes.h> header file. */
3411991Sjulian#define HAVE_INTTYPES_H 1
3511819Sjulian
3611819Sjulian/* Define to 1 if you have the <memory.h> header file. */
3711819Sjulian#define HAVE_MEMORY_H 1
3811819Sjulian
3911819Sjulian/* Define if the system-provided CRTs are present on Solaris. */
4011819Sjulian/* #undef HAVE_SOLARIS_CRTS */
4111819Sjulian
4211819Sjulian/* Define to 1 if you have the <stdint.h> header file. */
4311819Sjulian#define HAVE_STDINT_H 1
4411819Sjulian
4511819Sjulian/* Define to 1 if you have the <stdlib.h> header file. */
4611819Sjulian#define HAVE_STDLIB_H 1
4711819Sjulian
4811819Sjulian/* Define to 1 if you have the <strings.h> header file. */
4911819Sjulian#define HAVE_STRINGS_H 1
5011819Sjulian
5111819Sjulian/* Define to 1 if you have the <string.h> header file. */
5211819Sjulian#define HAVE_STRING_H 1
5311819Sjulian
5411819Sjulian/* Define to 1 if you have the <sys/auxv.h> header file. */
5511819Sjulian/* #undef HAVE_SYS_AUXV_H */
5611819Sjulian
5711819Sjulian/* Define to 1 if you have the <sys/stat.h> header file. */
5811819Sjulian#define HAVE_SYS_STAT_H 1
5911819Sjulian
6011819Sjulian/* Define to 1 if you have the <sys/types.h> header file. */
6111819Sjulian#define HAVE_SYS_TYPES_H 1
6211819Sjulian
6311819Sjulian/* Define to 1 if you have the <unistd.h> header file. */
6411819Sjulian#define HAVE_UNISTD_H 1
6511819Sjulian
6611819Sjulian/* Define to the address where bug reports for this package should be sent. */
6711819Sjulian#define PACKAGE_BUGREPORT ""
6811819Sjulian
6911819Sjulian/* Define to the full name of this package. */
7011819Sjulian#define PACKAGE_NAME "GNU C Runtime Library"
7111819Sjulian
7211819Sjulian/* Define to the full name and version of this package. */
7311991Sjulian#define PACKAGE_STRING "GNU C Runtime Library 1.0"
7411991Sjulian
7511991Sjulian/* Define to the one symbol short name of this package. */
7611991Sjulian#define PACKAGE_TARNAME "libgcc"
7711991Sjulian
7811991Sjulian/* Define to the home page for this package. */
7911991Sjulian#define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
8011819Sjulian
8111819Sjulian/* Define to the version of this package. */
8211819Sjulian#define PACKAGE_VERSION "1.0"
8311819Sjulian
8411819Sjulian/* The size of `double', as computed by sizeof. */
8511819Sjulian#define SIZEOF_DOUBLE 8
8611819Sjulian
8711819Sjulian/* The size of `long double', as computed by sizeof. */
8811819Sjulian#define SIZEOF_LONG_DOUBLE 8
8911947Sjulian
9011819Sjulian/* Define to 1 if you have the ANSI C header files. */
9111819Sjulian#define STDC_HEADERS 1
9211947Sjulian
9311947Sjulian/* Define to 1 if the target use emutls for thread-local storage. */
9411947Sjulian/* #undef USE_EMUTLS */
9511947Sjulian
9611947Sjulian/* Enable large inode numbers on Mac OS X 10.5.  */
9711947Sjulian#ifndef _DARWIN_USE_64_BIT_INODE
9811947Sjulian# define _DARWIN_USE_64_BIT_INODE 1
9911947Sjulian#endif
10011947Sjulian
10111819Sjulian/* Number of bits in a file offset, on hosts where this is settable. */
10211819Sjulian/* #undef _FILE_OFFSET_BITS */
10311819Sjulian
104/* Define for large files, on AIX-style hosts. */
105/* #undef _LARGE_FILES */
106