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