2017-12-07 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libquadmath / config.h.in
blob9d18cc3ee3504ef1b3ef92fd08b49bd8b9d4aeba
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* libm includes cbrtl */
4 #undef HAVE_CBRTL
6 /* Define to 1 if you have the <ctype.h> header file. */
7 #undef HAVE_CTYPE_H
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #undef HAVE_DLFCN_H
12 /* Define to 1 if you have the <errno.h> header file. */
13 #undef HAVE_ERRNO_H
15 /* libm includes feholdexcept */
16 #undef HAVE_FEHOLDEXCEPT
18 /* Define to 1 if you have the <fenv.h> header file. */
19 #undef HAVE_FENV_H
21 /* libm includes fesetenv */
22 #undef HAVE_FESETENV
24 /* libm includes fesetround */
25 #undef HAVE_FESETROUND
27 /* libm includes fetestexcept */
28 #undef HAVE_FETESTEXCEPT
30 /* libm includes feupdateenv */
31 #undef HAVE_FEUPDATEENV
33 /* __attribute__((visibility ("hidden"))) supported */
34 #undef HAVE_HIDDEN_VISIBILITY
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
39 /* Define to 1 if you have the <langinfo.h> header file. */
40 #undef HAVE_LANGINFO_H
42 /* Define to 1 if you have the <limits.h> header file. */
43 #undef HAVE_LIMITS_H
45 /* Define to 1 if you have the <locale.h> header file. */
46 #undef HAVE_LOCALE_H
48 /* Define to 1 if the math.h includes POSIX's signgam. */
49 #undef HAVE_MATH_H_SIGNGAM
51 /* Define to 1 if you have the <memory.h> header file. */
52 #undef HAVE_MEMORY_H
54 /* Define to 1 if you have the <printf.h> header file. */
55 #undef HAVE_PRINTF_H
57 /* GNU C Library stype printf hooks supported */
58 #undef HAVE_PRINTF_HOOKS
60 /* libm includes sqrtl */
61 #undef HAVE_SQRTL
63 /* Define to 1 if you have the <stdint.h> header file. */
64 #undef HAVE_STDINT_H
66 /* Define to 1 if you have the <stdlib.h> header file. */
67 #undef HAVE_STDLIB_H
69 /* Define to 1 if you have the <strings.h> header file. */
70 #undef HAVE_STRINGS_H
72 /* Define to 1 if you have the <string.h> header file. */
73 #undef HAVE_STRING_H
75 /* Define to 1 if you have the `strtoull' function. */
76 #undef HAVE_STRTOULL
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
87 /* Define to 1 if you have the <wchar.h> header file. */
88 #undef HAVE_WCHAR_H
90 /* Define to 1 if you have the <wctype.h> header file. */
91 #undef HAVE_WCTYPE_H
93 /* Define to the sub-directory in which libtool stores uninstalled libraries.
95 #undef LT_OBJDIR
97 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
98 #undef NO_MINUS_C_MINUS_O
100 /* Name of package */
101 #undef PACKAGE
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
115 /* Define to the home page for this package. */
116 #undef PACKAGE_URL
118 /* Define to the version of this package. */
119 #undef PACKAGE_VERSION
121 /* Define to 1 if you have the ANSI C header files. */
122 #undef STDC_HEADERS
124 /* whether i18n number rewriting can be supported */
125 #undef USE_I18N_NUMBER_H
127 /* whether localeconv should be used */
128 #undef USE_LOCALECONV
130 /* whether nl_langinfo should be used */
131 #undef USE_NL_LANGINFO
133 /* whether nl_langinfo should be used for wide char locale info */
134 #undef USE_NL_LANGINFO_WC
136 /* Enable extensions on AIX 3, Interix. */
137 #ifndef _ALL_SOURCE
138 # undef _ALL_SOURCE
139 #endif
140 /* Enable GNU extensions on systems that have them. */
141 #ifndef _GNU_SOURCE
142 # undef _GNU_SOURCE
143 #endif
144 /* Enable threading extensions on Solaris. */
145 #ifndef _POSIX_PTHREAD_SEMANTICS
146 # undef _POSIX_PTHREAD_SEMANTICS
147 #endif
148 /* Enable extensions on HP NonStop. */
149 #ifndef _TANDEM_SOURCE
150 # undef _TANDEM_SOURCE
151 #endif
152 /* Enable general extensions on Solaris. */
153 #ifndef __EXTENSIONS__
154 # undef __EXTENSIONS__
155 #endif
158 /* Version number of package */
159 #undef VERSION
161 /* Define to 1 if on MINIX. */
162 #undef _MINIX
164 /* Define to 2 if the system does not provide POSIX.1 features except with
165 this defined. */
166 #undef _POSIX_1_SOURCE
168 /* Define to 1 if you need to in order for `stat' and other things to work. */
169 #undef _POSIX_SOURCE