1 | /* config.h.in. Generated automatically from configure.in by autoheader. */
|
---|
2 |
|
---|
3 | /* Define if you have a working `mmap' system call. */
|
---|
4 | #undef HAVE_MMAP
|
---|
5 |
|
---|
6 | // Define if GCC supports weak symbols.
|
---|
7 | #undef _GLIBCPP_SUPPORTS_WEAK
|
---|
8 |
|
---|
9 | // Include I/O support for 'long long' and 'unsigned long long'.
|
---|
10 | #undef _GLIBCPP_USE_LONG_LONG
|
---|
11 |
|
---|
12 | // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
|
---|
13 | #undef _GLIBCPP_USE_C99
|
---|
14 |
|
---|
15 | // Define if code specialized for wchar_t should be used.
|
---|
16 | #undef _GLIBCPP_USE_WCHAR_T
|
---|
17 |
|
---|
18 | // Define if using setrlimit to limit memory usage during 'make check'.
|
---|
19 | #undef _GLIBCPP_MEM_LIMITS
|
---|
20 |
|
---|
21 | // Define to use concept checking code from the boost libraries.
|
---|
22 | #undef _GLIBCPP_CONCEPT_CHECKS
|
---|
23 |
|
---|
24 | // Define to use symbol versioning in the shared library.
|
---|
25 | #undef _GLIBCPP_SYMVER
|
---|
26 |
|
---|
27 | // Define symbol versioning in assember directives. If symbol
|
---|
28 | // versioning is beigng used, and the assembler supports this kind of
|
---|
29 | // thing, then use it.
|
---|
30 | // NB: _GLIBCPP_AT_AT is a hack to work around quoting issues in m4.
|
---|
31 | #if _GLIBCPP_SYMVER
|
---|
32 | #define _GLIBCPP_ASM_SYMVER(cur, old, version) \
|
---|
33 | asm (".symver " #cur "," #old _GLIBCPP_AT_AT #version);
|
---|
34 | #else
|
---|
35 | #define _GLIBCPP_ASM_SYMVER(cur, old, version)
|
---|
36 | #endif
|
---|
37 |
|
---|
38 | // Define if gthr-default.h exists (meaning that threading support is enabled).
|
---|
39 | #undef HAVE_GTHR_DEFAULT
|
---|
40 |
|
---|
41 | // Define if drand48 exists.
|
---|
42 | #undef HAVE_DRAND48
|
---|
43 |
|
---|
44 | // Define if getpagesize exists.
|
---|
45 | #undef HAVE_GETPAGESIZE
|
---|
46 |
|
---|
47 | // Define if setenv exists.
|
---|
48 | #undef HAVE_SETENV
|
---|
49 |
|
---|
50 | // Define if sigsetjmp exists.
|
---|
51 | #undef HAVE_SIGSETJMP
|
---|
52 |
|
---|
53 | // Define if mbstate_t exists in wchar.h.
|
---|
54 | #undef HAVE_MBSTATE_T
|
---|
55 |
|
---|
56 | // Define if you have the modff function.
|
---|
57 | #undef HAVE_MODFF
|
---|
58 |
|
---|
59 | // Define if you have the modfl function.
|
---|
60 | #undef HAVE_MODFL
|
---|
61 |
|
---|
62 | // Define if you have the expf function.
|
---|
63 | #undef HAVE_EXPF
|
---|
64 |
|
---|
65 | // Define if you have the expl function.
|
---|
66 | #undef HAVE_EXPL
|
---|
67 |
|
---|
68 | // Define if you have the hypotf function.
|
---|
69 | #undef HAVE_HYPOTF
|
---|
70 |
|
---|
71 | // Define if you have the hypotl function.
|
---|
72 | #undef HAVE_HYPOTL
|
---|
73 |
|
---|
74 | // Define if the compiler/host combination has __builtin_abs
|
---|
75 | #undef HAVE___BUILTIN_ABS
|
---|
76 |
|
---|
77 | // Define if the compiler/host combination has __builtin_labs
|
---|
78 | #undef HAVE___BUILTIN_LABS
|
---|
79 |
|
---|
80 | // Define if the compiler/host combination has __builtin_cos
|
---|
81 | #undef HAVE___BUILTIN_COS
|
---|
82 |
|
---|
83 | // Define if the compiler/host combination has __builtin_cosf
|
---|
84 | #undef HAVE___BUILTIN_COSF
|
---|
85 |
|
---|
86 | // Define if the compiler/host combination has __builtin_cosl
|
---|
87 | #undef HAVE___BUILTIN_COSL
|
---|
88 |
|
---|
89 | // Define if the compiler/host combination has __builtin_fabs
|
---|
90 | #undef HAVE___BUILTIN_FABS
|
---|
91 |
|
---|
92 | // Define if the compiler/host combination has __builtin_fabsf
|
---|
93 | #undef HAVE___BUILTIN_FABSF
|
---|
94 |
|
---|
95 | // Define if the compiler/host combination has __builtin_fabsl
|
---|
96 | #undef HAVE___BUILTIN_FABSL
|
---|
97 |
|
---|
98 | // Define if the compiler/host combination has __builtin_sin
|
---|
99 | #undef HAVE___BUILTIN_SIN
|
---|
100 |
|
---|
101 | // Define if the compiler/host combination has __builtin_sinf
|
---|
102 | #undef HAVE___BUILTIN_SINF
|
---|
103 |
|
---|
104 | // Define if the compiler/host combination has __builtin_sinl
|
---|
105 | #undef HAVE___BUILTIN_SINL
|
---|
106 |
|
---|
107 | // Define if the compiler/host combination has __builtin_sqrt
|
---|
108 | #undef HAVE___BUILTIN_SQRT
|
---|
109 |
|
---|
110 | // Define if the compiler/host combination has __builtin_sqrtf
|
---|
111 | #undef HAVE___BUILTIN_SQRTF
|
---|
112 |
|
---|
113 | // Define if the compiler/host combination has __builtin_sqrtl
|
---|
114 | #undef HAVE___BUILTIN_SQRTL
|
---|
115 |
|
---|
116 | // Define if poll is available in <poll.h>.
|
---|
117 | #undef HAVE_POLL
|
---|
118 |
|
---|
119 | // Define if S_ISREG (Posix) is available in <sys/stat.h>.
|
---|
120 | #undef HAVE_S_ISREG
|
---|
121 |
|
---|
122 | // Define if S_IFREG is available in <sys/stat.h>.
|
---|
123 | #undef HAVE_S_IFREG
|
---|
124 |
|
---|
125 | // Define if LC_MESSAGES is available in <locale.h>.
|
---|
126 | #undef HAVE_LC_MESSAGES
|
---|
127 |
|
---|
128 | /* Define if you have the __signbit function. */
|
---|
129 | #undef HAVE___SIGNBIT
|
---|
130 |
|
---|
131 | /* Define if you have the __signbitf function. */
|
---|
132 | #undef HAVE___SIGNBITF
|
---|
133 |
|
---|
134 | /* Define if you have the __signbitl function. */
|
---|
135 | #undef HAVE___SIGNBITL
|
---|
136 |
|
---|
137 | /* Define if you have the _acosf function. */
|
---|
138 | #undef HAVE__ACOSF
|
---|
139 |
|
---|
140 | /* Define if you have the _acosl function. */
|
---|
141 | #undef HAVE__ACOSL
|
---|
142 |
|
---|
143 | /* Define if you have the _asinf function. */
|
---|
144 | #undef HAVE__ASINF
|
---|
145 |
|
---|
146 | /* Define if you have the _asinl function. */
|
---|
147 | #undef HAVE__ASINL
|
---|
148 |
|
---|
149 | /* Define if you have the _atan2f function. */
|
---|
150 | #undef HAVE__ATAN2F
|
---|
151 |
|
---|
152 | /* Define if you have the _atan2l function. */
|
---|
153 | #undef HAVE__ATAN2L
|
---|
154 |
|
---|
155 | /* Define if you have the _atanf function. */
|
---|
156 | #undef HAVE__ATANF
|
---|
157 |
|
---|
158 | /* Define if you have the _atanl function. */
|
---|
159 | #undef HAVE__ATANL
|
---|
160 |
|
---|
161 | /* Define if you have the _ceilf function. */
|
---|
162 | #undef HAVE__CEILF
|
---|
163 |
|
---|
164 | /* Define if you have the _ceill function. */
|
---|
165 | #undef HAVE__CEILL
|
---|
166 |
|
---|
167 | /* Define if you have the _copysign function. */
|
---|
168 | #undef HAVE__COPYSIGN
|
---|
169 |
|
---|
170 | /* Define if you have the _copysignl function. */
|
---|
171 | #undef HAVE__COPYSIGNL
|
---|
172 |
|
---|
173 | /* Define if you have the _cosf function. */
|
---|
174 | #undef HAVE__COSF
|
---|
175 |
|
---|
176 | /* Define if you have the _coshf function. */
|
---|
177 | #undef HAVE__COSHF
|
---|
178 |
|
---|
179 | /* Define if you have the _coshl function. */
|
---|
180 | #undef HAVE__COSHL
|
---|
181 |
|
---|
182 | /* Define if you have the _cosl function. */
|
---|
183 | #undef HAVE__COSL
|
---|
184 |
|
---|
185 | /* Define if you have the _expf function. */
|
---|
186 | #undef HAVE__EXPF
|
---|
187 |
|
---|
188 | /* Define if you have the _expl function. */
|
---|
189 | #undef HAVE__EXPL
|
---|
190 |
|
---|
191 | /* Define if you have the _fabsf function. */
|
---|
192 | #undef HAVE__FABSF
|
---|
193 |
|
---|
194 | /* Define if you have the _fabsl function. */
|
---|
195 | #undef HAVE__FABSL
|
---|
196 |
|
---|
197 | /* Define if you have the _finite function. */
|
---|
198 | #undef HAVE__FINITE
|
---|
199 |
|
---|
200 | /* Define if you have the _finitef function. */
|
---|
201 | #undef HAVE__FINITEF
|
---|
202 |
|
---|
203 | /* Define if you have the _finitel function. */
|
---|
204 | #undef HAVE__FINITEL
|
---|
205 |
|
---|
206 | /* Define if you have the _floorf function. */
|
---|
207 | #undef HAVE__FLOORF
|
---|
208 |
|
---|
209 | /* Define if you have the _floorl function. */
|
---|
210 | #undef HAVE__FLOORL
|
---|
211 |
|
---|
212 | /* Define if you have the _fmodf function. */
|
---|
213 | #undef HAVE__FMODF
|
---|
214 |
|
---|
215 | /* Define if you have the _fmodl function. */
|
---|
216 | #undef HAVE__FMODL
|
---|
217 |
|
---|
218 | /* Define if you have the _fpclass function. */
|
---|
219 | #undef HAVE__FPCLASS
|
---|
220 |
|
---|
221 | /* Define if you have the _frexpf function. */
|
---|
222 | #undef HAVE__FREXPF
|
---|
223 |
|
---|
224 | /* Define if you have the _frexpl function. */
|
---|
225 | #undef HAVE__FREXPL
|
---|
226 |
|
---|
227 | /* Define if you have the _hypot function. */
|
---|
228 | #undef HAVE__HYPOT
|
---|
229 |
|
---|
230 | /* Define if you have the _hypotf function. */
|
---|
231 | #undef HAVE__HYPOTF
|
---|
232 |
|
---|
233 | /* Define if you have the _hypotl function. */
|
---|
234 | #undef HAVE__HYPOTL
|
---|
235 |
|
---|
236 | /* Define if you have the _isinf function. */
|
---|
237 | #undef HAVE__ISINF
|
---|
238 |
|
---|
239 | /* Define if you have the _isinff function. */
|
---|
240 | #undef HAVE__ISINFF
|
---|
241 |
|
---|
242 | /* Define if you have the _isinfl function. */
|
---|
243 | #undef HAVE__ISINFL
|
---|
244 |
|
---|
245 | /* Define if you have the _isnan function. */
|
---|
246 | #undef HAVE__ISNAN
|
---|
247 |
|
---|
248 | /* Define if you have the _isnanf function. */
|
---|
249 | #undef HAVE__ISNANF
|
---|
250 |
|
---|
251 | /* Define if you have the _isnanl function. */
|
---|
252 | #undef HAVE__ISNANL
|
---|
253 |
|
---|
254 | /* Define if you have the _ldexpf function. */
|
---|
255 | #undef HAVE__LDEXPF
|
---|
256 |
|
---|
257 | /* Define if you have the _ldexpl function. */
|
---|
258 | #undef HAVE__LDEXPL
|
---|
259 |
|
---|
260 | /* Define if you have the _log10f function. */
|
---|
261 | #undef HAVE__LOG10F
|
---|
262 |
|
---|
263 | /* Define if you have the _log10l function. */
|
---|
264 | #undef HAVE__LOG10L
|
---|
265 |
|
---|
266 | /* Define if you have the _logf function. */
|
---|
267 | #undef HAVE__LOGF
|
---|
268 |
|
---|
269 | /* Define if you have the _logl function. */
|
---|
270 | #undef HAVE__LOGL
|
---|
271 |
|
---|
272 | /* Define if you have the _modff function. */
|
---|
273 | #undef HAVE__MODFF
|
---|
274 |
|
---|
275 | /* Define if you have the _modfl function. */
|
---|
276 | #undef HAVE__MODFL
|
---|
277 |
|
---|
278 | /* Define if you have the _powf function. */
|
---|
279 | #undef HAVE__POWF
|
---|
280 |
|
---|
281 | /* Define if you have the _powl function. */
|
---|
282 | #undef HAVE__POWL
|
---|
283 |
|
---|
284 | /* Define if you have the _qfpclass function. */
|
---|
285 | #undef HAVE__QFPCLASS
|
---|
286 |
|
---|
287 | /* Define if you have the _sincos function. */
|
---|
288 | #undef HAVE__SINCOS
|
---|
289 |
|
---|
290 | /* Define if you have the _sincosf function. */
|
---|
291 | #undef HAVE__SINCOSF
|
---|
292 |
|
---|
293 | /* Define if you have the _sincosl function. */
|
---|
294 | #undef HAVE__SINCOSL
|
---|
295 |
|
---|
296 | /* Define if you have the _sinf function. */
|
---|
297 | #undef HAVE__SINF
|
---|
298 |
|
---|
299 | /* Define if you have the _sinhf function. */
|
---|
300 | #undef HAVE__SINHF
|
---|
301 |
|
---|
302 | /* Define if you have the _sinhl function. */
|
---|
303 | #undef HAVE__SINHL
|
---|
304 |
|
---|
305 | /* Define if you have the _sinl function. */
|
---|
306 | #undef HAVE__SINL
|
---|
307 |
|
---|
308 | /* Define if you have the _sqrtf function. */
|
---|
309 | #undef HAVE__SQRTF
|
---|
310 |
|
---|
311 | /* Define if you have the _sqrtl function. */
|
---|
312 | #undef HAVE__SQRTL
|
---|
313 |
|
---|
314 | /* Define if you have the _tanf function. */
|
---|
315 | #undef HAVE__TANF
|
---|
316 |
|
---|
317 | /* Define if you have the _tanhf function. */
|
---|
318 | #undef HAVE__TANHF
|
---|
319 |
|
---|
320 | /* Define if you have the _tanhl function. */
|
---|
321 | #undef HAVE__TANHL
|
---|
322 |
|
---|
323 | /* Define if you have the _tanl function. */
|
---|
324 | #undef HAVE__TANL
|
---|
325 |
|
---|
326 | /* Define if you have the acosf function. */
|
---|
327 | #undef HAVE_ACOSF
|
---|
328 |
|
---|
329 | /* Define if you have the acosl function. */
|
---|
330 | #undef HAVE_ACOSL
|
---|
331 |
|
---|
332 | /* Define if you have the asinf function. */
|
---|
333 | #undef HAVE_ASINF
|
---|
334 |
|
---|
335 | /* Define if you have the asinl function. */
|
---|
336 | #undef HAVE_ASINL
|
---|
337 |
|
---|
338 | /* Define if you have the atan2f function. */
|
---|
339 | #undef HAVE_ATAN2F
|
---|
340 |
|
---|
341 | /* Define if you have the atan2l function. */
|
---|
342 | #undef HAVE_ATAN2L
|
---|
343 |
|
---|
344 | /* Define if you have the atanf function. */
|
---|
345 | #undef HAVE_ATANF
|
---|
346 |
|
---|
347 | /* Define if you have the atanl function. */
|
---|
348 | #undef HAVE_ATANL
|
---|
349 |
|
---|
350 | /* Define if you have the btowc function. */
|
---|
351 | #undef HAVE_BTOWC
|
---|
352 |
|
---|
353 | /* Define if you have the ceilf function. */
|
---|
354 | #undef HAVE_CEILF
|
---|
355 |
|
---|
356 | /* Define if you have the ceill function. */
|
---|
357 | #undef HAVE_CEILL
|
---|
358 |
|
---|
359 | /* Define if you have the copysign function. */
|
---|
360 | #undef HAVE_COPYSIGN
|
---|
361 |
|
---|
362 | /* Define if you have the copysignf function. */
|
---|
363 | #undef HAVE_COPYSIGNF
|
---|
364 |
|
---|
365 | /* Define if you have the copysignl function. */
|
---|
366 | #undef HAVE_COPYSIGNL
|
---|
367 |
|
---|
368 | /* Define if you have the cosf function. */
|
---|
369 | #undef HAVE_COSF
|
---|
370 |
|
---|
371 | /* Define if you have the coshf function. */
|
---|
372 | #undef HAVE_COSHF
|
---|
373 |
|
---|
374 | /* Define if you have the coshl function. */
|
---|
375 | #undef HAVE_COSHL
|
---|
376 |
|
---|
377 | /* Define if you have the cosl function. */
|
---|
378 | #undef HAVE_COSL
|
---|
379 |
|
---|
380 | /* Define if you have the drand48 function. */
|
---|
381 | #undef HAVE_DRAND48
|
---|
382 |
|
---|
383 | /* Define if you have the expf function. */
|
---|
384 | #undef HAVE_EXPF
|
---|
385 |
|
---|
386 | /* Define if you have the expl function. */
|
---|
387 | #undef HAVE_EXPL
|
---|
388 |
|
---|
389 | /* Define if you have the fabsf function. */
|
---|
390 | #undef HAVE_FABSF
|
---|
391 |
|
---|
392 | /* Define if you have the fabsl function. */
|
---|
393 | #undef HAVE_FABSL
|
---|
394 |
|
---|
395 | /* Define if you have the fgetwc function. */
|
---|
396 | #undef HAVE_FGETWC
|
---|
397 |
|
---|
398 | /* Define if you have the fgetws function. */
|
---|
399 | #undef HAVE_FGETWS
|
---|
400 |
|
---|
401 | /* Define if you have the finite function. */
|
---|
402 | #undef HAVE_FINITE
|
---|
403 |
|
---|
404 | /* Define if you have the finitef function. */
|
---|
405 | #undef HAVE_FINITEF
|
---|
406 |
|
---|
407 | /* Define if you have the finitel function. */
|
---|
408 | #undef HAVE_FINITEL
|
---|
409 |
|
---|
410 | /* Define if you have the floorf function. */
|
---|
411 | #undef HAVE_FLOORF
|
---|
412 |
|
---|
413 | /* Define if you have the floorl function. */
|
---|
414 | #undef HAVE_FLOORL
|
---|
415 |
|
---|
416 | /* Define if you have the fmodf function. */
|
---|
417 | #undef HAVE_FMODF
|
---|
418 |
|
---|
419 | /* Define if you have the fmodl function. */
|
---|
420 | #undef HAVE_FMODL
|
---|
421 |
|
---|
422 | /* Define if you have the fpclass function. */
|
---|
423 | #undef HAVE_FPCLASS
|
---|
424 |
|
---|
425 | /* Define if you have the fputwc function. */
|
---|
426 | #undef HAVE_FPUTWC
|
---|
427 |
|
---|
428 | /* Define if you have the fputws function. */
|
---|
429 | #undef HAVE_FPUTWS
|
---|
430 |
|
---|
431 | /* Define if you have the frexpf function. */
|
---|
432 | #undef HAVE_FREXPF
|
---|
433 |
|
---|
434 | /* Define if you have the frexpl function. */
|
---|
435 | #undef HAVE_FREXPL
|
---|
436 |
|
---|
437 | /* Define if you have the fwide function. */
|
---|
438 | #undef HAVE_FWIDE
|
---|
439 |
|
---|
440 | /* Define if you have the fwprintf function. */
|
---|
441 | #undef HAVE_FWPRINTF
|
---|
442 |
|
---|
443 | /* Define if you have the fwscanf function. */
|
---|
444 | #undef HAVE_FWSCANF
|
---|
445 |
|
---|
446 | /* Define if you have the getpagesize function. */
|
---|
447 | #undef HAVE_GETPAGESIZE
|
---|
448 |
|
---|
449 | /* Define if you have the getwc function. */
|
---|
450 | #undef HAVE_GETWC
|
---|
451 |
|
---|
452 | /* Define if you have the getwchar function. */
|
---|
453 | #undef HAVE_GETWCHAR
|
---|
454 |
|
---|
455 | /* Define if you have the hypot function. */
|
---|
456 | #undef HAVE_HYPOT
|
---|
457 |
|
---|
458 | /* Define if you have the hypotf function. */
|
---|
459 | #undef HAVE_HYPOTF
|
---|
460 |
|
---|
461 | /* Define if you have the hypotl function. */
|
---|
462 | #undef HAVE_HYPOTL
|
---|
463 |
|
---|
464 | /* Define if you have the iconv function. */
|
---|
465 | #undef HAVE_ICONV
|
---|
466 |
|
---|
467 | /* Define if you have the iconv_close function. */
|
---|
468 | #undef HAVE_ICONV_CLOSE
|
---|
469 |
|
---|
470 | /* Define if you have the iconv_open function. */
|
---|
471 | #undef HAVE_ICONV_OPEN
|
---|
472 |
|
---|
473 | /* Define if you have the isatty function. */
|
---|
474 | #undef HAVE_ISATTY
|
---|
475 |
|
---|
476 | /* Define if you have the isinf function. */
|
---|
477 | #undef HAVE_ISINF
|
---|
478 |
|
---|
479 | /* Define if you have the isinff function. */
|
---|
480 | #undef HAVE_ISINFF
|
---|
481 |
|
---|
482 | /* Define if you have the isinfl function. */
|
---|
483 | #undef HAVE_ISINFL
|
---|
484 |
|
---|
485 | /* Define if you have the isnan function. */
|
---|
486 | #undef HAVE_ISNAN
|
---|
487 |
|
---|
488 | /* Define if you have the isnanf function. */
|
---|
489 | #undef HAVE_ISNANF
|
---|
490 |
|
---|
491 | /* Define if you have the isnanl function. */
|
---|
492 | #undef HAVE_ISNANL
|
---|
493 |
|
---|
494 | /* Define if you have the ldexpf function. */
|
---|
495 | #undef HAVE_LDEXPF
|
---|
496 |
|
---|
497 | /* Define if you have the ldexpl function. */
|
---|
498 | #undef HAVE_LDEXPL
|
---|
499 |
|
---|
500 | /* Define if you have the log10f function. */
|
---|
501 | #undef HAVE_LOG10F
|
---|
502 |
|
---|
503 | /* Define if you have the log10l function. */
|
---|
504 | #undef HAVE_LOG10L
|
---|
505 |
|
---|
506 | /* Define if you have the logf function. */
|
---|
507 | #undef HAVE_LOGF
|
---|
508 |
|
---|
509 | /* Define if you have the logl function. */
|
---|
510 | #undef HAVE_LOGL
|
---|
511 |
|
---|
512 | /* Define if you have the mbrlen function. */
|
---|
513 | #undef HAVE_MBRLEN
|
---|
514 |
|
---|
515 | /* Define if you have the mbrtowc function. */
|
---|
516 | #undef HAVE_MBRTOWC
|
---|
517 |
|
---|
518 | /* Define if you have the mbsinit function. */
|
---|
519 | #undef HAVE_MBSINIT
|
---|
520 |
|
---|
521 | /* Define if you have the mbsrtowcs function. */
|
---|
522 | #undef HAVE_MBSRTOWCS
|
---|
523 |
|
---|
524 | /* Define if you have the modff function. */
|
---|
525 | #undef HAVE_MODFF
|
---|
526 |
|
---|
527 | /* Define if you have the modfl function. */
|
---|
528 | #undef HAVE_MODFL
|
---|
529 |
|
---|
530 | /* Define if you have the nan function. */
|
---|
531 | #undef HAVE_NAN
|
---|
532 |
|
---|
533 | /* Define if you have the nl_langinfo function. */
|
---|
534 | #undef HAVE_NL_LANGINFO
|
---|
535 |
|
---|
536 | /* Define if you have the powf function. */
|
---|
537 | #undef HAVE_POWF
|
---|
538 |
|
---|
539 | /* Define if you have the powl function. */
|
---|
540 | #undef HAVE_POWL
|
---|
541 |
|
---|
542 | /* Define if you have the putwc function. */
|
---|
543 | #undef HAVE_PUTWC
|
---|
544 |
|
---|
545 | /* Define if you have the putwchar function. */
|
---|
546 | #undef HAVE_PUTWCHAR
|
---|
547 |
|
---|
548 | /* Define if you have the qfpclass function. */
|
---|
549 | #undef HAVE_QFPCLASS
|
---|
550 |
|
---|
551 | /* Define if you have the setenv function. */
|
---|
552 | #undef HAVE_SETENV
|
---|
553 |
|
---|
554 | /* Define if you have the sincos function. */
|
---|
555 | #undef HAVE_SINCOS
|
---|
556 |
|
---|
557 | /* Define if you have the sincosf function. */
|
---|
558 | #undef HAVE_SINCOSF
|
---|
559 |
|
---|
560 | /* Define if you have the sincosl function. */
|
---|
561 | #undef HAVE_SINCOSL
|
---|
562 |
|
---|
563 | /* Define if you have the sinf function. */
|
---|
564 | #undef HAVE_SINF
|
---|
565 |
|
---|
566 | /* Define if you have the sinhf function. */
|
---|
567 | #undef HAVE_SINHF
|
---|
568 |
|
---|
569 | /* Define if you have the sinhl function. */
|
---|
570 | #undef HAVE_SINHL
|
---|
571 |
|
---|
572 | /* Define if you have the sinl function. */
|
---|
573 | #undef HAVE_SINL
|
---|
574 |
|
---|
575 | /* Define if you have the sqrtf function. */
|
---|
576 | #undef HAVE_SQRTF
|
---|
577 |
|
---|
578 | /* Define if you have the sqrtl function. */
|
---|
579 | #undef HAVE_SQRTL
|
---|
580 |
|
---|
581 | /* Define if you have the strtof function. */
|
---|
582 | #undef HAVE_STRTOF
|
---|
583 |
|
---|
584 | /* Define if you have the strtold function. */
|
---|
585 | #undef HAVE_STRTOLD
|
---|
586 |
|
---|
587 | /* Define if you have the swprintf function. */
|
---|
588 | #undef HAVE_SWPRINTF
|
---|
589 |
|
---|
590 | /* Define if you have the swscanf function. */
|
---|
591 | #undef HAVE_SWSCANF
|
---|
592 |
|
---|
593 | /* Define if you have the tanf function. */
|
---|
594 | #undef HAVE_TANF
|
---|
595 |
|
---|
596 | /* Define if you have the tanhf function. */
|
---|
597 | #undef HAVE_TANHF
|
---|
598 |
|
---|
599 | /* Define if you have the tanhl function. */
|
---|
600 | #undef HAVE_TANHL
|
---|
601 |
|
---|
602 | /* Define if you have the tanl function. */
|
---|
603 | #undef HAVE_TANL
|
---|
604 |
|
---|
605 | /* Define if you have the ungetwc function. */
|
---|
606 | #undef HAVE_UNGETWC
|
---|
607 |
|
---|
608 | /* Define if you have the vfwprintf function. */
|
---|
609 | #undef HAVE_VFWPRINTF
|
---|
610 |
|
---|
611 | /* Define if you have the vfwscanf function. */
|
---|
612 | #undef HAVE_VFWSCANF
|
---|
613 |
|
---|
614 | /* Define if you have the vswprintf function. */
|
---|
615 | #undef HAVE_VSWPRINTF
|
---|
616 |
|
---|
617 | /* Define if you have the vswscanf function. */
|
---|
618 | #undef HAVE_VSWSCANF
|
---|
619 |
|
---|
620 | /* Define if you have the vwprintf function. */
|
---|
621 | #undef HAVE_VWPRINTF
|
---|
622 |
|
---|
623 | /* Define if you have the vwscanf function. */
|
---|
624 | #undef HAVE_VWSCANF
|
---|
625 |
|
---|
626 | /* Define if you have the wcrtomb function. */
|
---|
627 | #undef HAVE_WCRTOMB
|
---|
628 |
|
---|
629 | /* Define if you have the wcscat function. */
|
---|
630 | #undef HAVE_WCSCAT
|
---|
631 |
|
---|
632 | /* Define if you have the wcschr function. */
|
---|
633 | #undef HAVE_WCSCHR
|
---|
634 |
|
---|
635 | /* Define if you have the wcscmp function. */
|
---|
636 | #undef HAVE_WCSCMP
|
---|
637 |
|
---|
638 | /* Define if you have the wcscoll function. */
|
---|
639 | #undef HAVE_WCSCOLL
|
---|
640 |
|
---|
641 | /* Define if you have the wcscpy function. */
|
---|
642 | #undef HAVE_WCSCPY
|
---|
643 |
|
---|
644 | /* Define if you have the wcscspn function. */
|
---|
645 | #undef HAVE_WCSCSPN
|
---|
646 |
|
---|
647 | /* Define if you have the wcsftime function. */
|
---|
648 | #undef HAVE_WCSFTIME
|
---|
649 |
|
---|
650 | /* Define if you have the wcslen function. */
|
---|
651 | #undef HAVE_WCSLEN
|
---|
652 |
|
---|
653 | /* Define if you have the wcsncat function. */
|
---|
654 | #undef HAVE_WCSNCAT
|
---|
655 |
|
---|
656 | /* Define if you have the wcsncmp function. */
|
---|
657 | #undef HAVE_WCSNCMP
|
---|
658 |
|
---|
659 | /* Define if you have the wcsncpy function. */
|
---|
660 | #undef HAVE_WCSNCPY
|
---|
661 |
|
---|
662 | /* Define if you have the wcspbrk function. */
|
---|
663 | #undef HAVE_WCSPBRK
|
---|
664 |
|
---|
665 | /* Define if you have the wcsrchr function. */
|
---|
666 | #undef HAVE_WCSRCHR
|
---|
667 |
|
---|
668 | /* Define if you have the wcsrtombs function. */
|
---|
669 | #undef HAVE_WCSRTOMBS
|
---|
670 |
|
---|
671 | /* Define if you have the wcsspn function. */
|
---|
672 | #undef HAVE_WCSSPN
|
---|
673 |
|
---|
674 | /* Define if you have the wcsstr function. */
|
---|
675 | #undef HAVE_WCSSTR
|
---|
676 |
|
---|
677 | /* Define if you have the wcstod function. */
|
---|
678 | #undef HAVE_WCSTOD
|
---|
679 |
|
---|
680 | /* Define if you have the wcstof function. */
|
---|
681 | #undef HAVE_WCSTOF
|
---|
682 |
|
---|
683 | /* Define if you have the wcstok function. */
|
---|
684 | #undef HAVE_WCSTOK
|
---|
685 |
|
---|
686 | /* Define if you have the wcstol function. */
|
---|
687 | #undef HAVE_WCSTOL
|
---|
688 |
|
---|
689 | /* Define if you have the wcstoul function. */
|
---|
690 | #undef HAVE_WCSTOUL
|
---|
691 |
|
---|
692 | /* Define if you have the wcsxfrm function. */
|
---|
693 | #undef HAVE_WCSXFRM
|
---|
694 |
|
---|
695 | /* Define if you have the wctob function. */
|
---|
696 | #undef HAVE_WCTOB
|
---|
697 |
|
---|
698 | /* Define if you have the wmemchr function. */
|
---|
699 | #undef HAVE_WMEMCHR
|
---|
700 |
|
---|
701 | /* Define if you have the wmemcmp function. */
|
---|
702 | #undef HAVE_WMEMCMP
|
---|
703 |
|
---|
704 | /* Define if you have the wmemcpy function. */
|
---|
705 | #undef HAVE_WMEMCPY
|
---|
706 |
|
---|
707 | /* Define if you have the wmemmove function. */
|
---|
708 | #undef HAVE_WMEMMOVE
|
---|
709 |
|
---|
710 | /* Define if you have the wmemset function. */
|
---|
711 | #undef HAVE_WMEMSET
|
---|
712 |
|
---|
713 | /* Define if you have the wprintf function. */
|
---|
714 | #undef HAVE_WPRINTF
|
---|
715 |
|
---|
716 | /* Define if you have the wscanf function. */
|
---|
717 | #undef HAVE_WSCANF
|
---|
718 |
|
---|
719 | /* Define if you have the <endian.h> header file. */
|
---|
720 | #undef HAVE_ENDIAN_H
|
---|
721 |
|
---|
722 | /* Define if you have the <float.h> header file. */
|
---|
723 | #undef HAVE_FLOAT_H
|
---|
724 |
|
---|
725 | /* Define if you have the <fp.h> header file. */
|
---|
726 | #undef HAVE_FP_H
|
---|
727 |
|
---|
728 | /* Define if you have the <gconv.h> header file. */
|
---|
729 | #undef HAVE_GCONV_H
|
---|
730 |
|
---|
731 | /* Define if you have the <ieeefp.h> header file. */
|
---|
732 | #undef HAVE_IEEEFP_H
|
---|
733 |
|
---|
734 | /* Define if you have the <inttypes.h> header file. */
|
---|
735 | #undef HAVE_INTTYPES_H
|
---|
736 |
|
---|
737 | /* Define if you have the <locale.h> header file. */
|
---|
738 | #undef HAVE_LOCALE_H
|
---|
739 |
|
---|
740 | /* Define if you have the <machine/endian.h> header file. */
|
---|
741 | #undef HAVE_MACHINE_ENDIAN_H
|
---|
742 |
|
---|
743 | /* Define if you have the <machine/param.h> header file. */
|
---|
744 | #undef HAVE_MACHINE_PARAM_H
|
---|
745 |
|
---|
746 | /* Define if you have the <nan.h> header file. */
|
---|
747 | #undef HAVE_NAN_H
|
---|
748 |
|
---|
749 | /* Define if you have the <stdlib.h> header file. */
|
---|
750 | #undef HAVE_STDLIB_H
|
---|
751 |
|
---|
752 | /* Define if you have the <string.h> header file. */
|
---|
753 | #undef HAVE_STRING_H
|
---|
754 |
|
---|
755 | /* Define if you have the <sys/filio.h> header file. */
|
---|
756 | #undef HAVE_SYS_FILIO_H
|
---|
757 |
|
---|
758 | /* Define if you have the <sys/ioctl.h> header file. */
|
---|
759 | #undef HAVE_SYS_IOCTL_H
|
---|
760 |
|
---|
761 | /* Define if you have the <sys/isa_defs.h> header file. */
|
---|
762 | #undef HAVE_SYS_ISA_DEFS_H
|
---|
763 |
|
---|
764 | /* Define if you have the <sys/machine.h> header file. */
|
---|
765 | #undef HAVE_SYS_MACHINE_H
|
---|
766 |
|
---|
767 | /* Define if you have the <sys/resource.h> header file. */
|
---|
768 | #undef HAVE_SYS_RESOURCE_H
|
---|
769 |
|
---|
770 | /* Define if you have the <sys/stat.h> header file. */
|
---|
771 | #undef HAVE_SYS_STAT_H
|
---|
772 |
|
---|
773 | /* Define if you have the <sys/time.h> header file. */
|
---|
774 | #undef HAVE_SYS_TIME_H
|
---|
775 |
|
---|
776 | /* Define if you have the <sys/types.h> header file. */
|
---|
777 | #undef HAVE_SYS_TYPES_H
|
---|
778 |
|
---|
779 | /* Define if you have the <unistd.h> header file. */
|
---|
780 | #undef HAVE_UNISTD_H
|
---|
781 |
|
---|
782 | /* Define if you have the <wchar.h> header file. */
|
---|
783 | #undef HAVE_WCHAR_H
|
---|
784 |
|
---|
785 | /* Define if you have the <wctype.h> header file. */
|
---|
786 | #undef HAVE_WCTYPE_H
|
---|
787 |
|
---|
788 | /* Define if you have the m library (-lm). */
|
---|
789 | #undef HAVE_LIBM
|
---|
790 |
|
---|
791 | /* Name of package */
|
---|
792 | #undef PACKAGE
|
---|
793 |
|
---|
794 | /* Version number of package */
|
---|
795 | #undef VERSION
|
---|
796 |
|
---|
797 | /* Define if the compiler is configured for setjmp/longjmp exceptions. */
|
---|
798 | #undef _GLIBCPP_SJLJ_EXCEPTIONS
|
---|
799 |
|
---|
800 | /* Define if sigsetjmp is available. */
|
---|
801 | #undef HAVE_SIGSETJMP
|
---|
802 |
|
---|
803 | /* Only used in build directory testsuite_hooks.h. */
|
---|
804 | #undef HAVE_MEMLIMIT_DATA
|
---|
805 |
|
---|
806 | /* Only used in build directory testsuite_hooks.h. */
|
---|
807 | #undef HAVE_MEMLIMIT_RSS
|
---|
808 |
|
---|
809 | /* Only used in build directory testsuite_hooks.h. */
|
---|
810 | #undef HAVE_MEMLIMIT_VMEM
|
---|
811 |
|
---|
812 | /* Only used in build directory testsuite_hooks.h. */
|
---|
813 | #undef HAVE_MEMLIMIT_AS
|
---|
814 |
|
---|
815 | //
|
---|
816 | // Systems that have certain non-standard functions prefixed with an
|
---|
817 | // underscore, we'll handle those here. Must come after config.h.in.
|
---|
818 | //
|
---|
819 | #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
|
---|
820 | # define HAVE_ISNAN 1
|
---|
821 | # define isnan _isnan
|
---|
822 | #endif
|
---|
823 |
|
---|
824 | #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
|
---|
825 | # define HAVE_ISNANF 1
|
---|
826 | # define isnanf _isnanf
|
---|
827 | #endif
|
---|
828 |
|
---|
829 | #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
|
---|
830 | # define HAVE_ISNANL 1
|
---|
831 | # define isnanl _isnanl
|
---|
832 | #endif
|
---|
833 |
|
---|
834 | #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
|
---|
835 | # define HAVE_ISINF 1
|
---|
836 | # define isinf _isinf
|
---|
837 | #endif
|
---|
838 |
|
---|
839 | #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
|
---|
840 | # define HAVE_ISINFF 1
|
---|
841 | # define isinff _isinff
|
---|
842 | #endif
|
---|
843 |
|
---|
844 | #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
|
---|
845 | # define HAVE_ISINFL 1
|
---|
846 | # define isinfl _isinfl
|
---|
847 | #endif
|
---|
848 |
|
---|
849 | #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
|
---|
850 | # define HAVE_COPYSIGN 1
|
---|
851 | # define copysign _copysign
|
---|
852 | #endif
|
---|
853 |
|
---|
854 | #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
|
---|
855 | # define HAVE_COPYSIGNL 1
|
---|
856 | # define copysignl _copysignl
|
---|
857 | #endif
|
---|
858 |
|
---|
859 | #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
|
---|
860 | # define HAVE_COSF 1
|
---|
861 | # define cosf _cosf
|
---|
862 | #endif
|
---|
863 |
|
---|
864 | #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
|
---|
865 | # define HAVE_ACOSF 1
|
---|
866 | # define acosf _acosf
|
---|
867 | #endif
|
---|
868 |
|
---|
869 | #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
|
---|
870 | # define HAVE_ACOSL 1
|
---|
871 | # define acosl _acosl
|
---|
872 | #endif
|
---|
873 |
|
---|
874 | #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
|
---|
875 | # define HAVE_ASINF 1
|
---|
876 | # define asinf _asinf
|
---|
877 | #endif
|
---|
878 |
|
---|
879 | #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
|
---|
880 | # define HAVE_ASINL 1
|
---|
881 | # define asinl _asinl
|
---|
882 | #endif
|
---|
883 |
|
---|
884 | #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
|
---|
885 | # define HAVE_ATANF 1
|
---|
886 | # define atanf _atanf
|
---|
887 | #endif
|
---|
888 |
|
---|
889 | #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
|
---|
890 | # define HAVE_ATANL 1
|
---|
891 | # define atanl _atanl
|
---|
892 | #endif
|
---|
893 |
|
---|
894 | #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
|
---|
895 | # define HAVE_CEILF 1
|
---|
896 | # define aceil _ceilf
|
---|
897 | #endif
|
---|
898 |
|
---|
899 | #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
|
---|
900 | # define HAVE_CEILL 1
|
---|
901 | # define aceil _ceill
|
---|
902 | #endif
|
---|
903 |
|
---|
904 | #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
|
---|
905 | # define HAVE_COSHF 1
|
---|
906 | # define coshf _coshf
|
---|
907 | #endif
|
---|
908 |
|
---|
909 | #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
|
---|
910 | # define HAVE_COSL 1
|
---|
911 | # define cosl _cosl
|
---|
912 | #endif
|
---|
913 |
|
---|
914 | #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
|
---|
915 | # define HAVE_LOGF 1
|
---|
916 | # define logf _logf
|
---|
917 | #endif
|
---|
918 |
|
---|
919 | #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
|
---|
920 | # define HAVE_COSHL 1
|
---|
921 | # define coshl _coshl
|
---|
922 | #endif
|
---|
923 |
|
---|
924 | #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
|
---|
925 | # define HAVE_EXPF 1
|
---|
926 | # define expf _expf
|
---|
927 | #endif
|
---|
928 |
|
---|
929 | #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
|
---|
930 | # define HAVE_EXPL 1
|
---|
931 | # define expl _expl
|
---|
932 | #endif
|
---|
933 |
|
---|
934 | #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
|
---|
935 | # define HAVE_FABSF 1
|
---|
936 | # define fabsf _fabsf
|
---|
937 | #endif
|
---|
938 |
|
---|
939 | #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
|
---|
940 | # define HAVE_FABSL 1
|
---|
941 | # define fabsl _fabsl
|
---|
942 | #endif
|
---|
943 |
|
---|
944 | #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
|
---|
945 | # define HAVE_FLOORF 1
|
---|
946 | # define floorf _floorf
|
---|
947 | #endif
|
---|
948 |
|
---|
949 | #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
|
---|
950 | # define HAVE_FLOORL 1
|
---|
951 | # define floorl _floorl
|
---|
952 | #endif
|
---|
953 |
|
---|
954 | #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
|
---|
955 | # define HAVE_FMODF 1
|
---|
956 | # define fmodf _fmodf
|
---|
957 | #endif
|
---|
958 |
|
---|
959 | #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
|
---|
960 | # define HAVE_FMODL 1
|
---|
961 | # define fmodl _fmodl
|
---|
962 | #endif
|
---|
963 |
|
---|
964 | #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
|
---|
965 | # define HAVE_FREXPF 1
|
---|
966 | # define frexpf _frexpf
|
---|
967 | #endif
|
---|
968 |
|
---|
969 | #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
|
---|
970 | # define HAVE_FREXPL 1
|
---|
971 | # define frexpl _frexpl
|
---|
972 | #endif
|
---|
973 |
|
---|
974 | #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
|
---|
975 | # define HAVE_LDEXPF 1
|
---|
976 | # define ldexpf _ldexpf
|
---|
977 | #endif
|
---|
978 |
|
---|
979 | #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
|
---|
980 | # define HAVE_LDEXPL 1
|
---|
981 | # define ldexpl _ldexpl
|
---|
982 | #endif
|
---|
983 |
|
---|
984 | #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
|
---|
985 | # define HAVE_LOG10F 1
|
---|
986 | # define log10f _log10f
|
---|
987 | #endif
|
---|
988 |
|
---|
989 | #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
|
---|
990 | # define HAVE_LOGL 1
|
---|
991 | # define logl _logl
|
---|
992 | #endif
|
---|
993 |
|
---|
994 | #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
|
---|
995 | # define HAVE_POWF 1
|
---|
996 | # define powf _powf
|
---|
997 | #endif
|
---|
998 |
|
---|
999 | #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
|
---|
1000 | # define HAVE_LOG10L 1
|
---|
1001 | # define log10l _log10l
|
---|
1002 | #endif
|
---|
1003 |
|
---|
1004 | #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
|
---|
1005 | # define HAVE_MODF 1
|
---|
1006 | # define modf _modf
|
---|
1007 | #endif
|
---|
1008 |
|
---|
1009 | #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
|
---|
1010 | # define HAVE_MODL 1
|
---|
1011 | # define modl _modl
|
---|
1012 | #endif
|
---|
1013 |
|
---|
1014 | #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
|
---|
1015 | # define HAVE_SINF 1
|
---|
1016 | # define sinf _sinf
|
---|
1017 | #endif
|
---|
1018 |
|
---|
1019 | #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
|
---|
1020 | # define HAVE_POWL 1
|
---|
1021 | # define powl _powl
|
---|
1022 | #endif
|
---|
1023 |
|
---|
1024 | #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
|
---|
1025 | # define HAVE_SINHF 1
|
---|
1026 | # define sinhf _sinhf
|
---|
1027 | #endif
|
---|
1028 |
|
---|
1029 | #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
|
---|
1030 | # define HAVE_SINL 1
|
---|
1031 | # define sinl _sinl
|
---|
1032 | #endif
|
---|
1033 |
|
---|
1034 | #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
|
---|
1035 | # define HAVE_SQRTF 1
|
---|
1036 | # define sqrtf _sqrtf
|
---|
1037 | #endif
|
---|
1038 |
|
---|
1039 | #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
|
---|
1040 | # define HAVE_SINHL 1
|
---|
1041 | # define sinhl _sinhl
|
---|
1042 | #endif
|
---|
1043 |
|
---|
1044 | #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
|
---|
1045 | # define HAVE_TANF 1
|
---|
1046 | # define tanf _tanf
|
---|
1047 | #endif
|
---|
1048 |
|
---|
1049 | #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
|
---|
1050 | # define HAVE_SQRTL 1
|
---|
1051 | # define sqrtl _sqrtl
|
---|
1052 | #endif
|
---|
1053 |
|
---|
1054 | #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
|
---|
1055 | # define HAVE_TANHF 1
|
---|
1056 | # define tanhf _tanhf
|
---|
1057 | #endif
|
---|
1058 |
|
---|
1059 | #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
|
---|
1060 | # define HAVE_TANF 1
|
---|
1061 | # define tanf _tanf
|
---|
1062 | #endif
|
---|
1063 |
|
---|
1064 | #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
|
---|
1065 | # define HAVE_STRTOF 1
|
---|
1066 | # define strtof _strtof
|
---|
1067 | #endif
|
---|
1068 |
|
---|
1069 | #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
|
---|
1070 | # define HAVE_TANHL 1
|
---|
1071 | # define tanhl _tanhl
|
---|
1072 | #endif
|
---|
1073 |
|
---|
1074 | #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
|
---|
1075 | # define HAVE_STRTOLD 1
|
---|
1076 | # define strtold _strtold
|
---|
1077 | #endif
|
---|
1078 |
|
---|
1079 | #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
|
---|
1080 | # define HAVE_SINCOS 1
|
---|
1081 | # define sincos _sincos
|
---|
1082 | #endif
|
---|
1083 |
|
---|
1084 | #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
|
---|
1085 | # define HAVE_SINCOSF 1
|
---|
1086 | # define sincosf _sincosf
|
---|
1087 | #endif
|
---|
1088 |
|
---|
1089 | #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
|
---|
1090 | # define HAVE_SINCOSL 1
|
---|
1091 | # define sincosl _sincosl
|
---|
1092 | #endif
|
---|
1093 |
|
---|
1094 | #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
|
---|
1095 | # define HAVE_FINITE 1
|
---|
1096 | # define finite _finite
|
---|
1097 | #endif
|
---|
1098 |
|
---|
1099 | #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
|
---|
1100 | # define HAVE_FINITEF 1
|
---|
1101 | # define finitef _finitef
|
---|
1102 | #endif
|
---|
1103 |
|
---|
1104 | #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
|
---|
1105 | # define HAVE_FINITEL 1
|
---|
1106 | # define finitel _finitel
|
---|
1107 | #endif
|
---|
1108 |
|
---|
1109 | #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
|
---|
1110 | # define HAVE_QFINITE 1
|
---|
1111 | # define qfinite _qfinite
|
---|
1112 | #endif
|
---|
1113 |
|
---|
1114 | #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
|
---|
1115 | # define HAVE_FPCLASS 1
|
---|
1116 | # define fpclass _fpclass
|
---|
1117 | #endif
|
---|
1118 |
|
---|
1119 | #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
|
---|
1120 | # define HAVE_QFPCLASS 1
|
---|
1121 | # define qfpclass _qfpclass
|
---|
1122 | #endif
|
---|
1123 |
|
---|