OSDN Git Service

2000-06-01 Benjamin Kosnik <bkoz@gnu.org>
[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_sinf defined.
16 #undef _GLIBCPP_HAS_BUILTIN_SINF
17
18 // Define if the compiler/host combination has __builtin_cosf defined.
19 #undef _GLIBCPP_HAS_BUILTIN_COSF
20
21 // Define if the compiler/host combination has __builtin_fabsf defined.
22 #undef _GLIBCPP_HAS_BUILTIN_FABSF
23
24 // Define if the compiler/host combination has __builtin_fabsf defined.
25 #undef _GLIBCPP_HAS_BUILTIN_SQRTF
26
27 // Define if GCC support for __complex__ float is buggy.
28 #undef _GLIBCPP_BUGGY_FLOAT_COMPLEX
29
30 // Define if GCC support for __complex__ is buggy.
31 #undef _GLIBCPP_BUGGY_COMPLEX
32
33 // Define if LC_MESSAGES is available in <locale.h>.
34 #undef HAVE_LC_MESSAGES
35
36 // Define if <float.h> exists.
37 #undef HAVE_FLOAT_H
38
39 // Define if modf is present in <math.h>
40 #undef HAVE_MODF
41
42 // @BOTTOM@
43 //
44 // Systems that have certain non-standard functions prefixed with an
45 // underscore, we'll handle those here. Must come after config.h.in.
46 //
47
48 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
49 # define HAVE_ISNAN 1
50 # define isnan _isnan
51 #endif
52
53 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
54 # define HAVE_ISNANF 1
55 # define isnanf _isnanf
56 #endif
57
58 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
59 # define HAVE_ISNANL 1
60 # define isnanl _isnanl
61 #endif
62
63 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
64 # define HAVE_ISINF 1
65 # define isinf _isinf
66 #endif
67
68 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
69 # define HAVE_ISINFF 1
70 # define isinff _isinff
71 #endif
72
73 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
74 # define HAVE_ISINFL 1
75 # define isinfl _isinfl
76 #endif
77
78 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
79 # define HAVE_COPYSIGN 1
80 # define copysign _copysign
81 #endif
82
83 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
84 # define HAVE_COPYSIGNL 1
85 # define copysignl _copysignl
86 #endif
87
88 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
89 # define HAVE_COSF 1
90 # define cosf _cosf
91 #endif
92
93 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
94 # define HAVE_COSHF 1
95 # define coshf _coshf
96 #endif
97
98 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
99 # define HAVE_LOGF 1
100 # define logf _logf
101 #endif
102
103 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
104 # define HAVE_LOG10F 1
105 # define log10f _log10f
106 #endif
107
108 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
109 # define HAVE_POWF 1
110 # define powf _powf
111 #endif
112
113 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
114 # define HAVE_SINF 1
115 # define sinf _sinf
116 #endif
117
118 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
119 # define HAVE_SINHF 1
120 # define sinhf _sinhf
121 #endif
122
123 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
124 # define HAVE_SQRTF 1
125 # define sqrtf _sqrtf
126 #endif
127
128 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
129 # define HAVE_TANF 1
130 # define tanf _tanf
131 #endif
132
133 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
134 # define HAVE_TANHF 1
135 # define tanhf _tanhf
136 #endif
137
138 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
139 # define HAVE_STRTOF 1
140 # define strtof _strtof
141 #endif
142
143 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
144 # define HAVE_STRTOLD 1
145 # define strtold _strtold
146 #endif
147
148 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
149 # define HAVE_FABSF 1
150 # define fabsf _fabsf
151 #endif
152
153 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
154 # define HAVE_SINCOS 1
155 # define sincos _sincos
156 #endif
157
158 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
159 # define HAVE_SINCOSF 1
160 # define sincosf _sincosf
161 #endif
162
163 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
164 # define HAVE_SINCOSL 1
165 # define sincosl _sincosl
166 #endif
167
168 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
169 # define HAVE_FINITE 1
170 # define finite _finite
171 #endif
172
173 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
174 # define HAVE_QFINITE 1
175 # define qfinite _qfinite
176 #endif
177
178 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
179 # define HAVE_FPCLASS 1
180 # define fpclass _fpclass
181 #endif
182
183 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
184 # define HAVE_QFPCLASS 1
185 # define qfpclass _qfpclass
186 #endif
187