1 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
3 // Defines libstdc++ version.
13 // Define if GCC supports weak symbols.
14 #undef _GLIBCPP_SUPPORTS_WEAK
16 // Define if gthr-default.h exists (meaning that threading support is enabled).
17 #undef HAVE_GTHR_DEFAULT
19 // Include I/O support for 'long long' and 'unsigned long long'.
20 #undef _GLIBCPP_USE_LONG_LONG
22 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
23 #undef _GLIBCPP_USE_C99
25 // Include support for 'long double'.
26 #undef _GLIBCPP_USE_LONG_DOUBLE
28 // Include support for shadow headers, ie --enable-cshadow-headers.
29 #undef _GLIBCPP_USE_SHADOW_HEADERS
31 // Define if code specialized for wchar_t should be used.
32 #undef _GLIBCPP_USE_WCHAR_T
34 // Define if using setrlimit to limit memory usage during 'make check'.
35 #undef _GLIBCPP_MEM_LIMITS
37 // Define to use concept checking code from the boost libraries.
38 #undef _GLIBCPP_CONCEPT_CHECKS
40 // Define if you have the atan2f function.
41 #undef _GLIBCPP_HAVE_ATAN2F
43 // Define if you have the atan2l function.
44 #undef _GLIBCPP_HAVE_ATAN2L
46 // Define if you have the copysignf function.
47 #undef _GLIBCPP_HAVE_COPYSIGNF
49 // Define if mbstate_t exists in wchar.h.
52 // Define if you have the modff function.
55 // Define if you have the modfl function.
58 // Define if you have the expf function.
61 // Define if you have the expl function.
64 // Define if you have the hypotf function.
67 // Define if you have the hypotl function.
70 // Define if the compiler/host combination has __builtin_abs
71 #undef HAVE___BUILTIN_ABS
73 // Define if the compiler/host combination has __builtin_labs
74 #undef HAVE___BUILTIN_LABS
76 // Define if the compiler/host combination has __builtin_cos
77 #undef HAVE___BUILTIN_COS
79 // Define if the compiler/host combination has __builtin_cosf
80 #undef HAVE___BUILTIN_COSF
82 // Define if the compiler/host combination has __builtin_cosl
83 #undef HAVE___BUILTIN_COSL
85 // Define if the compiler/host combination has __builtin_fabs
86 #undef HAVE___BUILTIN_FABS
88 // Define if the compiler/host combination has __builtin_fabsf
89 #undef HAVE___BUILTIN_FABSF
91 // Define if the compiler/host combination has __builtin_fabsl
92 #undef HAVE___BUILTIN_FABSL
94 // Define if the compiler/host combination has __builtin_sin
95 #undef HAVE___BUILTIN_SIN
97 // Define if the compiler/host combination has __builtin_sinf
98 #undef HAVE___BUILTIN_SINF
100 // Define if the compiler/host combination has __builtin_sinl
101 #undef HAVE___BUILTIN_SINL
103 // Define if the compiler/host combination has __builtin_sqrt
104 #undef HAVE___BUILTIN_SQRT
106 // Define if the compiler/host combination has __builtin_sqrtf
107 #undef HAVE___BUILTIN_SQRTF
109 // Define if the compiler/host combination has __builtin_sqrtl
110 #undef HAVE___BUILTIN_SQRTL
112 // Define if LC_MESSAGES is available in <locale.h>.
113 #undef HAVE_LC_MESSAGES
115 // Define if <float.h> exists.
118 // Define if modf is present in <math.h>
123 // Systems that have certain non-standard functions prefixed with an
124 // underscore, we'll handle those here. Must come after config.h.in.
126 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
127 # define HAVE_ISNAN 1
128 # define isnan _isnan
131 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
132 # define HAVE_ISNANF 1
133 # define isnanf _isnanf
136 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
137 # define HAVE_ISNANL 1
138 # define isnanl _isnanl
141 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
142 # define HAVE_ISINF 1
143 # define isinf _isinf
146 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
147 # define HAVE_ISINFF 1
148 # define isinff _isinff
151 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
152 # define HAVE_ISINFL 1
153 # define isinfl _isinfl
156 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
157 # define HAVE_COPYSIGN 1
158 # define copysign _copysign
161 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
162 # define HAVE_COPYSIGNL 1
163 # define copysignl _copysignl
166 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
171 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
172 # define HAVE_ACOSF 1
173 # define acosf _acosf
176 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
177 # define HAVE_ACOSL 1
178 # define acosl _acosl
181 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
182 # define HAVE_ASINF 1
183 # define asinf _asinf
186 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
187 # define HAVE_ASINL 1
188 # define asinl _asinl
191 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
192 # define HAVE_ATANF 1
193 # define atanf _atanf
196 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
197 # define HAVE_ATANL 1
198 # define atanl _atanl
201 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
202 # define HAVE_CEILF 1
203 # define aceil _ceilf
206 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
207 # define HAVE_CEILL 1
208 # define aceil _ceill
211 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
212 # define HAVE_COSHF 1
213 # define coshf _coshf
216 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
221 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
226 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
227 # define HAVE_COSHL 1
228 # define coshl _coshl
231 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
236 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
241 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
242 # define HAVE_FABSF 1
243 # define fabsf _fabsf
246 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
247 # define HAVE_FABSL 1
248 # define fabsl _fabsl
251 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
252 # define HAVE_FLOORF 1
253 # define floorf _floorf
256 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
257 # define HAVE_FLOORL 1
258 # define floorl _floorl
261 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
262 # define HAVE_FMODF 1
263 # define fmodf _fmodf
266 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
267 # define HAVE_FMODL 1
268 # define fmodl _fmodl
271 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
272 # define HAVE_FREXPF 1
273 # define frexpf _frexpf
276 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
277 # define HAVE_FREXPL 1
278 # define frexpl _frexpl
281 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
282 # define HAVE_LDEXPF 1
283 # define ldexpf _ldexpf
286 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
287 # define HAVE_LDEXPL 1
288 # define ldexpl _ldexpl
291 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
292 # define HAVE_LOG10F 1
293 # define log10f _log10f
296 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
301 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
306 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
307 # define HAVE_LOG10L 1
308 # define log10l _log10l
311 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
316 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
321 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
326 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
331 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
332 # define HAVE_SINHF 1
333 # define sinhf _sinhf
336 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
341 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
342 # define HAVE_SQRTF 1
343 # define sqrtf _sqrtf
346 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
347 # define HAVE_SINHL 1
348 # define sinhl _sinhl
351 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
356 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
357 # define HAVE_SQRTL 1
358 # define sqrtl _sqrtl
361 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
362 # define HAVE_TANHF 1
363 # define tanhf _tanhf
366 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
371 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
372 # define HAVE_STRTOF 1
373 # define strtof _strtof
376 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
377 # define HAVE_TANHL 1
378 # define tanhl _tanhl
381 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
382 # define HAVE_STRTOLD 1
383 # define strtold _strtold
386 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
387 # define HAVE_SINCOS 1
388 # define sincos _sincos
391 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
392 # define HAVE_SINCOSF 1
393 # define sincosf _sincosf
396 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
397 # define HAVE_SINCOSL 1
398 # define sincosl _sincosl
401 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
402 # define HAVE_FINITE 1
403 # define finite _finite
406 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
407 # define HAVE_FINITEF 1
408 # define finitef _finitef
411 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
412 # define HAVE_FINITEL 1
413 # define finitel _finitel
416 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
417 # define HAVE_QFINITE 1
418 # define qfinite _qfinite
421 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
422 # define HAVE_FPCLASS 1
423 # define fpclass _fpclass
426 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
427 # define HAVE_QFPCLASS 1
428 # define qfpclass _qfpclass