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