fix getsup (HH)
[luatex.git] / source / libs / gmp / config.h.in
blob3ea9da393abcc34171fb6d57e42b72fb132f0905
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if alloca() works (via gmp-impl.h). */
4 #undef HAVE_ALLOCA
6 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
7 */
8 #undef HAVE_ALLOCA_H
10 /* Define to 1 if the compiler accepts gcc style __attribute__ ((const)) */
11 #undef HAVE_ATTRIBUTE_CONST
13 /* Define to 1 if the compiler accepts gcc style __attribute__ ((malloc)) */
14 #undef HAVE_ATTRIBUTE_MALLOC
16 /* Define to 1 if the compiler accepts gcc style __attribute__ ((mode (XX)))
18 #undef HAVE_ATTRIBUTE_MODE
20 /* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */
21 #undef HAVE_ATTRIBUTE_NORETURN
23 /* Define one of the following to 1 for the format of a `double'.
24 If your format is not among these choices, or you don't know what it is,
25 then leave all undefined.
26 IEEE_LITTLE_SWAPPED means little endian, but with the two 4-byte halves
27 swapped, as used by ARM CPUs in little endian mode. */
28 #undef HAVE_DOUBLE_IEEE_BIG_ENDIAN
29 #undef HAVE_DOUBLE_IEEE_LITTLE_ENDIAN
30 #undef HAVE_DOUBLE_IEEE_LITTLE_SWAPPED
31 #undef HAVE_DOUBLE_VAX_D
32 #undef HAVE_DOUBLE_VAX_G
33 #undef HAVE_DOUBLE_CRAY_CFP
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #undef HAVE_INTTYPES_H
38 /* Define to 1 if you have the <memory.h> header file. */
39 #undef HAVE_MEMORY_H
41 /* Define to 1 if you have the `memset' function. */
42 #undef HAVE_MEMSET
44 /* Define to 1 if you have the `raise' function. */
45 #undef HAVE_RAISE
47 /* Define to 1 if you have the <stdint.h> header file. */
48 #undef HAVE_STDINT_H
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #undef HAVE_STDLIB_H
53 /* Define to 1 if you have the `strchr' function. */
54 #undef HAVE_STRCHR
56 /* Define to 1 if you have the <strings.h> header file. */
57 #undef HAVE_STRINGS_H
59 /* Define to 1 if you have the <string.h> header file. */
60 #undef HAVE_STRING_H
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #undef HAVE_SYS_STAT_H
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #undef HAVE_SYS_TYPES_H
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #undef HAVE_UNISTD_H
71 /* Name of package */
72 #undef PACKAGE
74 /* Define to the address where bug reports for this package should be sent. */
75 #undef PACKAGE_BUGREPORT
77 /* Define to the full name of this package. */
78 #undef PACKAGE_NAME
80 /* Define to the full name and version of this package. */
81 #undef PACKAGE_STRING
83 /* Define to the one symbol short name of this package. */
84 #undef PACKAGE_TARNAME
86 /* Define to the home page for this package. */
87 #undef PACKAGE_URL
89 /* Define to the version of this package. */
90 #undef PACKAGE_VERSION
92 /* The size of `mp_limb_t', as computed by sizeof. */
93 #undef SIZEOF_MP_LIMB_T
95 /* The size of `unsigned', as computed by sizeof. */
96 #undef SIZEOF_UNSIGNED
98 /* The size of `unsigned long', as computed by sizeof. */
99 #undef SIZEOF_UNSIGNED_LONG
101 /* The size of `unsigned long long', as computed by sizeof. */
102 #undef SIZEOF_UNSIGNED_LONG_LONG
104 /* The size of `unsigned short', as computed by sizeof. */
105 #undef SIZEOF_UNSIGNED_SHORT
107 /* The size of `void *', as computed by sizeof. */
108 #undef SIZEOF_VOID_P
110 /* Define to 1 if you have the ANSI C header files. */
111 #undef STDC_HEADERS
113 /* Version number of package */
114 #undef VERSION
116 /* Define one of these to 1 for the temporary memory allocation method. */
117 #undef WANT_TMP_ALLOCA
118 #undef WANT_TMP_REENTRANT
120 /* Define to `__inline__' or `__inline' if that's what the C compiler
121 calls it, or to nothing if 'inline' is not supported under any name. */
122 #ifndef __cplusplus
123 #undef inline
124 #endif