OSDN Git Service

2000-06-06 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_frexp
106 #undef HAVE_BUILTIN_FREXP
107
108 // Define if the compiler/host combination has __builtin_frexpf
109 #undef HAVE_BUILTIN_FREXPF
110
111 // Define if the compiler/host combination has __builtin_frexpl
112 #undef HAVE_BUILTIN_FREXPL
113
114 // Define if the compiler/host combination has __builtin_ldexp
115 #undef HAVE_BUILTIN_LDEXP
116
117 // Define if the compiler/host combination has __builtin_ldexpf
118 #undef HAVE_BUILTIN_LDEXPF
119
120 // Define if the compiler/host combination has __builtin_ldexpl
121 #undef HAVE_BUILTIN_LDEXPL
122
123 // Define if the compiler/host combination has __builtin_log
124 #undef HAVE_BUILTIN_LOG
125
126 // Define if the compiler/host combination has __builtin_logf
127 #undef HAVE_BUILTIN_LOGF
128
129 // Define if the compiler/host combination has __builtin_logl
130 #undef HAVE_BUILTIN_LOGL
131
132 // Define if the compiler/host combination has __builtin_log10
133 #undef HAVE_BUILTIN_LOG10
134
135 // Define if the compiler/host combination has __builtin_log10f
136 #undef HAVE_BUILTIN_LOG10F
137
138 // Define if the compiler/host combination has __builtin_log10l
139 #undef HAVE_BUILTIN_LOG10L
140
141 // Define if the compiler/host combination has __builtin_modf
142 #undef HAVE_BUILTIN_MODF
143
144 // Define if the compiler/host combination has __builtin_modff
145 #undef HAVE_BUILTIN_MODFF
146
147 // Define if the compiler/host combination has __builtin_modfl
148 #undef HAVE_BUILTIN_MODFL
149
150 // Define if the compiler/host combination has __builtin_pow
151 #undef HAVE_BUILTIN_POW
152
153 // Define if the compiler/host combination has __builtin_powf
154 #undef HAVE_BUILTIN_POWF
155
156 // Define if the compiler/host combination has __builtin_powl
157 #undef HAVE_BUILTIN_POWL
158
159 // Define if the compiler/host combination has __builtin_sin
160 #undef HAVE_BUILTIN_SIN
161
162 // Define if the compiler/host combination has __builtin_sinf
163 #undef HAVE_BUILTIN_SINF
164
165 // Define if the compiler/host combination has __builtin_sinl
166 #undef HAVE_BUILTIN_SINL
167
168 // Define if the compiler/host combination has __builtin_sinh
169 #undef HAVE_BUILTIN_SINH
170
171 // Define if the compiler/host combination has __builtin_sinhf
172 #undef HAVE_BUILTIN_SINHF
173
174 // Define if the compiler/host combination has __builtin_sinhl
175 #undef HAVE_BUILTIN_SINHL
176
177 // Define if the compiler/host combination has __builtin_sqrt
178 #undef HAVE_BUILTIN_SQRT
179
180 // Define if the compiler/host combination has __builtin_sqrtf
181 #undef HAVE_BUILTIN_SQRTF
182
183 // Define if the compiler/host combination has __builtin_sqrtl
184 #undef HAVE_BUILTIN_SQRTL
185
186 // Define if the compiler/host combination has __builtin_tan
187 #undef HAVE_BUILTIN_TAN
188
189 // Define if the compiler/host combination has __builtin_tanf
190 #undef HAVE_BUILTIN_TANF
191
192 // Define if the compiler/host combination has __builtin_tanl
193 #undef HAVE_BUILTIN_TANL
194
195 // Define if the compiler/host combination has __builtin_tanh
196 #undef HAVE_BUILTIN_TANH
197
198 // Define if the compiler/host combination has __builtin_tanhf
199 #undef HAVE_BUILTIN_TANHF
200
201 // Define if the compiler/host combination has __builtin_tanhl
202 #undef HAVE_BUILTIN_TANHL
203
204 // Define if GCC support for __complex__ float is buggy.
205 #undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
206
207 // Define if GCC support for __complex__ is buggy.
208 #undef _GLIBCPP_BUGGY_COMPLEX
209
210 // Define if LC_MESSAGES is available in <locale.h>.
211 #undef HAVE_LC_MESSAGES
212
213 // Define if <float.h> exists.
214 #undef HAVE_FLOAT_H
215
216 // Define if modf is present in <math.h>
217 #undef HAVE_MODF
218
219 // @BOTTOM@
220 //
221 // Systems that have certain non-standard functions prefixed with an
222 // underscore, we'll handle those here. Must come after config.h.in.
223 //
224
225 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
226 # define HAVE_ISNAN 1
227 # define isnan _isnan
228 #endif
229
230 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
231 # define HAVE_ISNANF 1
232 # define isnanf _isnanf
233 #endif
234
235 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
236 # define HAVE_ISNANL 1
237 # define isnanl _isnanl
238 #endif
239
240 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
241 # define HAVE_ISINF 1
242 # define isinf _isinf
243 #endif
244
245 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
246 # define HAVE_ISINFF 1
247 # define isinff _isinff
248 #endif
249
250 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
251 # define HAVE_ISINFL 1
252 # define isinfl _isinfl
253 #endif
254
255 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
256 # define HAVE_COPYSIGN 1
257 # define copysign _copysign
258 #endif
259
260 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
261 # define HAVE_COPYSIGNL 1
262 # define copysignl _copysignl
263 #endif
264
265 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
266 # define HAVE_COSF 1
267 # define cosf _cosf
268 #endif
269
270 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
271 # define HAVE_ACOSF 1
272 # define acosf _acosf
273 #endif
274
275 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
276 # define HAVE_ACOSL 1
277 # define acosl _acosl
278 #endif
279
280 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
281 # define HAVE_ASINF 1
282 # define asinf _asinf
283 #endif
284
285 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
286 # define HAVE_ASINL 1
287 # define asinl _asinl
288 #endif
289
290 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
291 # define HAVE_ATANF 1
292 # define atanf _atanf
293 #endif
294
295 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
296 # define HAVE_ATANL 1
297 # define atanl _atanl
298 #endif
299
300 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
301 # define HAVE_CEILF 1
302 # define aceil _ceilf
303 #endif
304
305 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
306 # define HAVE_CEILL 1
307 # define aceil _ceill
308 #endif
309
310 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
311 # define HAVE_COSHF 1
312 # define coshf _coshf
313 #endif
314
315 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
316 # define HAVE_COSL 1
317 # define cosl _cosl
318 #endif
319
320 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
321 # define HAVE_LOGF 1
322 # define logf _logf
323 #endif
324
325 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
326 # define HAVE_COSHL 1
327 # define coshl _coshl
328 #endif
329
330 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
331 # define HAVE_EXPF 1
332 # define expf _expf
333 #endif
334
335 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
336 # define HAVE_EXPL 1
337 # define expl _expl
338 #endif
339
340 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
341 # define HAVE_FABSF 1
342 # define fabsf _fabsf
343 #endif
344
345 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
346 # define HAVE_FABSL 1
347 # define fabsl _fabsl
348 #endif
349
350 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
351 # define HAVE_FLOORF 1
352 # define floorf _floorf
353 #endif
354
355 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
356 # define HAVE_FLOORL 1
357 # define floorl _floorl
358 #endif
359
360 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
361 # define HAVE_FMODF 1
362 # define fmodf _fmodf
363 #endif
364
365 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
366 # define HAVE_FMODL 1
367 # define fmodl _fmodl
368 #endif
369
370 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
371 # define HAVE_FREXPF 1
372 # define frexpf _frexpf
373 #endif
374
375 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
376 # define HAVE_FREXPL 1
377 # define frexpl _frexpl
378 #endif
379
380 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
381 # define HAVE_LDEXPF 1
382 # define ldexpf _ldexpf
383 #endif
384
385 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
386 # define HAVE_LDEXPL 1
387 # define ldexpl _ldexpl
388 #endif
389
390 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
391 # define HAVE_LOG10F 1
392 # define log10f _log10f
393 #endif
394
395 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
396 # define HAVE_LOGL 1
397 # define logl _logl
398 #endif
399
400 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
401 # define HAVE_POWF 1
402 # define powf _powf
403 #endif
404
405 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
406 # define HAVE_LOG10L 1
407 # define log10l _log10l
408 #endif
409
410 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
411 # define HAVE_MODF 1
412 # define modf _modf
413 #endif
414
415 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
416 # define HAVE_MODL 1
417 # define modl _modl
418 #endif
419
420 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
421 # define HAVE_SINF 1
422 # define sinf _sinf
423 #endif
424
425 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
426 # define HAVE_POWL 1
427 # define powl _powl
428 #endif
429
430 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
431 # define HAVE_SINHF 1
432 # define sinhf _sinhf
433 #endif
434
435 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
436 # define HAVE_SINL 1
437 # define sinl _sinl
438 #endif
439
440 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
441 # define HAVE_SQRTF 1
442 # define sqrtf _sqrtf
443 #endif
444
445 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
446 # define HAVE_SINHL 1
447 # define sinhl _sinhl
448 #endif
449
450 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
451 # define HAVE_TANF 1
452 # define tanf _tanf
453 #endif
454
455 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
456 # define HAVE_SQRTL 1
457 # define sqrtl _sqrtl
458 #endif
459
460 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
461 # define HAVE_TANHF 1
462 # define tanhf _tanhf
463 #endif
464
465 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
466 # define HAVE_TANF 1
467 # define tanf _tanf
468 #endif
469
470 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
471 # define HAVE_STRTOF 1
472 # define strtof _strtof
473 #endif
474
475 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
476 # define HAVE_TANHL 1
477 # define tanhl _tanhl
478 #endif
479
480 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
481 # define HAVE_STRTOLD 1
482 # define strtold _strtold
483 #endif
484
485 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
486 # define HAVE_SINCOS 1
487 # define sincos _sincos
488 #endif
489
490 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
491 # define HAVE_SINCOSF 1
492 # define sincosf _sincosf
493 #endif
494
495 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
496 # define HAVE_SINCOSL 1
497 # define sincosl _sincosl
498 #endif
499
500 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
501 # define HAVE_FINITE 1
502 # define finite _finite
503 #endif
504
505 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
506 # define HAVE_FINITEF 1
507 # define finitef _finitef
508 #endif
509
510 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
511 # define HAVE_FINITEL 1
512 # define finitel _finitel
513 #endif
514
515 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
516 # define HAVE_QFINITE 1
517 # define qfinite _qfinite
518 #endif
519
520 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
521 # define HAVE_FPCLASS 1
522 # define fpclass _fpclass
523 #endif
524
525 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
526 # define HAVE_QFPCLASS 1
527 # define qfpclass _qfpclass
528 #endif
529