1*fc046893Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*fc046893Schristos /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp */ 3*fc046893Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4*fc046893Schristos 5*fc046893Schristos /* config.h. Generated from config.h.in by configure. */ 6*fc046893Schristos /* config.h.in. Generated from configure.ac by autoheader. */ 7*fc046893Schristos 8*fc046893Schristos /* Define if the type of bitfields effects alignment. */ 9*fc046893Schristos #define HAVE_BITFIELD_TYPE_MATTERS 1 10*fc046893Schristos 11*fc046893Schristos /* Define to 1 if the target assembler supports thread-local storage. */ 12*fc046893Schristos /* #undef HAVE_CC_TLS */ 13*fc046893Schristos 14*fc046893Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 15*fc046893Schristos #define HAVE_DLFCN_H 1 16*fc046893Schristos 17*fc046893Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 18*fc046893Schristos #define HAVE_INTTYPES_H 1 19*fc046893Schristos 20*fc046893Schristos /* Define to 1 if you have the <memory.h> header file. */ 21*fc046893Schristos #define HAVE_MEMORY_H 1 22*fc046893Schristos 23*fc046893Schristos /* Define to 1 if you have the <sched.h> header file. */ 24*fc046893Schristos #define HAVE_SCHED_H 1 25*fc046893Schristos 26*fc046893Schristos /* Define to 1 if you have the <stdint.h> header file. */ 27*fc046893Schristos #define HAVE_STDINT_H 1 28*fc046893Schristos 29*fc046893Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 30*fc046893Schristos #define HAVE_STDLIB_H 1 31*fc046893Schristos 32*fc046893Schristos /* Define to 1 if you have the <strings.h> header file. */ 33*fc046893Schristos #define HAVE_STRINGS_H 1 34*fc046893Schristos 35*fc046893Schristos /* Define to 1 if you have the <string.h> header file. */ 36*fc046893Schristos #define HAVE_STRING_H 1 37*fc046893Schristos 38*fc046893Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 39*fc046893Schristos #define HAVE_SYS_STAT_H 1 40*fc046893Schristos 41*fc046893Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 42*fc046893Schristos #define HAVE_SYS_TYPES_H 1 43*fc046893Schristos 44*fc046893Schristos /* Define to 1 if the target supports thread-local storage. */ 45*fc046893Schristos #define HAVE_TLS 1 46*fc046893Schristos 47*fc046893Schristos /* Define to 1 if you have the <unistd.h> header file. */ 48*fc046893Schristos #define HAVE_UNISTD_H 1 49*fc046893Schristos 50*fc046893Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 51*fc046893Schristos */ 52*fc046893Schristos #define LT_OBJDIR ".libs/" 53*fc046893Schristos 54*fc046893Schristos /* Define to the address where bug reports for this package should be sent. */ 55*fc046893Schristos #define PACKAGE_BUGREPORT "" 56*fc046893Schristos 57*fc046893Schristos /* Define to the full name of this package. */ 58*fc046893Schristos #define PACKAGE_NAME "package-unused" 59*fc046893Schristos 60*fc046893Schristos /* Define to the full name and version of this package. */ 61*fc046893Schristos #define PACKAGE_STRING "package-unused version-unused" 62*fc046893Schristos 63*fc046893Schristos /* Define to the one symbol short name of this package. */ 64*fc046893Schristos #define PACKAGE_TARNAME "libobjc" 65*fc046893Schristos 66*fc046893Schristos /* Define to the home page for this package. */ 67*fc046893Schristos #define PACKAGE_URL "" 68*fc046893Schristos 69*fc046893Schristos /* Define to the version of this package. */ 70*fc046893Schristos #define PACKAGE_VERSION "version-unused" 71*fc046893Schristos 72*fc046893Schristos /* Define to 1 if you have the ANSI C header files. */ 73*fc046893Schristos #define STDC_HEADERS 1 74