xref: /netbsd-src/external/gpl3/gcc/usr.bin/libdecnumber/arch/earmv4/config.h (revision 3dc76db13e6a9f3d14d5979d7375c38e1bb42b5c)
1*3dc76db1Smatt /* This file is automatically generated.  DO NOT EDIT! */
2*3dc76db1Smatt /* Generated from: 	NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
3*3dc76db1Smatt /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4*3dc76db1Smatt 
5*3dc76db1Smatt /* config.h.  Generated from config.in by configure.  */
6*3dc76db1Smatt /* config.in.  Generated from configure.ac by autoheader.  */
7*3dc76db1Smatt 
8*3dc76db1Smatt /* Define if building universal (internal helper macro) */
9*3dc76db1Smatt /* #undef AC_APPLE_UNIVERSAL_BUILD */
10*3dc76db1Smatt 
11*3dc76db1Smatt /* Define to 1 if you have the <ctype.h> header file. */
12*3dc76db1Smatt #define HAVE_CTYPE_H 1
13*3dc76db1Smatt 
14*3dc76db1Smatt /* Define to 1 if you have the <inttypes.h> header file. */
15*3dc76db1Smatt #define HAVE_INTTYPES_H 1
16*3dc76db1Smatt 
17*3dc76db1Smatt /* Define to 1 if you have the <memory.h> header file. */
18*3dc76db1Smatt #define HAVE_MEMORY_H 1
19*3dc76db1Smatt 
20*3dc76db1Smatt /* Define to 1 if you have the <stddef.h> header file. */
21*3dc76db1Smatt #define HAVE_STDDEF_H 1
22*3dc76db1Smatt 
23*3dc76db1Smatt /* Define to 1 if you have the <stdint.h> header file. */
24*3dc76db1Smatt #define HAVE_STDINT_H 1
25*3dc76db1Smatt 
26*3dc76db1Smatt /* Define to 1 if you have the <stdio.h> header file. */
27*3dc76db1Smatt #define HAVE_STDIO_H 1
28*3dc76db1Smatt 
29*3dc76db1Smatt /* Define to 1 if you have the <stdlib.h> header file. */
30*3dc76db1Smatt #define HAVE_STDLIB_H 1
31*3dc76db1Smatt 
32*3dc76db1Smatt /* Define to 1 if you have the <strings.h> header file. */
33*3dc76db1Smatt #define HAVE_STRINGS_H 1
34*3dc76db1Smatt 
35*3dc76db1Smatt /* Define to 1 if you have the <string.h> header file. */
36*3dc76db1Smatt #define HAVE_STRING_H 1
37*3dc76db1Smatt 
38*3dc76db1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
39*3dc76db1Smatt #define HAVE_SYS_STAT_H 1
40*3dc76db1Smatt 
41*3dc76db1Smatt /* Define to 1 if you have the <sys/types.h> header file. */
42*3dc76db1Smatt #define HAVE_SYS_TYPES_H 1
43*3dc76db1Smatt 
44*3dc76db1Smatt /* Define to 1 if you have the <unistd.h> header file. */
45*3dc76db1Smatt #define HAVE_UNISTD_H 1
46*3dc76db1Smatt 
47*3dc76db1Smatt /* Define to the address where bug reports for this package should be sent. */
48*3dc76db1Smatt #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
49*3dc76db1Smatt 
50*3dc76db1Smatt /* Define to the full name of this package. */
51*3dc76db1Smatt #define PACKAGE_NAME "libdecnumber"
52*3dc76db1Smatt 
53*3dc76db1Smatt /* Define to the full name and version of this package. */
54*3dc76db1Smatt #define PACKAGE_STRING "libdecnumber  "
55*3dc76db1Smatt 
56*3dc76db1Smatt /* Define to the one symbol short name of this package. */
57*3dc76db1Smatt #define PACKAGE_TARNAME "libdecnumber"
58*3dc76db1Smatt 
59*3dc76db1Smatt /* Define to the home page for this package. */
60*3dc76db1Smatt #define PACKAGE_URL ""
61*3dc76db1Smatt 
62*3dc76db1Smatt /* Define to the version of this package. */
63*3dc76db1Smatt #define PACKAGE_VERSION " "
64*3dc76db1Smatt 
65*3dc76db1Smatt /* The size of `char', as computed by sizeof. */
66*3dc76db1Smatt /* #undef SIZEOF_CHAR */
67*3dc76db1Smatt 
68*3dc76db1Smatt /* The size of `int', as computed by sizeof. */
69*3dc76db1Smatt #define SIZEOF_INT 4
70*3dc76db1Smatt 
71*3dc76db1Smatt /* The size of `long', as computed by sizeof. */
72*3dc76db1Smatt #define SIZEOF_LONG 4
73*3dc76db1Smatt 
74*3dc76db1Smatt /* The size of `short', as computed by sizeof. */
75*3dc76db1Smatt /* #undef SIZEOF_SHORT */
76*3dc76db1Smatt 
77*3dc76db1Smatt /* The size of `void *', as computed by sizeof. */
78*3dc76db1Smatt /* #undef SIZEOF_VOID_P */
79*3dc76db1Smatt 
80*3dc76db1Smatt /* Define to 1 if you have the ANSI C header files. */
81*3dc76db1Smatt #define STDC_HEADERS 1
82*3dc76db1Smatt 
83*3dc76db1Smatt /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
84*3dc76db1Smatt    significant byte first (like Motorola and SPARC, unlike Intel). */
85*3dc76db1Smatt #if defined AC_APPLE_UNIVERSAL_BUILD
86*3dc76db1Smatt # if defined __BIG_ENDIAN__
87*3dc76db1Smatt #  define WORDS_BIGENDIAN 1
88*3dc76db1Smatt # endif
89*3dc76db1Smatt #else
90*3dc76db1Smatt # ifndef WORDS_BIGENDIAN
91*3dc76db1Smatt /* #  undef WORDS_BIGENDIAN */
92*3dc76db1Smatt # endif
93*3dc76db1Smatt #endif
94*3dc76db1Smatt 
95*3dc76db1Smatt /* Define to empty if `const' does not conform to ANSI C. */
96*3dc76db1Smatt /* #undef const */
97*3dc76db1Smatt 
98*3dc76db1Smatt /* Define to `long int' if <sys/types.h> does not define. */
99*3dc76db1Smatt /* #undef off_t */
100