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