xref: /netbsd-src/external/gpl3/gcc.old/usr.bin/libdecnumber/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.in by configure.  */
6*36ac495dSmrg /* config.in.  Generated from configure.ac by autoheader.  */
7*36ac495dSmrg 
8*36ac495dSmrg /* Define if building universal (internal helper macro) */
9*36ac495dSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
10*36ac495dSmrg 
11*36ac495dSmrg /* Define to 1 if you have the <ctype.h> header file. */
12*36ac495dSmrg #define HAVE_CTYPE_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 <stddef.h> header file. */
21*36ac495dSmrg #define HAVE_STDDEF_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 <stdio.h> header file. */
27*36ac495dSmrg #define HAVE_STDIO_H 1
28*36ac495dSmrg 
29*36ac495dSmrg /* Define to 1 if you have the <stdlib.h> header file. */
30*36ac495dSmrg #define HAVE_STDLIB_H 1
31*36ac495dSmrg 
32*36ac495dSmrg /* Define to 1 if you have the <strings.h> header file. */
33*36ac495dSmrg #define HAVE_STRINGS_H 1
34*36ac495dSmrg 
35*36ac495dSmrg /* Define to 1 if you have the <string.h> header file. */
36*36ac495dSmrg #define HAVE_STRING_H 1
37*36ac495dSmrg 
38*36ac495dSmrg /* Define to 1 if you have the <sys/stat.h> header file. */
39*36ac495dSmrg #define HAVE_SYS_STAT_H 1
40*36ac495dSmrg 
41*36ac495dSmrg /* Define to 1 if you have the <sys/types.h> header file. */
42*36ac495dSmrg #define HAVE_SYS_TYPES_H 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 address where bug reports for this package should be sent. */
48*36ac495dSmrg #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
49*36ac495dSmrg 
50*36ac495dSmrg /* Define to the full name of this package. */
51*36ac495dSmrg #define PACKAGE_NAME "libdecnumber"
52*36ac495dSmrg 
53*36ac495dSmrg /* Define to the full name and version of this package. */
54*36ac495dSmrg #define PACKAGE_STRING "libdecnumber  "
55*36ac495dSmrg 
56*36ac495dSmrg /* Define to the one symbol short name of this package. */
57*36ac495dSmrg #define PACKAGE_TARNAME "libdecnumber"
58*36ac495dSmrg 
59*36ac495dSmrg /* Define to the home page for this package. */
60*36ac495dSmrg #define PACKAGE_URL ""
61*36ac495dSmrg 
62*36ac495dSmrg /* Define to the version of this package. */
63*36ac495dSmrg #define PACKAGE_VERSION " "
64*36ac495dSmrg 
65*36ac495dSmrg /* The size of `char', as computed by sizeof. */
66*36ac495dSmrg /* #undef SIZEOF_CHAR */
67*36ac495dSmrg 
68*36ac495dSmrg /* The size of `int', as computed by sizeof. */
69*36ac495dSmrg #define SIZEOF_INT 4
70*36ac495dSmrg 
71*36ac495dSmrg /* The size of `long', as computed by sizeof. */
72*36ac495dSmrg #define SIZEOF_LONG 4
73*36ac495dSmrg 
74*36ac495dSmrg /* The size of `short', as computed by sizeof. */
75*36ac495dSmrg /* #undef SIZEOF_SHORT */
76*36ac495dSmrg 
77*36ac495dSmrg /* The size of `void *', as computed by sizeof. */
78*36ac495dSmrg /* #undef SIZEOF_VOID_P */
79*36ac495dSmrg 
80*36ac495dSmrg /* Define to 1 if you have the ANSI C header files. */
81*36ac495dSmrg #define STDC_HEADERS 1
82*36ac495dSmrg 
83*36ac495dSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
84*36ac495dSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
85*36ac495dSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
86*36ac495dSmrg # if defined __BIG_ENDIAN__
87*36ac495dSmrg #  define WORDS_BIGENDIAN 1
88*36ac495dSmrg # endif
89*36ac495dSmrg #else
90*36ac495dSmrg # ifndef WORDS_BIGENDIAN
91*36ac495dSmrg #  define WORDS_BIGENDIAN 1
92*36ac495dSmrg # endif
93*36ac495dSmrg #endif
94*36ac495dSmrg 
95*36ac495dSmrg /* Define to empty if `const' does not conform to ANSI C. */
96*36ac495dSmrg /* #undef const */
97*36ac495dSmrg 
98*36ac495dSmrg /* Define to `long int' if <sys/types.h> does not define. */
99*36ac495dSmrg /* #undef off_t */
100