1fc046893Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*cf89d143Smrg /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp */ 3fc046893Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4fc046893Schristos 5fc046893Schristos /* auto-target.h. Generated from config.in by configure. */ 6fc046893Schristos /* config.in. Generated from configure.ac by autoheader. */ 7fc046893Schristos 8fc046893Schristos /* Define to the .hidden-like directive if it exists. */ 9fc046893Schristos #define AS_HIDDEN_DIRECTIVE .hidden 10fc046893Schristos 11fc046893Schristos /* Define to 1 if the assembler supports AVX. */ 12fc046893Schristos /* #undef HAVE_AS_AVX */ 13fc046893Schristos 14fc046893Schristos /* Define to 1 if the assembler supports .cfi_sections .debug_frame directive. 15fc046893Schristos */ 16fc046893Schristos #define HAVE_AS_CFI_SECTIONS 1 17fc046893Schristos 18fc046893Schristos /* Define to 1 if the assembler supports LSE. */ 19fc046893Schristos /* #undef HAVE_AS_LSE */ 20fc046893Schristos 21fc046893Schristos /* Define to 1 if the target assembler supports thread-local storage. */ 22fc046893Schristos #define HAVE_CC_TLS 1 23fc046893Schristos 24fc046893Schristos /* Define to 1 if you have the <ftw.h> header file. */ 25fc046893Schristos #define HAVE_FTW_H 1 26fc046893Schristos 27fc046893Schristos /* Define if _Unwind_GetIPInfo is available. */ 28fc046893Schristos #define HAVE_GETIPINFO 1 29fc046893Schristos 30fc046893Schristos /* Define if the compiler supports init priority. */ 31fc046893Schristos #define HAVE_INIT_PRIORITY 1 32fc046893Schristos 33fc046893Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 34fc046893Schristos #define HAVE_INTTYPES_H 1 35fc046893Schristos 36fc046893Schristos /* Define to 1 if you have the <memory.h> header file. */ 37fc046893Schristos #define HAVE_MEMORY_H 1 38fc046893Schristos 39fc046893Schristos /* Define if the system-provided CRTs are present on Solaris. */ 40fc046893Schristos /* #undef HAVE_SOLARIS_CRTS */ 41fc046893Schristos 42fc046893Schristos /* Define to 1 if you have the <stdint.h> header file. */ 43fc046893Schristos #define HAVE_STDINT_H 1 44fc046893Schristos 45fc046893Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 46fc046893Schristos #define HAVE_STDLIB_H 1 47fc046893Schristos 48fc046893Schristos /* Define to 1 if you have the <strings.h> header file. */ 49fc046893Schristos #define HAVE_STRINGS_H 1 50fc046893Schristos 51fc046893Schristos /* Define to 1 if you have the <string.h> header file. */ 52fc046893Schristos #define HAVE_STRING_H 1 53fc046893Schristos 54fc046893Schristos /* Define to 1 if you have the <sys/auxv.h> header file. */ 55fc046893Schristos /* #undef HAVE_SYS_AUXV_H */ 56fc046893Schristos 57*cf89d143Smrg /* Define to 1 if you have the <sys/mman.h> header file. */ 58*cf89d143Smrg #define HAVE_SYS_MMAN_H 1 59*cf89d143Smrg 60fc046893Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 61fc046893Schristos #define HAVE_SYS_STAT_H 1 62fc046893Schristos 63fc046893Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 64fc046893Schristos #define HAVE_SYS_TYPES_H 1 65fc046893Schristos 66fc046893Schristos /* Define to 1 if you have the <unistd.h> header file. */ 67fc046893Schristos #define HAVE_UNISTD_H 1 68fc046893Schristos 69fc046893Schristos /* Define to the address where bug reports for this package should be sent. */ 70fc046893Schristos #define PACKAGE_BUGREPORT "" 71fc046893Schristos 72fc046893Schristos /* Define to the full name of this package. */ 73fc046893Schristos #define PACKAGE_NAME "GNU C Runtime Library" 74fc046893Schristos 75fc046893Schristos /* Define to the full name and version of this package. */ 76fc046893Schristos #define PACKAGE_STRING "GNU C Runtime Library 1.0" 77fc046893Schristos 78fc046893Schristos /* Define to the one symbol short name of this package. */ 79fc046893Schristos #define PACKAGE_TARNAME "libgcc" 80fc046893Schristos 81fc046893Schristos /* Define to the home page for this package. */ 82fc046893Schristos #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" 83fc046893Schristos 84fc046893Schristos /* Define to the version of this package. */ 85fc046893Schristos #define PACKAGE_VERSION "1.0" 86fc046893Schristos 87fc046893Schristos /* The size of `double', as computed by sizeof. */ 88fc046893Schristos #define SIZEOF_DOUBLE 8 89fc046893Schristos 90fc046893Schristos /* The size of `long double', as computed by sizeof. */ 91fc046893Schristos #define SIZEOF_LONG_DOUBLE 16 92fc046893Schristos 93fc046893Schristos /* Define to 1 if you have the ANSI C header files. */ 94fc046893Schristos #define STDC_HEADERS 1 95fc046893Schristos 96fc046893Schristos /* Define to 1 if the target use emutls for thread-local storage. */ 97fc046893Schristos /* #undef USE_EMUTLS */ 98fc046893Schristos 99fc046893Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 100fc046893Schristos #ifndef _DARWIN_USE_64_BIT_INODE 101fc046893Schristos # define _DARWIN_USE_64_BIT_INODE 1 102fc046893Schristos #endif 103fc046893Schristos 104fc046893Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 105fc046893Schristos /* #undef _FILE_OFFSET_BITS */ 106fc046893Schristos 107fc046893Schristos /* Define for large files, on AIX-style hosts. */ 108fc046893Schristos /* #undef _LARGE_FILES */ 109