gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / lib / gcc50 / libgcc / auto-target.h
1 /* auto-target.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if the target assembler supports thread-local storage. */
5 /* #undef HAVE_CC_TLS */
6
7 /* Define if _Unwind_GetIPInfo is available. */
8 #define HAVE_GETIPINFO 1
9
10 /* Define if the compiler supports init priority. */
11 #define HAVE_INIT_PRIORITY 1
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 /* #undef HAVE_INTTYPES_H */
15
16 /* Define to 1 if you have the <memory.h> header file. */
17 /* #undef HAVE_MEMORY_H */
18
19 /* Define to 1 if you have the <stdint.h> header file. */
20 /* #undef HAVE_STDINT_H */
21
22 /* Define to 1 if you have the <stdlib.h> header file. */
23 /* #undef HAVE_STDLIB_H */
24
25 /* Define to 1 if you have the <strings.h> header file. */
26 /* #undef HAVE_STRINGS_H */
27
28 /* Define to 1 if you have the <string.h> header file. */
29 /* #undef HAVE_STRING_H */
30
31 /* Define to 1 if you have the <sys/stat.h> header file. */
32 /* #undef HAVE_SYS_STAT_H */
33
34 /* Define to 1 if you have the <sys/types.h> header file. */
35 /* #undef HAVE_SYS_TYPES_H */
36
37 /* Define to 1 if you have the <unistd.h> header file. */
38 /* #undef HAVE_UNISTD_H */
39
40 /* Define if the C compiler is configured for setjmp/longjmp exceptions. */
41 /* #undef LIBGCC_SJLJ_EXCEPTIONS */
42
43 /* Define to the address where bug reports for this package should be sent. */
44 #define PACKAGE_BUGREPORT ""
45
46 /* Define to the full name of this package. */
47 #define PACKAGE_NAME "GNU C Runtime Library"
48
49 /* Define to the full name and version of this package. */
50 #define PACKAGE_STRING "GNU C Runtime Library 1.0"
51
52 /* Define to the one symbol short name of this package. */
53 #define PACKAGE_TARNAME "libgcc"
54
55 /* Define to the home page for this package. */
56 #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
57
58 /* Define to the version of this package. */
59 #define PACKAGE_VERSION "1.0"
60
61 /* The size of `double', as computed by sizeof. */
62 #define SIZEOF_DOUBLE 8
63
64 /* The size of `long double', as computed by sizeof. */
65 #define SIZEOF_LONG_DOUBLE 16
66
67 /* Define to 1 if you have the ANSI C header files. */
68 /* #undef STDC_HEADERS */
69
70 /* Define to 1 if the target use emutls for thread-local storage. */
71 /* #undef USE_EMUTLS */