beta-0.89.2
[luatex.git] / source / libs / mpfr / config.h.in
blob71f81eceba825216752c59f0d1843df1d5780cd5
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4 systems. This function is required for `alloca.c' support on those systems.
5 */
6 #undef CRAY_STACKSEG_END
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16 #undef HAVE_ALLOCA_H
18 /* Define if denormalized floats work. */
19 #undef HAVE_DENORMS
21 /* Define to 1 if the system has the type `intmax_t'. */
22 #undef HAVE_INTMAX_T
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
27 /* Define one of the following to 1 for the format of a `long double'.
28 If your format is not among these choices, or you don't know what it is,
29 then leave all undefined.
30 IEEE_EXT is the 10-byte IEEE extended precision format.
31 IEEE_QUAD is the 16-byte IEEE quadruple precision format.
32 LITTLE or BIG is the endianness. */
33 #undef HAVE_LDOUBLE_IEEE_EXT_LITTLE
34 #undef HAVE_LDOUBLE_IEEE_QUAD_LITTLE
35 #undef HAVE_LDOUBLE_IEEE_QUAD_BIG
37 /* Define if compiler supports long long */
38 #undef HAVE_LONG_LONG
40 /* Define to 1 if you have the <memory.h> header file. */
41 #undef HAVE_MEMORY_H
43 /* Define if stdarg */
44 #undef HAVE_STDARG
46 /* Define to 1 if you have the <stdint.h> header file. */
47 #undef HAVE_STDINT_H
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
52 /* Define to 1 if you have the <strings.h> header file. */
53 #undef HAVE_STRINGS_H
55 /* Define to 1 if you have the <string.h> header file. */
56 #undef HAVE_STRING_H
58 /* Define to 1 if you have the <sys/stat.h> header file. */
59 #undef HAVE_SYS_STAT_H
61 /* Define to 1 if you have the <sys/time.h> header file. */
62 #undef HAVE_SYS_TIME_H
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #undef HAVE_SYS_TYPES_H
67 /* Define to 1 if you have the <unistd.h> header file. */
68 #undef HAVE_UNISTD_H
70 /* Define to 1 if you have the `va_copy' function. */
71 #undef HAVE_VA_COPY
73 /* Define to 1 if you have the <wchar.h> header file. */
74 #undef HAVE_WCHAR_H
76 /* Define to 1 if you have the `__va_copy' function. */
77 #undef HAVE___VA_COPY
79 /* Define if the FP division by 0 fails. */
80 #undef MPFR_ERRDIVZERO
82 /* Define if you have the `fesetround' function via the <fenv.h> header file.
84 #undef MPFR_HAVE_FESETROUND
86 /* Define if you have a working INTMAX_MAX. */
87 #undef MPFR_HAVE_INTMAX_MAX
89 /* Define if NAN == NAN. */
90 #undef MPFR_NANISNAN
92 /* Charset is not consecutive */
93 #undef MPFR_NO_CONSECUTIVE_CHARSET
95 /* gmp_printf cannot use `hh' length modifier */
96 #undef NPRINTF_HH
98 /* gmp_printf cannot read intmax_t */
99 #undef NPRINTF_J
101 /* gmp_printf cannot read long double */
102 #undef NPRINTF_L
104 /* gmp_printf cannot read long long int */
105 #undef NPRINTF_LL
107 /* gmp_printf cannot read ptrdiff_t */
108 #undef NPRINTF_T
110 /* Name of package */
111 #undef PACKAGE
113 /* Define to the address where bug reports for this package should be sent. */
114 #undef PACKAGE_BUGREPORT
116 /* Define to the full name of this package. */
117 #undef PACKAGE_NAME
119 /* Define to the full name and version of this package. */
120 #undef PACKAGE_STRING
122 /* Define to the one symbol short name of this package. */
123 #undef PACKAGE_TARNAME
125 /* Define to the home page for this package. */
126 #undef PACKAGE_URL
128 /* Define to the version of this package. */
129 #undef PACKAGE_VERSION
131 /* Define to `((size_t)-1)' if <stdint.h> does not define it. */
132 #undef SIZE_MAX
134 /* If using the C implementation of alloca, define if you know the
135 direction of stack growth for your system; otherwise it will be
136 automatically deduced at runtime.
137 STACK_DIRECTION > 0 => grows toward higher addresses
138 STACK_DIRECTION < 0 => grows toward lower addresses
139 STACK_DIRECTION = 0 => direction of growth unknown */
140 #undef STACK_DIRECTION
142 /* Define to 1 if you have the ANSI C header files. */
143 #undef STDC_HEADERS
145 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
146 #undef TIME_WITH_SYS_TIME
148 /* Version number of package */
149 #undef VERSION
151 /* Define to `unsigned int' if <sys/types.h> does not define. */
152 #undef size_t