11d163c8dSmatt /* This file is automatically generated. DO NOT EDIT! */ 2*dec7c724Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp */ 39ba37f97Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41d163c8dSmatt 51d163c8dSmatt /* config.h. Generated from config.h.in by configure. */ 61d163c8dSmatt /* config.h.in. Generated from configure.ac by autoheader. */ 71d163c8dSmatt 89ba37f97Smrg /* Define if the type of bitfields effects alignment. */ 99ba37f97Smrg #define HAVE_BITFIELD_TYPE_MATTERS 1 109ba37f97Smrg 111d163c8dSmatt /* Define to 1 if the target assembler supports thread-local storage. */ 121d163c8dSmatt /* #undef HAVE_CC_TLS */ 131d163c8dSmatt 141d163c8dSmatt /* Define to 1 if you have the <dlfcn.h> header file. */ 151d163c8dSmatt #define HAVE_DLFCN_H 1 161d163c8dSmatt 171d163c8dSmatt /* Define to 1 if you have the <inttypes.h> header file. */ 181d163c8dSmatt #define HAVE_INTTYPES_H 1 191d163c8dSmatt 201d163c8dSmatt /* Define to 1 if you have the <memory.h> header file. */ 211d163c8dSmatt #define HAVE_MEMORY_H 1 221d163c8dSmatt 231d163c8dSmatt /* Define to 1 if you have the <sched.h> header file. */ 241d163c8dSmatt #define HAVE_SCHED_H 1 251d163c8dSmatt 261d163c8dSmatt /* Define to 1 if you have the <stdint.h> header file. */ 271d163c8dSmatt #define HAVE_STDINT_H 1 281d163c8dSmatt 291d163c8dSmatt /* Define to 1 if you have the <stdlib.h> header file. */ 301d163c8dSmatt #define HAVE_STDLIB_H 1 311d163c8dSmatt 321d163c8dSmatt /* Define to 1 if you have the <strings.h> header file. */ 331d163c8dSmatt #define HAVE_STRINGS_H 1 341d163c8dSmatt 351d163c8dSmatt /* Define to 1 if you have the <string.h> header file. */ 361d163c8dSmatt #define HAVE_STRING_H 1 371d163c8dSmatt 381d163c8dSmatt /* Define to 1 if you have the <sys/stat.h> header file. */ 391d163c8dSmatt #define HAVE_SYS_STAT_H 1 401d163c8dSmatt 411d163c8dSmatt /* Define to 1 if you have the <sys/types.h> header file. */ 421d163c8dSmatt #define HAVE_SYS_TYPES_H 1 431d163c8dSmatt 441d163c8dSmatt /* Define to 1 if the target supports thread-local storage. */ 451d163c8dSmatt #define HAVE_TLS 1 461d163c8dSmatt 471d163c8dSmatt /* Define to 1 if you have the <unistd.h> header file. */ 481d163c8dSmatt #define HAVE_UNISTD_H 1 491d163c8dSmatt 501d163c8dSmatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 511d163c8dSmatt */ 521d163c8dSmatt #define LT_OBJDIR ".libs/" 531d163c8dSmatt 541d163c8dSmatt /* Define to the address where bug reports for this package should be sent. */ 551d163c8dSmatt #define PACKAGE_BUGREPORT "" 561d163c8dSmatt 571d163c8dSmatt /* Define to the full name of this package. */ 581d163c8dSmatt #define PACKAGE_NAME "package-unused" 591d163c8dSmatt 601d163c8dSmatt /* Define to the full name and version of this package. */ 611d163c8dSmatt #define PACKAGE_STRING "package-unused version-unused" 621d163c8dSmatt 631d163c8dSmatt /* Define to the one symbol short name of this package. */ 641d163c8dSmatt #define PACKAGE_TARNAME "libobjc" 651d163c8dSmatt 661d163c8dSmatt /* Define to the home page for this package. */ 671d163c8dSmatt #define PACKAGE_URL "" 681d163c8dSmatt 691d163c8dSmatt /* Define to the version of this package. */ 701d163c8dSmatt #define PACKAGE_VERSION "version-unused" 711d163c8dSmatt 721d163c8dSmatt /* Define to 1 if you have the ANSI C header files. */ 731d163c8dSmatt #define STDC_HEADERS 1 74