1 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
3 // Include support for 'long long' and 'unsigned long long'.
4 #undef _GLIBCPP_USE_LONG_LONG
6 // Define if the host has a type mbstate_t defined in
7 // wchar.h, as required by 21.1.3.1. Some systems, namely
8 // hppa-hp-hpux10.20 do not meet this requirement, and must be worked
10 #undef _GLIBCPP_NEED_MBSTATE_T
12 // Define if code specialized for wchar_t should be used.
13 #undef _GLIBCPP_USE_WCHAR_T
15 // Define if the compiler/host combination has __builtin_abs
16 #undef HAVE___BUILTIN_ABS
18 // Define if the compiler/host combination has __builtin_labs
19 #undef HAVE___BUILTIN_LABS
21 // Define if the compiler/host combination has __builtin_cos
22 #undef HAVE___BUILTIN_COS
24 // Define if the compiler/host combination has __builtin_cosf
25 #undef HAVE___BUILTIN_COSF
27 // Define if the compiler/host combination has __builtin_cosl
28 #undef HAVE___BUILTIN_COSL
30 // Define if the compiler/host combination has __builtin_fabs
31 #undef HAVE___BUILTIN_FABS
33 // Define if the compiler/host combination has __builtin_fabsf
34 #undef HAVE___BUILTIN_FABSF
36 // Define if the compiler/host combination has __builtin_fabsl
37 #undef HAVE___BUILTIN_FABSL
39 // Define if the compiler/host combination has __builtin_sin
40 #undef HAVE___BUILTIN_SIN
42 // Define if the compiler/host combination has __builtin_sinf
43 #undef HAVE___BUILTIN_SINF
45 // Define if the compiler/host combination has __builtin_sinl
46 #undef HAVE___BUILTIN_SINL
48 // Define if the compiler/host combination has __builtin_fsqrt
49 #undef HAVE___BUILTIN_FSQRT
51 // Define if the compiler/host combination has __builtin_sqrtf
52 #undef HAVE___BUILTIN_SQRTF
54 // Define if the compiler/host combination has __builtin_sqrtl
55 #undef HAVE___BUILTIN_SQRTL
57 // Define if GCC support for __complex__ float is buggy.
58 #undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
60 // Define if GCC support for __complex__ is buggy.
61 #undef _GLIBCPP_BUGGY_COMPLEX
63 // Define if LC_MESSAGES is available in <locale.h>.
64 #undef HAVE_LC_MESSAGES
66 // Define if <float.h> exists.
69 // Define if modf is present in <math.h>
74 // Systems that have certain non-standard functions prefixed with an
75 // underscore, we'll handle those here. Must come after config.h.in.
78 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
83 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
84 # define HAVE_ISNANF 1
85 # define isnanf _isnanf
88 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
89 # define HAVE_ISNANL 1
90 # define isnanl _isnanl
93 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
98 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
99 # define HAVE_ISINFF 1
100 # define isinff _isinff
103 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
104 # define HAVE_ISINFL 1
105 # define isinfl _isinfl
108 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
109 # define HAVE_COPYSIGN 1
110 # define copysign _copysign
113 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
114 # define HAVE_COPYSIGNL 1
115 # define copysignl _copysignl
118 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
123 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
124 # define HAVE_ACOSF 1
125 # define acosf _acosf
128 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
129 # define HAVE_ACOSL 1
130 # define acosl _acosl
133 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
134 # define HAVE_ASINF 1
135 # define asinf _asinf
138 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
139 # define HAVE_ASINL 1
140 # define asinl _asinl
143 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
144 # define HAVE_ATANF 1
145 # define atanf _atanf
148 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
149 # define HAVE_ATANL 1
150 # define atanl _atanl
153 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
154 # define HAVE_CEILF 1
155 # define aceil _ceilf
158 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
159 # define HAVE_CEILL 1
160 # define aceil _ceill
163 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
164 # define HAVE_COSHF 1
165 # define coshf _coshf
168 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
173 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
178 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
179 # define HAVE_COSHL 1
180 # define coshl _coshl
183 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
188 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
193 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
194 # define HAVE_FABSF 1
195 # define fabsf _fabsf
198 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
199 # define HAVE_FABSL 1
200 # define fabsl _fabsl
203 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
204 # define HAVE_FLOORF 1
205 # define floorf _floorf
208 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
209 # define HAVE_FLOORL 1
210 # define floorl _floorl
213 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
214 # define HAVE_FMODF 1
215 # define fmodf _fmodf
218 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
219 # define HAVE_FMODL 1
220 # define fmodl _fmodl
223 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
224 # define HAVE_FREXPF 1
225 # define frexpf _frexpf
228 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
229 # define HAVE_FREXPL 1
230 # define frexpl _frexpl
233 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
234 # define HAVE_LDEXPF 1
235 # define ldexpf _ldexpf
238 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
239 # define HAVE_LDEXPL 1
240 # define ldexpl _ldexpl
243 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
244 # define HAVE_LOG10F 1
245 # define log10f _log10f
248 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
253 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
258 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
259 # define HAVE_LOG10L 1
260 # define log10l _log10l
263 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
268 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
273 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
278 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
283 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
284 # define HAVE_SINHF 1
285 # define sinhf _sinhf
288 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
293 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
294 # define HAVE_SQRTF 1
295 # define sqrtf _sqrtf
298 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
299 # define HAVE_SINHL 1
300 # define sinhl _sinhl
303 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
308 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
309 # define HAVE_SQRTL 1
310 # define sqrtl _sqrtl
313 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
314 # define HAVE_TANHF 1
315 # define tanhf _tanhf
318 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
323 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
324 # define HAVE_STRTOF 1
325 # define strtof _strtof
328 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
329 # define HAVE_TANHL 1
330 # define tanhl _tanhl
333 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
334 # define HAVE_STRTOLD 1
335 # define strtold _strtold
338 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
339 # define HAVE_SINCOS 1
340 # define sincos _sincos
343 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
344 # define HAVE_SINCOSF 1
345 # define sincosf _sincosf
348 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
349 # define HAVE_SINCOSL 1
350 # define sincosl _sincosl
353 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
354 # define HAVE_FINITE 1
355 # define finite _finite
358 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
359 # define HAVE_FINITEF 1
360 # define finitef _finitef
363 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
364 # define HAVE_FINITEL 1
365 # define finitel _finitel
368 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
369 # define HAVE_QFINITE 1
370 # define qfinite _qfinite
373 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
374 # define HAVE_FPCLASS 1
375 # define fpclass _fpclass
378 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
379 # define HAVE_QFPCLASS 1
380 # define qfpclass _qfpclass