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