xref: /netbsd-src/external/gpl3/gcc.old/lib/libobjc/arch/sparc/config.h (revision c0a68be459da21030695f60d10265c2fc49758f8)
136ac495dSmrg /* This file is automatically generated.  DO NOT EDIT! */
2*c0a68be4Smrg /* Generated from: NetBSD: mknative-gcc,v 1.108 2020/09/05 10:58:08 mrg Exp  */
3*c0a68be4Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
436ac495dSmrg 
536ac495dSmrg /* config.h.  Generated from config.h.in by configure.  */
636ac495dSmrg /* config.h.in.  Generated from configure.ac by autoheader.  */
736ac495dSmrg 
836ac495dSmrg /* Define if the type of bitfields effects alignment. */
936ac495dSmrg #define HAVE_BITFIELD_TYPE_MATTERS 1
1036ac495dSmrg 
1136ac495dSmrg /* Define to 1 if the target assembler supports thread-local storage. */
1236ac495dSmrg /* #undef HAVE_CC_TLS */
1336ac495dSmrg 
1436ac495dSmrg /* Define to 1 if you have the <dlfcn.h> header file. */
1536ac495dSmrg #define HAVE_DLFCN_H 1
1636ac495dSmrg 
1736ac495dSmrg /* Define to 1 if you have the <inttypes.h> header file. */
1836ac495dSmrg #define HAVE_INTTYPES_H 1
1936ac495dSmrg 
2036ac495dSmrg /* Define to 1 if you have the <memory.h> header file. */
2136ac495dSmrg #define HAVE_MEMORY_H 1
2236ac495dSmrg 
2336ac495dSmrg /* Define to 1 if you have the <sched.h> header file. */
2436ac495dSmrg #define HAVE_SCHED_H 1
2536ac495dSmrg 
2636ac495dSmrg /* Define to 1 if you have the <stdint.h> header file. */
2736ac495dSmrg #define HAVE_STDINT_H 1
2836ac495dSmrg 
2936ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
3036ac495dSmrg #define HAVE_STDLIB_H 1
3136ac495dSmrg 
3236ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
3336ac495dSmrg #define HAVE_STRINGS_H 1
3436ac495dSmrg 
3536ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
3636ac495dSmrg #define HAVE_STRING_H 1
3736ac495dSmrg 
3836ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
3936ac495dSmrg #define HAVE_SYS_STAT_H 1
4036ac495dSmrg 
4136ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
4236ac495dSmrg #define HAVE_SYS_TYPES_H 1
4336ac495dSmrg 
4436ac495dSmrg /* Define to 1 if the target supports thread-local storage. */
4536ac495dSmrg #define HAVE_TLS 1
4636ac495dSmrg 
4736ac495dSmrg /* Define to 1 if you have the <unistd.h> header file. */
4836ac495dSmrg #define HAVE_UNISTD_H 1
4936ac495dSmrg 
5036ac495dSmrg /* Define to the sub-directory in which libtool stores uninstalled libraries.
5136ac495dSmrg    */
5236ac495dSmrg #define LT_OBJDIR ".libs/"
5336ac495dSmrg 
5436ac495dSmrg /* Define to the address where bug reports for this package should be sent. */
5536ac495dSmrg #define PACKAGE_BUGREPORT ""
5636ac495dSmrg 
5736ac495dSmrg /* Define to the full name of this package. */
5836ac495dSmrg #define PACKAGE_NAME "package-unused"
5936ac495dSmrg 
6036ac495dSmrg /* Define to the full name and version of this package. */
6136ac495dSmrg #define PACKAGE_STRING "package-unused version-unused"
6236ac495dSmrg 
6336ac495dSmrg /* Define to the one symbol short name of this package. */
6436ac495dSmrg #define PACKAGE_TARNAME "libobjc"
6536ac495dSmrg 
6636ac495dSmrg /* Define to the home page for this package. */
6736ac495dSmrg #define PACKAGE_URL ""
6836ac495dSmrg 
6936ac495dSmrg /* Define to the version of this package. */
7036ac495dSmrg #define PACKAGE_VERSION "version-unused"
7136ac495dSmrg 
7236ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
7336ac495dSmrg #define STDC_HEADERS 1
74