13dc76db1Smatt /* This file is automatically generated. DO NOT EDIT! */ 2*3d883ed1Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp */ 3*3d883ed1Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 43dc76db1Smatt 53dc76db1Smatt /* config.h. Generated from config.h.in by configure. */ 63dc76db1Smatt /* config.h.in. Generated from configure.ac by autoheader. */ 73dc76db1Smatt 89dd74e3aSmrg /* Define if the type of bitfields effects alignment. */ 99dd74e3aSmrg #define HAVE_BITFIELD_TYPE_MATTERS 1 109dd74e3aSmrg 1149d8c9ecSmrg /* Define to 1 if the target assembler supports thread-local storage. */ 1249d8c9ecSmrg /* #undef HAVE_CC_TLS */ 1349d8c9ecSmrg 143dc76db1Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 153dc76db1Smatt #define HAVE_DLFCN_H 1 163dc76db1Smatt 173dc76db1Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 183dc76db1Smatt #define HAVE_INTTYPES_H 1 193dc76db1Smatt 203dc76db1Smatt /* Define to 1 if you have the <memory.h> header file. */ 213dc76db1Smatt #define HAVE_MEMORY_H 1 223dc76db1Smatt 233dc76db1Smatt /* Define to 1 if you have the <sched.h> header file. */ 243dc76db1Smatt #define HAVE_SCHED_H 1 253dc76db1Smatt 263dc76db1Smatt /* Define to 1 if you have the <stdint.h> header file. */ 273dc76db1Smatt #define HAVE_STDINT_H 1 283dc76db1Smatt 293dc76db1Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 303dc76db1Smatt #define HAVE_STDLIB_H 1 313dc76db1Smatt 323dc76db1Smatt /* Define to 1 if you have the <strings.h> header file. */ 333dc76db1Smatt #define HAVE_STRINGS_H 1 343dc76db1Smatt 353dc76db1Smatt /* Define to 1 if you have the <string.h> header file. */ 363dc76db1Smatt #define HAVE_STRING_H 1 373dc76db1Smatt 383dc76db1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 393dc76db1Smatt #define HAVE_SYS_STAT_H 1 403dc76db1Smatt 413dc76db1Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 423dc76db1Smatt #define HAVE_SYS_TYPES_H 1 433dc76db1Smatt 4449d8c9ecSmrg /* Define to 1 if the target supports thread-local storage. */ 4549d8c9ecSmrg #define HAVE_TLS 1 4649d8c9ecSmrg 473dc76db1Smatt /* Define to 1 if you have the <unistd.h> header file. */ 483dc76db1Smatt #define HAVE_UNISTD_H 1 493dc76db1Smatt 503dc76db1Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 513dc76db1Smatt */ 523dc76db1Smatt #define LT_OBJDIR ".libs/" 533dc76db1Smatt 543dc76db1Smatt /* Define to the address where bug reports for this package should be sent. */ 553dc76db1Smatt #define PACKAGE_BUGREPORT "" 563dc76db1Smatt 573dc76db1Smatt /* Define to the full name of this package. */ 583dc76db1Smatt #define PACKAGE_NAME "package-unused" 593dc76db1Smatt 603dc76db1Smatt /* Define to the full name and version of this package. */ 613dc76db1Smatt #define PACKAGE_STRING "package-unused version-unused" 623dc76db1Smatt 633dc76db1Smatt /* Define to the one symbol short name of this package. */ 643dc76db1Smatt #define PACKAGE_TARNAME "libobjc" 653dc76db1Smatt 663dc76db1Smatt /* Define to the home page for this package. */ 673dc76db1Smatt #define PACKAGE_URL "" 683dc76db1Smatt 693dc76db1Smatt /* Define to the version of this package. */ 703dc76db1Smatt #define PACKAGE_VERSION "version-unused" 713dc76db1Smatt 723dc76db1Smatt /* Define to 1 if you have the ANSI C header files. */ 733dc76db1Smatt #define STDC_HEADERS 1 74