OSDN Git Service

2000-06-13 Steven King <sxking@uswest.net>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / acconfig.h
1 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
2
3 // Include support for 'long long' and 'unsigned long long'.
4 #undef _GLIBCPP_USE_LONG_LONG
5
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
9 // around.
10 #undef _GLIBCPP_NEED_MBSTATE_T
11
12 // Define if code specialized for wchar_t should be used.
13 #undef _GLIBCPP_USE_WCHAR_T
14
15 // Define if the compiler/host combination has __builtin_acos
16 #undef HAVE_BUILTIN_ACOS
17
18 // Define if the compiler/host combination has __builtin_acosf
19 #undef HAVE_BUILTIN_ACOSF
20
21 // Define if the compiler/host combination has __builtin_acosl
22 #undef HAVE_BUILTIN_ACOSL
23
24 // Define if the compiler/host combination has __builtin_asin
25 #undef HAVE_BUILTIN_ASIN
26
27 // Define if the compiler/host combination has __builtin_asinf
28 #undef HAVE_BUILTIN_ASINF
29
30 // Define if the compiler/host combination has __builtin_asinl
31 #undef HAVE_BUILTIN_ASINL
32
33 // Define if the compiler/host combination has __builtin_atan
34 #undef HAVE_BUILTIN_ATAN
35
36 // Define if the compiler/host combination has __builtin_atanf
37 #undef HAVE_BUILTIN_ATANF
38
39 // Define if the compiler/host combination has __builtin_atanl
40 #undef HAVE_BUILTIN_ATANL
41
42 // Define if the compiler/host combination has __builtin_atan2
43 #undef HAVE_BUILTIN_ATAN2
44
45 // Define if the compiler/host combination has __builtin_atan2f
46 #undef HAVE_BUILTIN_ATAN2F
47
48 // Define if the compiler/host combination has __builtin_atan2l
49 #undef HAVE_BUILTIN_ATAN2L
50
51 // Define if the compiler/host combination has __builtin_ceil
52 #undef HAVE_BUILTIN_CEIL
53
54 // Define if the compiler/host combination has __builtin_ceilf
55 #undef HAVE_BUILTIN_CEILF
56
57 // Define if the compiler/host combination has __builtin_ceill
58 #undef HAVE_BUILTIN_CEILL
59
60 // Define if the compiler/host combination has __builtin_cos
61 #undef HAVE_BUILTIN_COS
62
63 // Define if the compiler/host combination has __builtin_cosf
64 #undef HAVE_BUILTIN_COSF
65
66 // Define if the compiler/host combination has __builtin_cosl
67 #undef HAVE_BUILTIN_COSL
68
69 // Define if the compiler/host combination has __builtin_cosh
70 #undef HAVE_BUILTIN_COSH
71
72 // Define if the compiler/host combination has __builtin_coshf
73 #undef HAVE_BUILTIN_COSHF
74
75 // Define if the compiler/host combination has __builtin_coshl
76 #undef HAVE_BUILTIN_COSHL
77
78 // Define if the compiler/host combination has __builtin_exp
79 #undef HAVE_BUILTIN_EXP
80
81 // Define if the compiler/host combination has __builtin_expf
82 #undef HAVE_BUILTIN_EXPF
83
84 // Define if the compiler/host combination has __builtin_expl
85 #undef HAVE_BUILTIN_EXPL
86
87 // Define if the compiler/host combination has __builtin_fabs
88 #undef HAVE_BUILTIN_FABS
89
90 // Define if the compiler/host combination has __builtin_fabsf
91 #undef HAVE_BUILTIN_FABSF
92
93 // Define if the compiler/host combination has __builtin_fabsl
94 #undef HAVE_BUILTIN_FABSL
95
96 // Define if the compiler/host combination has __builtin_floor
97 #undef HAVE_BUILTIN_FLOOR
98
99 // Define if the compiler/host combination has __builtin_floorf
100 #undef HAVE_BUILTIN_FLOORF
101
102 // Define if the compiler/host combination has __builtin_floorl
103 #undef HAVE_BUILTIN_FLOORL
104
105 // Define if the compiler/host combination has __builtin_fmod
106 #undef HAVE_BUILTIN_FMOD
107
108 // Define if the compiler/host combination has __builtin_fmodf
109 #undef HAVE_BUILTIN_FMODF
110
111 // Define if the compiler/host combination has __builtin_fmodl
112 #undef HAVE_BUILTIN_FMODL
113
114 // Define if the compiler/host combination has __builtin_frexp
115 #undef HAVE_BUILTIN_FREXP
116
117 // Define if the compiler/host combination has __builtin_frexpf
118 #undef HAVE_BUILTIN_FREXPF
119
120 // Define if the compiler/host combination has __builtin_frexpl
121 #undef HAVE_BUILTIN_FREXPL
122
123 // Define if the compiler/host combination has __builtin_ldexp
124 #undef HAVE_BUILTIN_LDEXP
125
126 // Define if the compiler/host combination has __builtin_ldexpf
127 #undef HAVE_BUILTIN_LDEXPF
128
129 // Define if the compiler/host combination has __builtin_ldexpl
130 #undef HAVE_BUILTIN_LDEXPL
131
132 // Define if the compiler/host combination has __builtin_log
133 #undef HAVE_BUILTIN_LOG
134
135 // Define if the compiler/host combination has __builtin_logf
136 #undef HAVE_BUILTIN_LOGF
137
138 // Define if the compiler/host combination has __builtin_logl
139 #undef HAVE_BUILTIN_LOGL
140
141 // Define if the compiler/host combination has __builtin_log10
142 #undef HAVE_BUILTIN_LOG10
143
144 // Define if the compiler/host combination has __builtin_log10f
145 #undef HAVE_BUILTIN_LOG10F
146
147 // Define if the compiler/host combination has __builtin_log10l
148 #undef HAVE_BUILTIN_LOG10L
149
150 // Define if the compiler/host combination has __builtin_modf
151 #undef HAVE_BUILTIN_MODF
152
153 // Define if the compiler/host combination has __builtin_modff
154 #undef HAVE_BUILTIN_MODFF
155
156 // Define if the compiler/host combination has __builtin_modfl
157 #undef HAVE_BUILTIN_MODFL
158
159 // Define if the compiler/host combination has __builtin_pow
160 #undef HAVE_BUILTIN_POW
161
162 // Define if the compiler/host combination has __builtin_powf
163 #undef HAVE_BUILTIN_POWF
164
165 // Define if the compiler/host combination has __builtin_powl
166 #undef HAVE_BUILTIN_POWL
167
168 // Define if the compiler/host combination has __builtin_sin
169 #undef HAVE_BUILTIN_SIN
170
171 // Define if the compiler/host combination has __builtin_sinf
172 #undef HAVE_BUILTIN_SINF
173
174 // Define if the compiler/host combination has __builtin_sinl
175 #undef HAVE_BUILTIN_SINL
176
177 // Define if the compiler/host combination has __builtin_sinh
178 #undef HAVE_BUILTIN_SINH
179
180 // Define if the compiler/host combination has __builtin_sinhf
181 #undef HAVE_BUILTIN_SINHF
182
183 // Define if the compiler/host combination has __builtin_sinhl
184 #undef HAVE_BUILTIN_SINHL
185
186 // Define if the compiler/host combination has __builtin_sqrt
187 #undef HAVE_BUILTIN_SQRT
188
189 // Define if the compiler/host combination has __builtin_sqrtf
190 #undef HAVE_BUILTIN_SQRTF
191
192 // Define if the compiler/host combination has __builtin_sqrtl
193 #undef HAVE_BUILTIN_SQRTL
194
195 // Define if the compiler/host combination has __builtin_tan
196 #undef HAVE_BUILTIN_TAN
197
198 // Define if the compiler/host combination has __builtin_tanf
199 #undef HAVE_BUILTIN_TANF
200
201 // Define if the compiler/host combination has __builtin_tanl
202 #undef HAVE_BUILTIN_TANL
203
204 // Define if the compiler/host combination has __builtin_tanh
205 #undef HAVE_BUILTIN_TANH
206
207 // Define if the compiler/host combination has __builtin_tanhf
208 #undef HAVE_BUILTIN_TANHF
209
210 // Define if the compiler/host combination has __builtin_tanhl
211 #undef HAVE_BUILTIN_TANHL
212
213 // Define if GCC support for __complex__ float is buggy.
214 #undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
215
216 // Define if GCC support for __complex__ is buggy.
217 #undef _GLIBCPP_BUGGY_COMPLEX
218
219 // Define if LC_MESSAGES is available in <locale.h>.
220 #undef HAVE_LC_MESSAGES
221
222 // Define if <float.h> exists.
223 #undef HAVE_FLOAT_H
224
225 // Define if modf is present in <math.h>
226 #undef HAVE_MODF
227
228 // @BOTTOM@
229 //
230 // Systems that have certain non-standard functions prefixed with an
231 // underscore, we'll handle those here. Must come after config.h.in.
232 //
233
234 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
235 # define HAVE_ISNAN 1
236 # define isnan _isnan
237 #endif
238
239 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
240 # define HAVE_ISNANF 1
241 # define isnanf _isnanf
242 #endif
243
244 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
245 # define HAVE_ISNANL 1
246 # define isnanl _isnanl
247 #endif
248
249 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
250 # define HAVE_ISINF 1
251 # define isinf _isinf
252 #endif
253
254 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
255 # define HAVE_ISINFF 1
256 # define isinff _isinff
257 #endif
258
259 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
260 # define HAVE_ISINFL 1
261 # define isinfl _isinfl
262 #endif
263
264 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
265 # define HAVE_COPYSIGN 1
266 # define copysign _copysign
267 #endif
268
269 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
270 # define HAVE_COPYSIGNL 1
271 # define copysignl _copysignl
272 #endif
273
274 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
275 # define HAVE_COSF 1
276 # define cosf _cosf
277 #endif
278
279 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
280 # define HAVE_ACOSF 1
281 # define acosf _acosf
282 #endif
283
284 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
285 # define HAVE_ACOSL 1
286 # define acosl _acosl
287 #endif
288
289 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
290 # define HAVE_ASINF 1
291 # define asinf _asinf
292 #endif
293
294 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
295 # define HAVE_ASINL 1
296 # define asinl _asinl
297 #endif
298
299 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
300 # define HAVE_ATANF 1
301 # define atanf _atanf
302 #endif
303
304 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
305 # define HAVE_ATANL 1
306 # define atanl _atanl
307 #endif
308
309 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
310 # define HAVE_CEILF 1
311 # define aceil _ceilf
312 #endif
313
314 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
315 # define HAVE_CEILL 1
316 # define aceil _ceill
317 #endif
318
319 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
320 # define HAVE_COSHF 1
321 # define coshf _coshf
322 #endif
323
324 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
325 # define HAVE_COSL 1
326 # define cosl _cosl
327 #endif
328
329 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
330 # define HAVE_LOGF 1
331 # define logf _logf
332 #endif
333
334 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
335 # define HAVE_COSHL 1
336 # define coshl _coshl
337 #endif
338
339 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
340 # define HAVE_EXPF 1
341 # define expf _expf
342 #endif
343
344 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
345 # define HAVE_EXPL 1
346 # define expl _expl
347 #endif
348
349 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
350 # define HAVE_FABSF 1
351 # define fabsf _fabsf
352 #endif
353
354 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
355 # define HAVE_FABSL 1
356 # define fabsl _fabsl
357 #endif
358
359 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
360 # define HAVE_FLOORF 1
361 # define floorf _floorf
362 #endif
363
364 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
365 # define HAVE_FLOORL 1
366 # define floorl _floorl
367 #endif
368
369 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
370 # define HAVE_FMODF 1
371 # define fmodf _fmodf
372 #endif
373
374 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
375 # define HAVE_FMODL 1
376 # define fmodl _fmodl
377 #endif
378
379 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
380 # define HAVE_FREXPF 1
381 # define frexpf _frexpf
382 #endif
383
384 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
385 # define HAVE_FREXPL 1
386 # define frexpl _frexpl
387 #endif
388
389 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
390 # define HAVE_LDEXPF 1
391 # define ldexpf _ldexpf
392 #endif
393
394 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
395 # define HAVE_LDEXPL 1
396 # define ldexpl _ldexpl
397 #endif
398
399 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
400 # define HAVE_LOG10F 1
401 # define log10f _log10f
402 #endif
403
404 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
405 # define HAVE_LOGL 1
406 # define logl _logl
407 #endif
408
409 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
410 # define HAVE_POWF 1
411 # define powf _powf
412 #endif
413
414 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
415 # define HAVE_LOG10L 1
416 # define log10l _log10l
417 #endif
418
419 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
420 # define HAVE_MODF 1
421 # define modf _modf
422 #endif
423
424 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
425 # define HAVE_MODL 1
426 # define modl _modl
427 #endif
428
429 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
430 # define HAVE_SINF 1
431 # define sinf _sinf
432 #endif
433
434 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
435 # define HAVE_POWL 1
436 # define powl _powl
437 #endif
438
439 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
440 # define HAVE_SINHF 1
441 # define sinhf _sinhf
442 #endif
443
444 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
445 # define HAVE_SINL 1
446 # define sinl _sinl
447 #endif
448
449 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
450 # define HAVE_SQRTF 1
451 # define sqrtf _sqrtf
452 #endif
453
454 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
455 # define HAVE_SINHL 1
456 # define sinhl _sinhl
457 #endif
458
459 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
460 # define HAVE_TANF 1
461 # define tanf _tanf
462 #endif
463
464 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
465 # define HAVE_SQRTL 1
466 # define sqrtl _sqrtl
467 #endif
468
469 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
470 # define HAVE_TANHF 1
471 # define tanhf _tanhf
472 #endif
473
474 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
475 # define HAVE_TANF 1
476 # define tanf _tanf
477 #endif
478
479 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
480 # define HAVE_STRTOF 1
481 # define strtof _strtof
482 #endif
483
484 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
485 # define HAVE_TANHL 1
486 # define tanhl _tanhl
487 #endif
488
489 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
490 # define HAVE_STRTOLD 1
491 # define strtold _strtold
492 #endif
493
494 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
495 # define HAVE_SINCOS 1
496 # define sincos _sincos
497 #endif
498
499 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
500 # define HAVE_SINCOSF 1
501 # define sincosf _sincosf
502 #endif
503
504 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
505 # define HAVE_SINCOSL 1
506 # define sincosl _sincosl
507 #endif
508
509 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
510 # define HAVE_FINITE 1
511 # define finite _finite
512 #endif
513
514 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
515 # define HAVE_FINITEF 1
516 # define finitef _finitef
517 #endif
518
519 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
520 # define HAVE_FINITEL 1
521 # define finitel _finitel
522 #endif
523
524 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
525 # define HAVE_QFINITE 1
526 # define qfinite _qfinite
527 #endif
528
529 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
530 # define HAVE_FPCLASS 1
531 # define fpclass _fpclass
532 #endif
533
534 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
535 # define HAVE_QFPCLASS 1
536 # define qfpclass _qfpclass
537 #endif
538