xref: /netbsd-src/external/gpl3/gcc/lib/libobjc/arch/earmv4eb/config.h (revision 3d883ed1cc38f521a2919da7fac460e45d7c4d20)
151863888Smatt /* 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  */
451863888Smatt 
551863888Smatt /* config.h.  Generated from config.h.in by configure.  */
651863888Smatt /* config.h.in.  Generated from configure.ac by autoheader.  */
751863888Smatt 
8d79d5e15Smrg /* Define if the type of bitfields effects alignment. */
9d79d5e15Smrg #define HAVE_BITFIELD_TYPE_MATTERS 1
10d79d5e15Smrg 
1149d8c9ecSmrg /* Define to 1 if the target assembler supports thread-local storage. */
1249d8c9ecSmrg /* #undef HAVE_CC_TLS */
1349d8c9ecSmrg 
1451863888Smatt /* Define to 1 if you have the <dlfcn.h> header file. */
1551863888Smatt #define HAVE_DLFCN_H 1
1651863888Smatt 
1751863888Smatt /* Define to 1 if you have the <inttypes.h> header file. */
1851863888Smatt #define HAVE_INTTYPES_H 1
1951863888Smatt 
2051863888Smatt /* Define to 1 if you have the <memory.h> header file. */
2151863888Smatt #define HAVE_MEMORY_H 1
2251863888Smatt 
2351863888Smatt /* Define to 1 if you have the <sched.h> header file. */
2451863888Smatt #define HAVE_SCHED_H 1
2551863888Smatt 
2651863888Smatt /* Define to 1 if you have the <stdint.h> header file. */
2751863888Smatt #define HAVE_STDINT_H 1
2851863888Smatt 
2951863888Smatt /* Define to 1 if you have the <stdlib.h> header file. */
3051863888Smatt #define HAVE_STDLIB_H 1
3151863888Smatt 
3251863888Smatt /* Define to 1 if you have the <strings.h> header file. */
3351863888Smatt #define HAVE_STRINGS_H 1
3451863888Smatt 
3551863888Smatt /* Define to 1 if you have the <string.h> header file. */
3651863888Smatt #define HAVE_STRING_H 1
3751863888Smatt 
3851863888Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
3951863888Smatt #define HAVE_SYS_STAT_H 1
4051863888Smatt 
4151863888Smatt /* Define to 1 if you have the <sys/types.h> header file. */
4251863888Smatt #define HAVE_SYS_TYPES_H 1
4351863888Smatt 
4449d8c9ecSmrg /* Define to 1 if the target supports thread-local storage. */
4549d8c9ecSmrg #define HAVE_TLS 1
4649d8c9ecSmrg 
4751863888Smatt /* Define to 1 if you have the <unistd.h> header file. */
4851863888Smatt #define HAVE_UNISTD_H 1
4951863888Smatt 
5051863888Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
5151863888Smatt    */
5251863888Smatt #define LT_OBJDIR ".libs/"
5351863888Smatt 
5451863888Smatt /* Define to the address where bug reports for this package should be sent. */
5551863888Smatt #define PACKAGE_BUGREPORT ""
5651863888Smatt 
5751863888Smatt /* Define to the full name of this package. */
5851863888Smatt #define PACKAGE_NAME "package-unused"
5951863888Smatt 
6051863888Smatt /* Define to the full name and version of this package. */
6151863888Smatt #define PACKAGE_STRING "package-unused version-unused"
6251863888Smatt 
6351863888Smatt /* Define to the one symbol short name of this package. */
6451863888Smatt #define PACKAGE_TARNAME "libobjc"
6551863888Smatt 
6651863888Smatt /* Define to the home page for this package. */
6751863888Smatt #define PACKAGE_URL ""
6851863888Smatt 
6951863888Smatt /* Define to the version of this package. */
7051863888Smatt #define PACKAGE_VERSION "version-unused"
7151863888Smatt 
7251863888Smatt /* Define to 1 if you have the ANSI C header files. */
7351863888Smatt #define STDC_HEADERS 1
74