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