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