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