Mark ChangeLog
[official-gcc.git] / libstdc++-v3 / config.h.in
blobba69e84fff5e97aef252d55210de8fc229a29f51
1 /* config.h.in. Generated from configure.ac by autoheader. */
2 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
4 // Defines libstdc++ version.
5 #undef PACKAGE
6 #undef VERSION
8 // Needed for gettext.
9 #undef ENABLE_NLS
10 #undef HAVE_CATGETS
11 #undef HAVE_GETTEXT
12 #undef HAVE_STPCPY
14 // Include I/O support for 'long long' and 'unsigned long long'.
15 #undef _GLIBCXX_USE_LONG_LONG
17 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
18 #undef _GLIBCXX_USE_C99
20 // Define if C99 math functions (like fpclassify) should be exposed.
21 #undef _GLIBCXX_USE_C99_MATH
23 // Define if C99 complex math functions should be used in std::complex.
24 #undef _GLIBCXX_USE_C99_COMPLEX
26 // Define if code specialized for wchar_t should be used.
27 #undef _GLIBCXX_USE_WCHAR_T
29 // Define if using setrlimit to set resource limits during 'make check'.
30 #undef _GLIBCXX_RES_LIMITS
32 // Define to use concept checking code from the boost libraries.
33 #undef _GLIBCXX_CONCEPT_CHECKS
35 // Define to use symbol versioning in the shared library.
36 #undef _GLIBCXX_SYMVER
38 // Define if LFS support is available.
39 #undef _GLIBCXX_USE_LFS
41 // Define if a fully dynamic basic_string is wanted.
42 #undef _GLIBCXX_FULLY_DYNAMIC_STRING
44 // Define if NLS translations are to be used.
45 #undef _GLIBCXX_USE_NLS
47 // Define if gthr-default.h exists (meaning that threading support is enabled).
48 #undef HAVE_GTHR_DEFAULT
50 // Define if the atan2f function exists.
51 #undef HAVE_ATAN2F
53 // Define if the atan2l function exists.
54 #undef HAVE_ATAN2L
56 // Define if the tanl function exists.
57 #undef HAVE_TANL
59 // Define if the copysignf function exists.
60 #undef HAVE_COPYSIGNF
62 // Define if getpagesize exists.
63 #undef HAVE_GETPAGESIZE
65 // Define if setenv exists.
66 #undef HAVE_SETENV
68 // Define if sigsetjmp exists.
69 #undef HAVE_SIGSETJMP
71 // Define if mbstate_t exists in wchar.h.
72 #undef HAVE_MBSTATE_T
74 // Define if you have the modff function.
75 #undef HAVE_MODFF
77 // Define if you have the modfl function.
78 #undef HAVE_MODFL
80 // Define if you have the expf function.
81 #undef HAVE_EXPF
83 // Define if you have the expl function.
84 #undef HAVE_EXPL
86 // Define if you have the hypot function.
87 #undef HAVE_HYPOT
89 // Define if you have the hypotf function.
90 #undef HAVE_HYPOTF
92 // Define if you have the hypotl function.
93 #undef HAVE_HYPOTL
95 // Define if the compiler/host combination has __builtin_abs
96 #undef HAVE___BUILTIN_ABS
98 // Define if the compiler/host combination has __builtin_labs
99 #undef HAVE___BUILTIN_LABS
101 // Define if the compiler/host combination has __builtin_cos
102 #undef HAVE___BUILTIN_COS
104 // Define if the compiler/host combination has __builtin_cosf
105 #undef HAVE___BUILTIN_COSF
107 // Define if the compiler/host combination has __builtin_cosl
108 #undef HAVE___BUILTIN_COSL
110 // Define if the compiler/host combination has __builtin_fabs
111 #undef HAVE___BUILTIN_FABS
113 // Define if the compiler/host combination has __builtin_fabsf
114 #undef HAVE___BUILTIN_FABSF
116 // Define if the compiler/host combination has __builtin_fabsl
117 #undef HAVE___BUILTIN_FABSL
119 // Define if the compiler/host combination has __builtin_sin
120 #undef HAVE___BUILTIN_SIN
122 // Define if the compiler/host combination has __builtin_sinf
123 #undef HAVE___BUILTIN_SINF
125 // Define if the compiler/host combination has __builtin_sinl
126 #undef HAVE___BUILTIN_SINL
128 // Define if the compiler/host combination has __builtin_sqrt
129 #undef HAVE___BUILTIN_SQRT
131 // Define if the compiler/host combination has __builtin_sqrtf
132 #undef HAVE___BUILTIN_SQRTF
134 // Define if the compiler/host combination has __builtin_sqrtl
135 #undef HAVE___BUILTIN_SQRTL
137 // Define if poll is available in <poll.h>.
138 #undef HAVE_POLL
140 // Define if S_ISREG (Posix) is available in <sys/stat.h>.
141 #undef HAVE_S_ISREG
143 // Define if S_IFREG is available in <sys/stat.h>.
144 #undef HAVE_S_IFREG
146 // Define if writev is available in <sys/uio.h>.
147 #undef HAVE_WRITEV
149 // Define if int64_t is available in <stdint.h>.
150 #undef HAVE_INT64_T
152 // Define if LC_MESSAGES is available in <locale.h>.
153 #undef HAVE_LC_MESSAGES
155 // Define if <float.h> exists.
156 #undef HAVE_FLOAT_H
158 // Define if modf is present in <math.h>
159 #undef HAVE_MODF
162 /* Define to 1 if you have the `acosf' function. */
163 #undef HAVE_ACOSF
165 /* Define to 1 if you have the `acosl' function. */
166 #undef HAVE_ACOSL
168 /* Define to 1 if you have the `asinf' function. */
169 #undef HAVE_ASINF
171 /* Define to 1 if you have the `asinl' function. */
172 #undef HAVE_ASINL
174 /* Define to 1 if you have the `atan2f' function. */
175 #undef HAVE_ATAN2F
177 /* Define to 1 if you have the `atan2l' function. */
178 #undef HAVE_ATAN2L
180 /* Define to 1 if you have the `atanf' function. */
181 #undef HAVE_ATANF
183 /* Define to 1 if you have the `atanl' function. */
184 #undef HAVE_ATANL
186 /* Define to 1 if you have the `btowc' function. */
187 #undef HAVE_BTOWC
189 /* Define to 1 if you have the `ceilf' function. */
190 #undef HAVE_CEILF
192 /* Define to 1 if you have the `ceill' function. */
193 #undef HAVE_CEILL
195 /* Define to 1 if you have the <complex.h> header file. */
196 #undef HAVE_COMPLEX_H
198 /* Define to 1 if you have the `copysign' function. */
199 #undef HAVE_COPYSIGN
201 /* Define to 1 if you have the `copysignf' function. */
202 #undef HAVE_COPYSIGNF
204 /* Define to 1 if you have the `copysignl' function. */
205 #undef HAVE_COPYSIGNL
207 /* Define to 1 if you have the `cosf' function. */
208 #undef HAVE_COSF
210 /* Define to 1 if you have the `coshf' function. */
211 #undef HAVE_COSHF
213 /* Define to 1 if you have the `coshl' function. */
214 #undef HAVE_COSHL
216 /* Define to 1 if you have the `cosl' function. */
217 #undef HAVE_COSL
219 /* Define to 1 if you have the <endian.h> header file. */
220 #undef HAVE_ENDIAN_H
222 /* Define to 1 if you have the `expf' function. */
223 #undef HAVE_EXPF
225 /* Define to 1 if you have the `expl' function. */
226 #undef HAVE_EXPL
228 /* Define to 1 if you have the `fabsf' function. */
229 #undef HAVE_FABSF
231 /* Define to 1 if you have the `fabsl' function. */
232 #undef HAVE_FABSL
234 /* Define to 1 if you have the `fgetwc' function. */
235 #undef HAVE_FGETWC
237 /* Define to 1 if you have the `fgetws' function. */
238 #undef HAVE_FGETWS
240 /* Define to 1 if you have the `finite' function. */
241 #undef HAVE_FINITE
243 /* Define to 1 if you have the `finitef' function. */
244 #undef HAVE_FINITEF
246 /* Define to 1 if you have the `finitel' function. */
247 #undef HAVE_FINITEL
249 /* Define to 1 if you have the <float.h> header file. */
250 #undef HAVE_FLOAT_H
252 /* Define to 1 if you have the `floorf' function. */
253 #undef HAVE_FLOORF
255 /* Define to 1 if you have the `floorl' function. */
256 #undef HAVE_FLOORL
258 /* Define to 1 if you have the `fmodf' function. */
259 #undef HAVE_FMODF
261 /* Define to 1 if you have the `fmodl' function. */
262 #undef HAVE_FMODL
264 /* Define to 1 if you have the `fpclass' function. */
265 #undef HAVE_FPCLASS
267 /* Define to 1 if you have the `fputwc' function. */
268 #undef HAVE_FPUTWC
270 /* Define to 1 if you have the `fputws' function. */
271 #undef HAVE_FPUTWS
273 /* Define to 1 if you have the <fp.h> header file. */
274 #undef HAVE_FP_H
276 /* Define to 1 if you have the `frexpf' function. */
277 #undef HAVE_FREXPF
279 /* Define to 1 if you have the `frexpl' function. */
280 #undef HAVE_FREXPL
282 /* Define to 1 if you have the `fwide' function. */
283 #undef HAVE_FWIDE
285 /* Define to 1 if you have the `fwprintf' function. */
286 #undef HAVE_FWPRINTF
288 /* Define to 1 if you have the `fwscanf' function. */
289 #undef HAVE_FWSCANF
291 /* Define to 1 if you have the <gconv.h> header file. */
292 #undef HAVE_GCONV_H
294 /* Define to 1 if you have the `getpagesize' function. */
295 #undef HAVE_GETPAGESIZE
297 /* Define to 1 if you have the `getwc' function. */
298 #undef HAVE_GETWC
300 /* Define to 1 if you have the `getwchar' function. */
301 #undef HAVE_GETWCHAR
303 /* Define to 1 if you have the `hypot' function. */
304 #undef HAVE_HYPOT
306 /* Define to 1 if you have the `hypotf' function. */
307 #undef HAVE_HYPOTF
309 /* Define to 1 if you have the `hypotl' function. */
310 #undef HAVE_HYPOTL
312 /* Define to 1 if you have the `iconv' function. */
313 #undef HAVE_ICONV
315 /* Define to 1 if you have the `iconv_close' function. */
316 #undef HAVE_ICONV_CLOSE
318 /* Define to 1 if you have the `iconv_open' function. */
319 #undef HAVE_ICONV_OPEN
321 /* Define to 1 if you have the <ieeefp.h> header file. */
322 #undef HAVE_IEEEFP_H
324 /* Define to 1 if you have the <inttypes.h> header file. */
325 #undef HAVE_INTTYPES_H
327 /* Define to 1 if you have the `isinf' function. */
328 #undef HAVE_ISINF
330 /* Define to 1 if you have the `isinff' function. */
331 #undef HAVE_ISINFF
333 /* Define to 1 if you have the `isinfl' function. */
334 #undef HAVE_ISINFL
336 /* Define to 1 if you have the `isnan' function. */
337 #undef HAVE_ISNAN
339 /* Define to 1 if you have the `isnanf' function. */
340 #undef HAVE_ISNANF
342 /* Define to 1 if you have the `isnanl' function. */
343 #undef HAVE_ISNANL
345 /* Define to 1 if you have the `iswblank' function. */
346 #undef HAVE_ISWBLANK
348 /* Define to 1 if you have the `ldexpf' function. */
349 #undef HAVE_LDEXPF
351 /* Define to 1 if you have the `ldexpl' function. */
352 #undef HAVE_LDEXPL
354 /* Define to 1 if you have the <libintl.h> header file. */
355 #undef HAVE_LIBINTL_H
357 /* Define to 1 if you have the `m' library (-lm). */
358 #undef HAVE_LIBM
360 /* Only used in build directory testsuite_hooks.h. */
361 #undef HAVE_LIMIT_AS
363 /* Only used in build directory testsuite_hooks.h. */
364 #undef HAVE_LIMIT_DATA
366 /* Only used in build directory testsuite_hooks.h. */
367 #undef HAVE_LIMIT_FSIZE
369 /* Only used in build directory testsuite_hooks.h. */
370 #undef HAVE_LIMIT_RSS
372 /* Only used in build directory testsuite_hooks.h. */
373 #undef HAVE_LIMIT_VMEM
375 /* Define to 1 if you have the <locale.h> header file. */
376 #undef HAVE_LOCALE_H
378 /* Define to 1 if you have the `log10f' function. */
379 #undef HAVE_LOG10F
381 /* Define to 1 if you have the `log10l' function. */
382 #undef HAVE_LOG10L
384 /* Define to 1 if you have the `logf' function. */
385 #undef HAVE_LOGF
387 /* Define to 1 if you have the `logl' function. */
388 #undef HAVE_LOGL
390 /* Define to 1 if you have the <machine/endian.h> header file. */
391 #undef HAVE_MACHINE_ENDIAN_H
393 /* Define to 1 if you have the <machine/param.h> header file. */
394 #undef HAVE_MACHINE_PARAM_H
396 /* Define to 1 if you have the `mbrlen' function. */
397 #undef HAVE_MBRLEN
399 /* Define to 1 if you have the `mbrtowc' function. */
400 #undef HAVE_MBRTOWC
402 /* Define to 1 if you have the `mbsinit' function. */
403 #undef HAVE_MBSINIT
405 /* Define to 1 if you have the `mbsrtowcs' function. */
406 #undef HAVE_MBSRTOWCS
408 /* Define to 1 if you have the <memory.h> header file. */
409 #undef HAVE_MEMORY_H
411 /* Define to 1 if you have a working `mmap' system call. */
412 #undef HAVE_MMAP
414 /* Define to 1 if you have the `modff' function. */
415 #undef HAVE_MODFF
417 /* Define to 1 if you have the `modfl' function. */
418 #undef HAVE_MODFL
420 /* Define to 1 if you have the <nan.h> header file. */
421 #undef HAVE_NAN_H
423 /* Define to 1 if you have the `nl_langinfo' function. */
424 #undef HAVE_NL_LANGINFO
426 /* Define to 1 if you have the `powf' function. */
427 #undef HAVE_POWF
429 /* Define to 1 if you have the `powl' function. */
430 #undef HAVE_POWL
432 /* Define to 1 if you have the `putwc' function. */
433 #undef HAVE_PUTWC
435 /* Define to 1 if you have the `putwchar' function. */
436 #undef HAVE_PUTWCHAR
438 /* Define to 1 if you have the `qfpclass' function. */
439 #undef HAVE_QFPCLASS
441 /* Define to 1 if you have the `setenv' function. */
442 #undef HAVE_SETENV
444 /* Define if sigsetjmp is available. */
445 #undef HAVE_SIGSETJMP
447 /* Define to 1 if you have the `sincos' function. */
448 #undef HAVE_SINCOS
450 /* Define to 1 if you have the `sincosf' function. */
451 #undef HAVE_SINCOSF
453 /* Define to 1 if you have the `sincosl' function. */
454 #undef HAVE_SINCOSL
456 /* Define to 1 if you have the `sinf' function. */
457 #undef HAVE_SINF
459 /* Define to 1 if you have the `sinhf' function. */
460 #undef HAVE_SINHF
462 /* Define to 1 if you have the `sinhl' function. */
463 #undef HAVE_SINHL
465 /* Define to 1 if you have the `sinl' function. */
466 #undef HAVE_SINL
468 /* Define to 1 if you have the `sqrtf' function. */
469 #undef HAVE_SQRTF
471 /* Define to 1 if you have the `sqrtl' function. */
472 #undef HAVE_SQRTL
474 /* Define to 1 if you have the <stdint.h> header file. */
475 #undef HAVE_STDINT_H
477 /* Define to 1 if you have the <stdlib.h> header file. */
478 #undef HAVE_STDLIB_H
480 /* Define to 1 if you have the <strings.h> header file. */
481 #undef HAVE_STRINGS_H
483 /* Define to 1 if you have the <string.h> header file. */
484 #undef HAVE_STRING_H
486 /* Define to 1 if you have the `strtof' function. */
487 #undef HAVE_STRTOF
489 /* Define to 1 if you have the `strtold' function. */
490 #undef HAVE_STRTOLD
492 /* Define to 1 if you have the `swprintf' function. */
493 #undef HAVE_SWPRINTF
495 /* Define to 1 if you have the `swscanf' function. */
496 #undef HAVE_SWSCANF
498 /* Define to 1 if you have the <sys/filio.h> header file. */
499 #undef HAVE_SYS_FILIO_H
501 /* Define to 1 if you have the <sys/ioctl.h> header file. */
502 #undef HAVE_SYS_IOCTL_H
504 /* Define to 1 if you have the <sys/ipc.h> header file. */
505 #undef HAVE_SYS_IPC_H
507 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
508 #undef HAVE_SYS_ISA_DEFS_H
510 /* Define to 1 if you have the <sys/machine.h> header file. */
511 #undef HAVE_SYS_MACHINE_H
513 /* Define to 1 if you have the <sys/param.h> header file. */
514 #undef HAVE_SYS_PARAM_H
516 /* Define to 1 if you have the <sys/resource.h> header file. */
517 #undef HAVE_SYS_RESOURCE_H
519 /* Define to 1 if you have the <sys/sem.h> header file. */
520 #undef HAVE_SYS_SEM_H
522 /* Define to 1 if you have the <sys/stat.h> header file. */
523 #undef HAVE_SYS_STAT_H
525 /* Define to 1 if you have the <sys/time.h> header file. */
526 #undef HAVE_SYS_TIME_H
528 /* Define to 1 if you have the <sys/types.h> header file. */
529 #undef HAVE_SYS_TYPES_H
531 /* Define to 1 if you have the <sys/uio.h> header file. */
532 #undef HAVE_SYS_UIO_H
534 /* Define to 1 if you have the `tanf' function. */
535 #undef HAVE_TANF
537 /* Define to 1 if you have the `tanhf' function. */
538 #undef HAVE_TANHF
540 /* Define to 1 if you have the `tanhl' function. */
541 #undef HAVE_TANHL
543 /* Define to 1 if you have the `tanl' function. */
544 #undef HAVE_TANL
546 /* Define to 1 if you have the `ungetwc' function. */
547 #undef HAVE_UNGETWC
549 /* Define to 1 if you have the <unistd.h> header file. */
550 #undef HAVE_UNISTD_H
552 /* Define to 1 if you have the `vfwprintf' function. */
553 #undef HAVE_VFWPRINTF
555 /* Define to 1 if you have the `vfwscanf' function. */
556 #undef HAVE_VFWSCANF
558 /* Define to 1 if you have the `vswprintf' function. */
559 #undef HAVE_VSWPRINTF
561 /* Define to 1 if you have the `vswscanf' function. */
562 #undef HAVE_VSWSCANF
564 /* Define to 1 if you have the `vwprintf' function. */
565 #undef HAVE_VWPRINTF
567 /* Define to 1 if you have the `vwscanf' function. */
568 #undef HAVE_VWSCANF
570 /* Define to 1 if you have the <wchar.h> header file. */
571 #undef HAVE_WCHAR_H
573 /* Define to 1 if you have the `wcrtomb' function. */
574 #undef HAVE_WCRTOMB
576 /* Define to 1 if you have the `wcscat' function. */
577 #undef HAVE_WCSCAT
579 /* Define to 1 if you have the `wcschr' function. */
580 #undef HAVE_WCSCHR
582 /* Define to 1 if you have the `wcscmp' function. */
583 #undef HAVE_WCSCMP
585 /* Define to 1 if you have the `wcscoll' function. */
586 #undef HAVE_WCSCOLL
588 /* Define to 1 if you have the `wcscpy' function. */
589 #undef HAVE_WCSCPY
591 /* Define to 1 if you have the `wcscspn' function. */
592 #undef HAVE_WCSCSPN
594 /* Define to 1 if you have the `wcsftime' function. */
595 #undef HAVE_WCSFTIME
597 /* Define to 1 if you have the `wcslen' function. */
598 #undef HAVE_WCSLEN
600 /* Define to 1 if you have the `wcsncat' function. */
601 #undef HAVE_WCSNCAT
603 /* Define to 1 if you have the `wcsncmp' function. */
604 #undef HAVE_WCSNCMP
606 /* Define to 1 if you have the `wcsncpy' function. */
607 #undef HAVE_WCSNCPY
609 /* Define to 1 if you have the `wcspbrk' function. */
610 #undef HAVE_WCSPBRK
612 /* Define to 1 if you have the `wcsrchr' function. */
613 #undef HAVE_WCSRCHR
615 /* Define to 1 if you have the `wcsrtombs' function. */
616 #undef HAVE_WCSRTOMBS
618 /* Define to 1 if you have the `wcsspn' function. */
619 #undef HAVE_WCSSPN
621 /* Define to 1 if you have the `wcsstr' function. */
622 #undef HAVE_WCSSTR
624 /* Define to 1 if you have the `wcstod' function. */
625 #undef HAVE_WCSTOD
627 /* Define to 1 if you have the `wcstof' function. */
628 #undef HAVE_WCSTOF
630 /* Define to 1 if you have the `wcstok' function. */
631 #undef HAVE_WCSTOK
633 /* Define to 1 if you have the `wcstol' function. */
634 #undef HAVE_WCSTOL
636 /* Define to 1 if you have the `wcstoul' function. */
637 #undef HAVE_WCSTOUL
639 /* Define to 1 if you have the `wcsxfrm' function. */
640 #undef HAVE_WCSXFRM
642 /* Define to 1 if you have the `wctob' function. */
643 #undef HAVE_WCTOB
645 /* Define to 1 if you have the <wctype.h> header file. */
646 #undef HAVE_WCTYPE_H
648 /* Define to 1 if you have the `wmemchr' function. */
649 #undef HAVE_WMEMCHR
651 /* Define to 1 if you have the `wmemcmp' function. */
652 #undef HAVE_WMEMCMP
654 /* Define to 1 if you have the `wmemcpy' function. */
655 #undef HAVE_WMEMCPY
657 /* Define to 1 if you have the `wmemmove' function. */
658 #undef HAVE_WMEMMOVE
660 /* Define to 1 if you have the `wmemset' function. */
661 #undef HAVE_WMEMSET
663 /* Define to 1 if you have the `wprintf' function. */
664 #undef HAVE_WPRINTF
666 /* Define to 1 if you have the `wscanf' function. */
667 #undef HAVE_WSCANF
669 /* Define to 1 if you have the `_acosf' function. */
670 #undef HAVE__ACOSF
672 /* Define to 1 if you have the `_acosl' function. */
673 #undef HAVE__ACOSL
675 /* Define to 1 if you have the `_asinf' function. */
676 #undef HAVE__ASINF
678 /* Define to 1 if you have the `_asinl' function. */
679 #undef HAVE__ASINL
681 /* Define to 1 if you have the `_atan2f' function. */
682 #undef HAVE__ATAN2F
684 /* Define to 1 if you have the `_atan2l' function. */
685 #undef HAVE__ATAN2L
687 /* Define to 1 if you have the `_atanf' function. */
688 #undef HAVE__ATANF
690 /* Define to 1 if you have the `_atanl' function. */
691 #undef HAVE__ATANL
693 /* Define to 1 if you have the `_ceilf' function. */
694 #undef HAVE__CEILF
696 /* Define to 1 if you have the `_ceill' function. */
697 #undef HAVE__CEILL
699 /* Define to 1 if you have the `_copysign' function. */
700 #undef HAVE__COPYSIGN
702 /* Define to 1 if you have the `_copysignl' function. */
703 #undef HAVE__COPYSIGNL
705 /* Define to 1 if you have the `_cosf' function. */
706 #undef HAVE__COSF
708 /* Define to 1 if you have the `_coshf' function. */
709 #undef HAVE__COSHF
711 /* Define to 1 if you have the `_coshl' function. */
712 #undef HAVE__COSHL
714 /* Define to 1 if you have the `_cosl' function. */
715 #undef HAVE__COSL
717 /* Define to 1 if you have the `_expf' function. */
718 #undef HAVE__EXPF
720 /* Define to 1 if you have the `_expl' function. */
721 #undef HAVE__EXPL
723 /* Define to 1 if you have the `_fabsf' function. */
724 #undef HAVE__FABSF
726 /* Define to 1 if you have the `_fabsl' function. */
727 #undef HAVE__FABSL
729 /* Define to 1 if you have the `_finite' function. */
730 #undef HAVE__FINITE
732 /* Define to 1 if you have the `_finitef' function. */
733 #undef HAVE__FINITEF
735 /* Define to 1 if you have the `_finitel' function. */
736 #undef HAVE__FINITEL
738 /* Define to 1 if you have the `_floorf' function. */
739 #undef HAVE__FLOORF
741 /* Define to 1 if you have the `_floorl' function. */
742 #undef HAVE__FLOORL
744 /* Define to 1 if you have the `_fmodf' function. */
745 #undef HAVE__FMODF
747 /* Define to 1 if you have the `_fmodl' function. */
748 #undef HAVE__FMODL
750 /* Define to 1 if you have the `_fpclass' function. */
751 #undef HAVE__FPCLASS
753 /* Define to 1 if you have the `_frexpf' function. */
754 #undef HAVE__FREXPF
756 /* Define to 1 if you have the `_frexpl' function. */
757 #undef HAVE__FREXPL
759 /* Define to 1 if you have the `_hypot' function. */
760 #undef HAVE__HYPOT
762 /* Define to 1 if you have the `_hypotf' function. */
763 #undef HAVE__HYPOTF
765 /* Define to 1 if you have the `_hypotl' function. */
766 #undef HAVE__HYPOTL
768 /* Define to 1 if you have the `_isinf' function. */
769 #undef HAVE__ISINF
771 /* Define to 1 if you have the `_isinff' function. */
772 #undef HAVE__ISINFF
774 /* Define to 1 if you have the `_isinfl' function. */
775 #undef HAVE__ISINFL
777 /* Define to 1 if you have the `_isnan' function. */
778 #undef HAVE__ISNAN
780 /* Define to 1 if you have the `_isnanf' function. */
781 #undef HAVE__ISNANF
783 /* Define to 1 if you have the `_isnanl' function. */
784 #undef HAVE__ISNANL
786 /* Define to 1 if you have the `_ldexpf' function. */
787 #undef HAVE__LDEXPF
789 /* Define to 1 if you have the `_ldexpl' function. */
790 #undef HAVE__LDEXPL
792 /* Define to 1 if you have the `_log10f' function. */
793 #undef HAVE__LOG10F
795 /* Define to 1 if you have the `_log10l' function. */
796 #undef HAVE__LOG10L
798 /* Define to 1 if you have the `_logf' function. */
799 #undef HAVE__LOGF
801 /* Define to 1 if you have the `_logl' function. */
802 #undef HAVE__LOGL
804 /* Define to 1 if you have the `_modff' function. */
805 #undef HAVE__MODFF
807 /* Define to 1 if you have the `_modfl' function. */
808 #undef HAVE__MODFL
810 /* Define to 1 if you have the `_powf' function. */
811 #undef HAVE__POWF
813 /* Define to 1 if you have the `_powl' function. */
814 #undef HAVE__POWL
816 /* Define to 1 if you have the `_qfpclass' function. */
817 #undef HAVE__QFPCLASS
819 /* Define to 1 if you have the `_sincos' function. */
820 #undef HAVE__SINCOS
822 /* Define to 1 if you have the `_sincosf' function. */
823 #undef HAVE__SINCOSF
825 /* Define to 1 if you have the `_sincosl' function. */
826 #undef HAVE__SINCOSL
828 /* Define to 1 if you have the `_sinf' function. */
829 #undef HAVE__SINF
831 /* Define to 1 if you have the `_sinhf' function. */
832 #undef HAVE__SINHF
834 /* Define to 1 if you have the `_sinhl' function. */
835 #undef HAVE__SINHL
837 /* Define to 1 if you have the `_sinl' function. */
838 #undef HAVE__SINL
840 /* Define to 1 if you have the `_sqrtf' function. */
841 #undef HAVE__SQRTF
843 /* Define to 1 if you have the `_sqrtl' function. */
844 #undef HAVE__SQRTL
846 /* Define to 1 if you have the `_tanf' function. */
847 #undef HAVE__TANF
849 /* Define to 1 if you have the `_tanhf' function. */
850 #undef HAVE__TANHF
852 /* Define to 1 if you have the `_tanhl' function. */
853 #undef HAVE__TANHL
855 /* Define to 1 if you have the `_tanl' function. */
856 #undef HAVE__TANL
858 /* Define to 1 if you have the `__signbit' function. */
859 #undef HAVE___SIGNBIT
861 /* Define to 1 if you have the `__signbitf' function. */
862 #undef HAVE___SIGNBITF
864 /* Define to 1 if you have the `__signbitl' function. */
865 #undef HAVE___SIGNBITL
867 /* Define to the address where bug reports for this package should be sent. */
868 #undef PACKAGE_BUGREPORT
870 /* Define to the full name of this package. */
871 #undef PACKAGE_NAME
873 /* Define to the full name and version of this package. */
874 #undef PACKAGE_STRING
876 /* Define to the one symbol short name of this package. */
877 #undef PACKAGE_TARNAME
879 /* Define to the version of this package. */
880 #undef PACKAGE_VERSION
882 /* Define to 1 if you have the ANSI C header files. */
883 #undef STDC_HEADERS
885 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
886 #undef _GLIBCXX_HOSTED
888 /* Define if ptrdiff_t is int. */
889 #undef _GLIBCXX_PTRDIFF_T_IS_INT
891 /* Define if size_t is unsigned int. */
892 #undef _GLIBCXX_SIZE_T_IS_UINT
894 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
895 #undef _GLIBCXX_SJLJ_EXCEPTIONS
897 // Systems that have certain non-standard functions prefixed with an
898 // underscore, we'll handle those here. Must come after config.h.in.
900 #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN)
901 # define HAVE_ISNAN 1
902 # define isnan _isnan
903 #endif
905 #if defined (HAVE__ISNANF) && ! defined (HAVE_ISNANF)
906 # define HAVE_ISNANF 1
907 # define isnanf _isnanf
908 #endif
910 #if defined (HAVE__ISNANL) && ! defined (HAVE_ISNANL)
911 # define HAVE_ISNANL 1
912 # define isnanl _isnanl
913 #endif
915 #if defined (HAVE__ISINF) && ! defined (HAVE_ISINF)
916 # define HAVE_ISINF 1
917 # define isinf _isinf
918 #endif
920 #if defined (HAVE__ISINFF) && ! defined (HAVE_ISINFF)
921 # define HAVE_ISINFF 1
922 # define isinff _isinff
923 #endif
925 #if defined (HAVE__ISINFL) && ! defined (HAVE_ISINFL)
926 # define HAVE_ISINFL 1
927 # define isinfl _isinfl
928 #endif
930 #if defined (HAVE__COPYSIGN) && ! defined (HAVE_COPYSIGN)
931 # define HAVE_COPYSIGN 1
932 # define copysign _copysign
933 #endif
935 #if defined (HAVE__COPYSIGNL) && ! defined (HAVE_COPYSIGNL)
936 # define HAVE_COPYSIGNL 1
937 # define copysignl _copysignl
938 #endif
940 #if defined (HAVE__COSF) && ! defined (HAVE_COSF)
941 # define HAVE_COSF 1
942 # define cosf _cosf
943 #endif
945 #if defined (HAVE__ACOSF) && ! defined (HAVE_ACOSF)
946 # define HAVE_ACOSF 1
947 # define acosf _acosf
948 #endif
950 #if defined (HAVE__ACOSL) && ! defined (HAVE_ACOSL)
951 # define HAVE_ACOSL 1
952 # define acosl _acosl
953 #endif
955 #if defined (HAVE__ASINF) && ! defined (HAVE_ASINF)
956 # define HAVE_ASINF 1
957 # define asinf _asinf
958 #endif
960 #if defined (HAVE__ASINL) && ! defined (HAVE_ASINL)
961 # define HAVE_ASINL 1
962 # define asinl _asinl
963 #endif
965 #if defined (HAVE__ATANF) && ! defined (HAVE_ATANF)
966 # define HAVE_ATANF 1
967 # define atanf _atanf
968 #endif
970 #if defined (HAVE__ATANL) && ! defined (HAVE_ATANL)
971 # define HAVE_ATANL 1
972 # define atanl _atanl
973 #endif
975 #if defined (HAVE__CEILF) && ! defined (HAVE_CEILF)
976 # define HAVE_CEILF 1
977 # define aceil _ceilf
978 #endif
980 #if defined (HAVE__CEILL) && ! defined (HAVE_CEILL)
981 # define HAVE_CEILL 1
982 # define aceil _ceill
983 #endif
985 #if defined (HAVE__COSHF) && ! defined (HAVE_COSHF)
986 # define HAVE_COSHF 1
987 # define coshf _coshf
988 #endif
990 #if defined (HAVE__COSL) && ! defined (HAVE_COSL)
991 # define HAVE_COSL 1
992 # define cosl _cosl
993 #endif
995 #if defined (HAVE__LOGF) && ! defined (HAVE_LOGF)
996 # define HAVE_LOGF 1
997 # define logf _logf
998 #endif
1000 #if defined (HAVE__COSHL) && ! defined (HAVE_COSHL)
1001 # define HAVE_COSHL 1
1002 # define coshl _coshl
1003 #endif
1005 #if defined (HAVE__EXPF) && ! defined (HAVE_EXPF)
1006 # define HAVE_EXPF 1
1007 # define expf _expf
1008 #endif
1010 #if defined (HAVE__EXPL) && ! defined (HAVE_EXPL)
1011 # define HAVE_EXPL 1
1012 # define expl _expl
1013 #endif
1015 #if defined (HAVE__FABSF) && ! defined (HAVE_FABSF)
1016 # define HAVE_FABSF 1
1017 # define fabsf _fabsf
1018 #endif
1020 #if defined (HAVE__FABSL) && ! defined (HAVE_FABSL)
1021 # define HAVE_FABSL 1
1022 # define fabsl _fabsl
1023 #endif
1025 #if defined (HAVE__FLOORF) && ! defined (HAVE_FLOORF)
1026 # define HAVE_FLOORF 1
1027 # define floorf _floorf
1028 #endif
1030 #if defined (HAVE__FLOORL) && ! defined (HAVE_FLOORL)
1031 # define HAVE_FLOORL 1
1032 # define floorl _floorl
1033 #endif
1035 #if defined (HAVE__FMODF) && ! defined (HAVE_FMODF)
1036 # define HAVE_FMODF 1
1037 # define fmodf _fmodf
1038 #endif
1040 #if defined (HAVE__FMODL) && ! defined (HAVE_FMODL)
1041 # define HAVE_FMODL 1
1042 # define fmodl _fmodl
1043 #endif
1045 #if defined (HAVE__FREXPF) && ! defined (HAVE_FREXPF)
1046 # define HAVE_FREXPF 1
1047 # define frexpf _frexpf
1048 #endif
1050 #if defined (HAVE__FREXPL) && ! defined (HAVE_FREXPL)
1051 # define HAVE_FREXPL 1
1052 # define frexpl _frexpl
1053 #endif
1055 #if defined (HAVE__LDEXPF) && ! defined (HAVE_LDEXPF)
1056 # define HAVE_LDEXPF 1
1057 # define ldexpf _ldexpf
1058 #endif
1060 #if defined (HAVE__LDEXPL) && ! defined (HAVE_LDEXPL)
1061 # define HAVE_LDEXPL 1
1062 # define ldexpl _ldexpl
1063 #endif
1065 #if defined (HAVE__LOG10F) && ! defined (HAVE_LOG10F)
1066 # define HAVE_LOG10F 1
1067 # define log10f _log10f
1068 #endif
1070 #if defined (HAVE__LOGL) && ! defined (HAVE_LOGL)
1071 # define HAVE_LOGL 1
1072 # define logl _logl
1073 #endif
1075 #if defined (HAVE__POWF) && ! defined (HAVE_POWF)
1076 # define HAVE_POWF 1
1077 # define powf _powf
1078 #endif
1080 #if defined (HAVE__LOG10L) && ! defined (HAVE_LOG10L)
1081 # define HAVE_LOG10L 1
1082 # define log10l _log10l
1083 #endif
1085 #if defined (HAVE__MODF) && ! defined (HAVE_MODF)
1086 # define HAVE_MODF 1
1087 # define modf _modf
1088 #endif
1090 #if defined (HAVE__MODL) && ! defined (HAVE_MODL)
1091 # define HAVE_MODL 1
1092 # define modl _modl
1093 #endif
1095 #if defined (HAVE__SINF) && ! defined (HAVE_SINF)
1096 # define HAVE_SINF 1
1097 # define sinf _sinf
1098 #endif
1100 #if defined (HAVE__POWL) && ! defined (HAVE_POWL)
1101 # define HAVE_POWL 1
1102 # define powl _powl
1103 #endif
1105 #if defined (HAVE__SINHF) && ! defined (HAVE_SINHF)
1106 # define HAVE_SINHF 1
1107 # define sinhf _sinhf
1108 #endif
1110 #if defined (HAVE__SINL) && ! defined (HAVE_SINL)
1111 # define HAVE_SINL 1
1112 # define sinl _sinl
1113 #endif
1115 #if defined (HAVE__SQRTF) && ! defined (HAVE_SQRTF)
1116 # define HAVE_SQRTF 1
1117 # define sqrtf _sqrtf
1118 #endif
1120 #if defined (HAVE__SINHL) && ! defined (HAVE_SINHL)
1121 # define HAVE_SINHL 1
1122 # define sinhl _sinhl
1123 #endif
1125 #if defined (HAVE__TANF) && ! defined (HAVE_TANF)
1126 # define HAVE_TANF 1
1127 # define tanf _tanf
1128 #endif
1130 #if defined (HAVE__SQRTL) && ! defined (HAVE_SQRTL)
1131 # define HAVE_SQRTL 1
1132 # define sqrtl _sqrtl
1133 #endif
1135 #if defined (HAVE__TANHF) && ! defined (HAVE_TANHF)
1136 # define HAVE_TANHF 1
1137 # define tanhf _tanhf
1138 #endif
1140 #if defined (HAVE__TANL) && ! defined (HAVE_TANL)
1141 # define HAVE_TANF 1
1142 # define tanf _tanf
1143 #endif
1145 #if defined (HAVE__STRTOF) && ! defined (HAVE_STRTOF)
1146 # define HAVE_STRTOF 1
1147 # define strtof _strtof
1148 #endif
1150 #if defined (HAVE__TANHL) && ! defined (HAVE_TANHL)
1151 # define HAVE_TANHL 1
1152 # define tanhl _tanhl
1153 #endif
1155 #if defined (HAVE__STRTOLD) && ! defined (HAVE_STRTOLD)
1156 # define HAVE_STRTOLD 1
1157 # define strtold _strtold
1158 #endif
1160 #if defined (HAVE__SINCOS) && ! defined (HAVE_SINCOS)
1161 # define HAVE_SINCOS 1
1162 # define sincos _sincos
1163 #endif
1165 #if defined (HAVE__SINCOSF) && ! defined (HAVE_SINCOSF)
1166 # define HAVE_SINCOSF 1
1167 # define sincosf _sincosf
1168 #endif
1170 #if defined (HAVE__SINCOSL) && ! defined (HAVE_SINCOSL)
1171 # define HAVE_SINCOSL 1
1172 # define sincosl _sincosl
1173 #endif
1175 #if defined (HAVE__FINITE) && ! defined (HAVE_FINITE)
1176 # define HAVE_FINITE 1
1177 # define finite _finite
1178 #endif
1180 #if defined (HAVE__FINITEF) && ! defined (HAVE_FINITEF)
1181 # define HAVE_FINITEF 1
1182 # define finitef _finitef
1183 #endif
1185 #if defined (HAVE__FINITEL) && ! defined (HAVE_FINITEL)
1186 # define HAVE_FINITEL 1
1187 # define finitel _finitel
1188 #endif
1190 #if defined (HAVE__QFINITE) && ! defined (HAVE_QFINITE)
1191 # define HAVE_QFINITE 1
1192 # define qfinite _qfinite
1193 #endif
1195 #if defined (HAVE__FPCLASS) && ! defined (HAVE_FPCLASS)
1196 # define HAVE_FPCLASS 1
1197 # define fpclass _fpclass
1198 #endif
1200 #if defined (HAVE__QFPCLASS) && ! defined (HAVE_QFPCLASS)
1201 # define HAVE_QFPCLASS 1
1202 # define qfpclass _qfpclass
1203 #endif