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