31 #ifndef _GLIBCXX_CXX_CONFIG_H
32 #define _GLIBCXX_CXX_CONFIG_H 1
35 #define __GLIBCXX__ 20140612
44 # define _GLIBCXX_PURE __attribute__ ((__pure__))
47 #ifndef _GLIBCXX_CONST
48 # define _GLIBCXX_CONST __attribute__ ((__const__))
51 #ifndef _GLIBCXX_NORETURN
52 # define _GLIBCXX_NORETURN __attribute__ ((__noreturn__))
56 #ifndef _GLIBCXX_NOTHROW
58 # define _GLIBCXX_NOTHROW __attribute__((__nothrow__))
65 # define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY 1
67 #if _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
68 # define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V)))
72 # define _GLIBCXX_VISIBILITY(V) _GLIBCXX_PSEUDO_VISIBILITY(V)
78 #ifndef _GLIBCXX_USE_DEPRECATED
79 # define _GLIBCXX_USE_DEPRECATED 1
82 #if defined(__DEPRECATED) && defined(__GXX_EXPERIMENTAL_CXX0X__)
83 # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__))
85 # define _GLIBCXX_DEPRECATED
91 #ifndef _GLIBCXX_CONSTEXPR
92 # ifdef __GXX_EXPERIMENTAL_CXX0X__
93 # define _GLIBCXX_CONSTEXPR constexpr
94 # define _GLIBCXX_USE_CONSTEXPR constexpr
96 # define _GLIBCXX_CONSTEXPR
97 # define _GLIBCXX_USE_CONSTEXPR const
102 #ifndef _GLIBCXX_NOEXCEPT
103 # ifdef __GXX_EXPERIMENTAL_CXX0X__
104 # define _GLIBCXX_NOEXCEPT noexcept
105 # define _GLIBCXX_USE_NOEXCEPT noexcept
106 # define _GLIBCXX_THROW(_EXC)
108 # define _GLIBCXX_NOEXCEPT
109 # define _GLIBCXX_USE_NOEXCEPT throw()
110 # define _GLIBCXX_THROW(_EXC) throw(_EXC)
114 #ifndef _GLIBCXX_NOTHROW
115 # define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT
128 # define _GLIBCXX_EXTERN_TEMPLATE 1
173 typedef __SIZE_TYPE__ size_t;
174 typedef __PTRDIFF_TYPE__ ptrdiff_t;
176 #ifdef __GXX_EXPERIMENTAL_CXX0X__
177 typedef decltype(
nullptr) nullptr_t;
183 # define _GLIBCXX_INLINE_VERSION 0
186 #if _GLIBCXX_INLINE_VERSION
190 inline namespace __7 { }
192 namespace rel_ops {
inline namespace __7 { } }
196 inline namespace __7 { }
197 namespace placeholders {
inline namespace __7 { } }
198 namespace regex_constants {
inline namespace __7 { } }
199 namespace __detail {
inline namespace __7 { } }
203 {
inline namespace __7 { } }
205 namespace decimal {
inline namespace __7 { } }
207 namespace chrono {
inline namespace __7 { } }
208 namespace placeholders {
inline namespace __7 { } }
209 namespace regex_constants {
inline namespace __7 { } }
210 namespace this_thread {
inline namespace __7 { } }
212 namespace __detail {
inline namespace __7 { } }
213 namespace __regex {
inline namespace __7 { } }
218 inline namespace __7 { }
219 namespace __detail {
inline namespace __7 { } }
221 # define _GLIBCXX_BEGIN_NAMESPACE_VERSION namespace __7 {
222 # define _GLIBCXX_END_NAMESPACE_VERSION }
224 # define _GLIBCXX_BEGIN_NAMESPACE_VERSION
225 # define _GLIBCXX_END_NAMESPACE_VERSION
230 #if defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL) \
231 || defined(_GLIBCXX_PROFILE)
237 #if _GLIBCXX_INLINE_VERSION
238 inline namespace __7 { }
243 # ifdef _GLIBCXX_DEBUG
244 inline namespace __debug { }
248 # ifdef _GLIBCXX_PARALLEL
249 inline namespace __parallel { }
253 # ifdef _GLIBCXX_PROFILE
254 inline namespace __profile { }
259 # if defined(_GLIBCXX_DEBUG) && defined(_GLIBCXX_PARALLEL)
260 # error illegal use of multiple inlined namespaces
262 # if defined(_GLIBCXX_PROFILE) && defined(_GLIBCXX_DEBUG)
263 # error illegal use of multiple inlined namespaces
265 # if defined(_GLIBCXX_PROFILE) && defined(_GLIBCXX_PARALLEL)
266 # error illegal use of multiple inlined namespaces
270 # if __NO_INLINE__ && !__GXX_WEAK__
271 # warning currently using inlined namespace mode which may fail \
272 without inlining due to lack of weak symbols
286 #if defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PROFILE)
287 # define _GLIBCXX_STD_C __cxx1998
288 # define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER \
289 namespace _GLIBCXX_STD_C { _GLIBCXX_BEGIN_NAMESPACE_VERSION
290 # define _GLIBCXX_END_NAMESPACE_CONTAINER \
291 } _GLIBCXX_END_NAMESPACE_VERSION
292 # undef _GLIBCXX_EXTERN_TEMPLATE
293 # define _GLIBCXX_EXTERN_TEMPLATE -1
296 #ifdef _GLIBCXX_PARALLEL
297 # define _GLIBCXX_STD_A __cxx1998
298 # define _GLIBCXX_BEGIN_NAMESPACE_ALGO \
299 namespace _GLIBCXX_STD_A { _GLIBCXX_BEGIN_NAMESPACE_VERSION
300 # define _GLIBCXX_END_NAMESPACE_ALGO \
301 } _GLIBCXX_END_NAMESPACE_VERSION
304 #ifndef _GLIBCXX_STD_A
305 # define _GLIBCXX_STD_A std
308 #ifndef _GLIBCXX_STD_C
309 # define _GLIBCXX_STD_C std
312 #ifndef _GLIBCXX_BEGIN_NAMESPACE_ALGO
313 # define _GLIBCXX_BEGIN_NAMESPACE_ALGO
316 #ifndef _GLIBCXX_END_NAMESPACE_ALGO
317 # define _GLIBCXX_END_NAMESPACE_ALGO
320 #ifndef _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
321 # define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
324 #ifndef _GLIBCXX_END_NAMESPACE_CONTAINER
325 # define _GLIBCXX_END_NAMESPACE_CONTAINER
330 #undef _GLIBCXX_LONG_DOUBLE_COMPAT
333 #if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__
336 inline namespace __gnu_cxx_ldbl128 { }
338 # define _GLIBCXX_NAMESPACE_LDBL __gnu_cxx_ldbl128::
339 # define _GLIBCXX_BEGIN_NAMESPACE_LDBL namespace __gnu_cxx_ldbl128 {
340 # define _GLIBCXX_END_NAMESPACE_LDBL }
342 # define _GLIBCXX_NAMESPACE_LDBL
343 # define _GLIBCXX_BEGIN_NAMESPACE_LDBL
344 # define _GLIBCXX_END_NAMESPACE_LDBL
348 #if !defined(_GLIBCXX_DEBUG) && !defined(_GLIBCXX_PARALLEL)
349 # define __glibcxx_assert(_Condition)
356 __replacement_assert(
const char* __file,
int __line,
357 const char* __function,
const char* __condition)
359 __builtin_printf(
"%s:%d: %s: Assertion '%s' failed.\n", __file, __line,
360 __function, __condition);
364 #define __glibcxx_assert(_Condition) \
367 if (! (_Condition)) \
368 std::__replacement_assert(__FILE__, __LINE__, __PRETTY_FUNCTION__, \
394 #ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE
395 # define _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A)
397 #ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER
398 # define _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A)
402 # define _GLIBCXX_BEGIN_EXTERN_C extern "C" {
403 # define _GLIBCXX_END_EXTERN_C }
405 #else // !__cplusplus
406 # define _GLIBCXX_BEGIN_EXTERN_C
407 # define _GLIBCXX_END_EXTERN_C
421 #ifndef _GLIBCXX_PSEUDO_VISIBILITY
422 # define _GLIBCXX_PSEUDO_VISIBILITY(V)
428 #ifndef _GLIBCXX_WEAK_DEFINITION
429 # define _GLIBCXX_WEAK_DEFINITION
438 # define _GLIBCXX_FAST_MATH 1
440 # define _GLIBCXX_FAST_MATH 0
447 #define __N(msgid) (msgid)
458 #define _GLIBCXX_HAVE_ACOSF 1
461 #define _GLIBCXX_HAVE_ACOSL 1
464 #define _GLIBCXX_HAVE_ASINF 1
467 #define _GLIBCXX_HAVE_ASINL 1
470 #define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1
473 #define _GLIBCXX_HAVE_ATAN2F 1
476 #define _GLIBCXX_HAVE_ATAN2L 1
479 #define _GLIBCXX_HAVE_ATANF 1
482 #define _GLIBCXX_HAVE_ATANL 1
488 #define _GLIBCXX_HAVE_CEILF 1
491 #define _GLIBCXX_HAVE_CEILL 1
494 #define _GLIBCXX_HAVE_COMPLEX_H 1
497 #define _GLIBCXX_HAVE_COSF 1
500 #define _GLIBCXX_HAVE_COSHF 1
503 #define _GLIBCXX_HAVE_COSHL 1
506 #define _GLIBCXX_HAVE_COSL 1
509 #define _GLIBCXX_HAVE_DLFCN_H 1
512 #define _GLIBCXX_HAVE_EBADMSG 1
515 #define _GLIBCXX_HAVE_ECANCELED 1
518 #define _GLIBCXX_HAVE_ECHILD 1
521 #define _GLIBCXX_HAVE_EIDRM 1
524 #define _GLIBCXX_HAVE_ENDIAN_H 1
527 #define _GLIBCXX_HAVE_ENODATA 1
530 #define _GLIBCXX_HAVE_ENOLINK 1
533 #define _GLIBCXX_HAVE_ENOSPC 1
536 #define _GLIBCXX_HAVE_ENOSR 1
539 #define _GLIBCXX_HAVE_ENOSTR 1
542 #define _GLIBCXX_HAVE_ENOTRECOVERABLE 1
545 #define _GLIBCXX_HAVE_ENOTSUP 1
548 #define _GLIBCXX_HAVE_EOVERFLOW 1
551 #define _GLIBCXX_HAVE_EOWNERDEAD 1
554 #define _GLIBCXX_HAVE_EPERM 1
557 #define _GLIBCXX_HAVE_EPROTO 1
560 #define _GLIBCXX_HAVE_ETIME 1
563 #define _GLIBCXX_HAVE_ETIMEDOUT 1
566 #define _GLIBCXX_HAVE_ETXTBSY 1
569 #define _GLIBCXX_HAVE_EWOULDBLOCK 1
572 #define _GLIBCXX_HAVE_EXECINFO_H 1
575 #define _GLIBCXX_HAVE_EXPF 1
578 #define _GLIBCXX_HAVE_EXPL 1
581 #define _GLIBCXX_HAVE_FABSF 1
584 #define _GLIBCXX_HAVE_FABSL 1
587 #define _GLIBCXX_HAVE_FENV_H 1
590 #define _GLIBCXX_HAVE_FINITE 1
593 #define _GLIBCXX_HAVE_FINITEF 1
596 #define _GLIBCXX_HAVE_FINITEL 1
599 #define _GLIBCXX_HAVE_FLOAT_H 1
602 #define _GLIBCXX_HAVE_FLOORF 1
605 #define _GLIBCXX_HAVE_FLOORL 1
608 #define _GLIBCXX_HAVE_FMODF 1
611 #define _GLIBCXX_HAVE_FMODL 1
620 #define _GLIBCXX_HAVE_FREXPF 1
623 #define _GLIBCXX_HAVE_FREXPL 1
626 #define _GLIBCXX_HAVE_GETIPINFO 1
629 #define _GLIBCXX_HAVE_GETS 1
632 #define _GLIBCXX_HAVE_HYPOT 1
635 #define _GLIBCXX_HAVE_HYPOTF 1
638 #define _GLIBCXX_HAVE_HYPOTL 1
641 #define _GLIBCXX_HAVE_ICONV 1
647 #define _GLIBCXX_HAVE_INT64_T 1
650 #define _GLIBCXX_HAVE_INT64_T_LONG 1
656 #define _GLIBCXX_HAVE_INTTYPES_H 1
659 #define _GLIBCXX_HAVE_ISINF 1
662 #define _GLIBCXX_HAVE_ISINFF 1
665 #define _GLIBCXX_HAVE_ISINFL 1
668 #define _GLIBCXX_HAVE_ISNAN 1
671 #define _GLIBCXX_HAVE_ISNANF 1
674 #define _GLIBCXX_HAVE_ISNANL 1
677 #define _GLIBCXX_HAVE_ISWBLANK 1
680 #define _GLIBCXX_HAVE_LC_MESSAGES 1
683 #define _GLIBCXX_HAVE_LDEXPF 1
686 #define _GLIBCXX_HAVE_LDEXPL 1
689 #define _GLIBCXX_HAVE_LIBINTL_H 1
692 #define _GLIBCXX_HAVE_LIMIT_AS 1
695 #define _GLIBCXX_HAVE_LIMIT_DATA 1
698 #define _GLIBCXX_HAVE_LIMIT_FSIZE 1
701 #define _GLIBCXX_HAVE_LIMIT_RSS 1
704 #define _GLIBCXX_HAVE_LIMIT_VMEM 0
707 #define _GLIBCXX_HAVE_LINUX_FUTEX 1
710 #define _GLIBCXX_HAVE_LOCALE_H 1
713 #define _GLIBCXX_HAVE_LOG10F 1
716 #define _GLIBCXX_HAVE_LOG10L 1
719 #define _GLIBCXX_HAVE_LOGF 1
722 #define _GLIBCXX_HAVE_LOGL 1
731 #define _GLIBCXX_HAVE_MBSTATE_T 1
734 #define _GLIBCXX_HAVE_MEMORY_H 1
737 #define _GLIBCXX_HAVE_MODF 1
740 #define _GLIBCXX_HAVE_MODFF 1
743 #define _GLIBCXX_HAVE_MODFL 1
749 #define _GLIBCXX_HAVE_POLL 1
752 #define _GLIBCXX_HAVE_POWF 1
755 #define _GLIBCXX_HAVE_POWL 1
761 #define _GLIBCXX_HAVE_SETENV 1
764 #define _GLIBCXX_HAVE_SINCOS 1
767 #define _GLIBCXX_HAVE_SINCOSF 1
770 #define _GLIBCXX_HAVE_SINCOSL 1
773 #define _GLIBCXX_HAVE_SINF 1
776 #define _GLIBCXX_HAVE_SINHF 1
779 #define _GLIBCXX_HAVE_SINHL 1
782 #define _GLIBCXX_HAVE_SINL 1
785 #define _GLIBCXX_HAVE_SQRTF 1
788 #define _GLIBCXX_HAVE_SQRTL 1
791 #define _GLIBCXX_HAVE_STDALIGN_H 1
794 #define _GLIBCXX_HAVE_STDBOOL_H 1
797 #define _GLIBCXX_HAVE_STDINT_H 1
800 #define _GLIBCXX_HAVE_STDLIB_H 1
803 #define _GLIBCXX_HAVE_STRERROR_L 1
806 #define _GLIBCXX_HAVE_STRERROR_R 1
809 #define _GLIBCXX_HAVE_STRINGS_H 1
812 #define _GLIBCXX_HAVE_STRING_H 1
815 #define _GLIBCXX_HAVE_STRTOF 1
818 #define _GLIBCXX_HAVE_STRTOLD 1
821 #define _GLIBCXX_HAVE_STRXFRM_L 1
825 #define _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
831 #define _GLIBCXX_HAVE_SYS_IOCTL_H 1
834 #define _GLIBCXX_HAVE_SYS_IPC_H 1
843 #define _GLIBCXX_HAVE_SYS_PARAM_H 1
846 #define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
849 #define _GLIBCXX_HAVE_SYS_SEM_H 1
852 #define _GLIBCXX_HAVE_SYS_STAT_H 1
855 #define _GLIBCXX_HAVE_SYS_SYSINFO_H 1
858 #define _GLIBCXX_HAVE_SYS_TIME_H 1
861 #define _GLIBCXX_HAVE_SYS_TYPES_H 1
864 #define _GLIBCXX_HAVE_SYS_UIO_H 1
870 #define _GLIBCXX_HAVE_S_ISREG 1
873 #define _GLIBCXX_HAVE_TANF 1
876 #define _GLIBCXX_HAVE_TANHF 1
879 #define _GLIBCXX_HAVE_TANHL 1
882 #define _GLIBCXX_HAVE_TANL 1
885 #define _GLIBCXX_HAVE_TGMATH_H 1
888 #define _GLIBCXX_HAVE_TLS 1
891 #define _GLIBCXX_HAVE_UNISTD_H 1
894 #define _GLIBCXX_HAVE_VFWSCANF 1
897 #define _GLIBCXX_HAVE_VSWSCANF 1
900 #define _GLIBCXX_HAVE_VWSCANF 1
903 #define _GLIBCXX_HAVE_WCHAR_H 1
906 #define _GLIBCXX_HAVE_WCSTOF 1
909 #define _GLIBCXX_HAVE_WCTYPE_H 1
912 #define _GLIBCXX_HAVE_WRITEV 1
1101 #define _GLIBCXX_ICONV_CONST
1105 #define LT_OBJDIR ".libs/"
1111 #define _GLIBCXX_PACKAGE_BUGREPORT ""
1114 #define _GLIBCXX_PACKAGE_NAME "package-unused"
1117 #define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
1120 #define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
1123 #define _GLIBCXX_PACKAGE_URL ""
1126 #define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
1144 #define STDC_HEADERS 1
1150 #define _GLIBCXX_ATOMIC_BUILTINS 1
1157 #define _GLIBCXX_FULLY_DYNAMIC_STRING 0
1160 #define _GLIBCXX_HAS_GTHREADS 1
1163 #define _GLIBCXX_HOSTED 1
1171 #define _GLIBCXX_RES_LIMITS 1
1180 #define _GLIBCXX_STDIO_EOF -1
1183 #define _GLIBCXX_STDIO_SEEK_CUR 1
1186 #define _GLIBCXX_STDIO_SEEK_END 2
1189 #define _GLIBCXX_SYMVER 1
1195 #define _GLIBCXX_SYMVER_GNU 1
1205 #define _GLIBCXX_USE_C99 1
1210 #define _GLIBCXX_USE_C99_COMPLEX 1
1215 #define _GLIBCXX_USE_C99_COMPLEX_TR1 1
1219 #define _GLIBCXX_USE_C99_CTYPE_TR1 1
1223 #define _GLIBCXX_USE_C99_FENV_TR1 1
1227 #define _GLIBCXX_USE_C99_INTTYPES_TR1 1
1231 #define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1
1235 #define _GLIBCXX_USE_C99_MATH 1
1239 #define _GLIBCXX_USE_C99_MATH_TR1 1
1243 #define _GLIBCXX_USE_C99_STDINT_TR1 1
1253 #define _GLIBCXX_USE_DECIMAL_FLOAT 1
1256 #define _GLIBCXX_USE_FLOAT128 1
1259 #define _GLIBCXX_USE_GETTIMEOFDAY 1
1262 #define _GLIBCXX_USE_GET_NPROCS 1
1265 #define _GLIBCXX_USE_INT128 1
1268 #define _GLIBCXX_USE_LFS 1
1271 #define _GLIBCXX_USE_LONG_LONG 1
1277 #define _GLIBCXX_USE_NLS 1
1284 #define _GLIBCXX_USE_RANDOM_TR1 1
1290 #define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1
1299 #define _GLIBCXX_USE_WCHAR_T 1
1302 #define _GTHREAD_USE_MUTEX_TIMEDLOCK 1
1305 #if __cplusplus >= 199711L
1310 #if __cplusplus >= 199711L
1315 #if __cplusplus >= 199711L
1319 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
1320 # define _GLIBCXX_HAVE_ACOSF 1
1321 # define acosf _acosf
1324 #if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
1325 # define _GLIBCXX_HAVE_ACOSL 1
1326 # define acosl _acosl
1329 #if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
1330 # define _GLIBCXX_HAVE_ASINF 1
1331 # define asinf _asinf
1334 #if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
1335 # define _GLIBCXX_HAVE_ASINL 1
1336 # define asinl _asinl
1339 #if defined (_GLIBCXX_HAVE__ATAN2F) && ! defined (_GLIBCXX_HAVE_ATAN2F)
1340 # define _GLIBCXX_HAVE_ATAN2F 1
1341 # define atan2f _atan2f
1344 #if defined (_GLIBCXX_HAVE__ATAN2L) && ! defined (_GLIBCXX_HAVE_ATAN2L)
1345 # define _GLIBCXX_HAVE_ATAN2L 1
1346 # define atan2l _atan2l
1349 #if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
1350 # define _GLIBCXX_HAVE_ATANF 1
1351 # define atanf _atanf
1354 #if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
1355 # define _GLIBCXX_HAVE_ATANL 1
1356 # define atanl _atanl
1359 #if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
1360 # define _GLIBCXX_HAVE_CEILF 1
1361 # define ceilf _ceilf
1364 #if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
1365 # define _GLIBCXX_HAVE_CEILL 1
1366 # define ceill _ceill
1369 #if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
1370 # define _GLIBCXX_HAVE_COSF 1
1374 #if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
1375 # define _GLIBCXX_HAVE_COSHF 1
1376 # define coshf _coshf
1379 #if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
1380 # define _GLIBCXX_HAVE_COSHL 1
1381 # define coshl _coshl
1384 #if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
1385 # define _GLIBCXX_HAVE_COSL 1
1389 #if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
1390 # define _GLIBCXX_HAVE_EXPF 1
1394 #if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
1395 # define _GLIBCXX_HAVE_EXPL 1
1399 #if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
1400 # define _GLIBCXX_HAVE_FABSF 1
1401 # define fabsf _fabsf
1404 #if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
1405 # define _GLIBCXX_HAVE_FABSL 1
1406 # define fabsl _fabsl
1409 #if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
1410 # define _GLIBCXX_HAVE_FINITE 1
1411 # define finite _finite
1414 #if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
1415 # define _GLIBCXX_HAVE_FINITEF 1
1416 # define finitef _finitef
1419 #if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
1420 # define _GLIBCXX_HAVE_FINITEL 1
1421 # define finitel _finitel
1424 #if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
1425 # define _GLIBCXX_HAVE_FLOORF 1
1426 # define floorf _floorf
1429 #if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
1430 # define _GLIBCXX_HAVE_FLOORL 1
1431 # define floorl _floorl
1434 #if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
1435 # define _GLIBCXX_HAVE_FMODF 1
1436 # define fmodf _fmodf
1439 #if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
1440 # define _GLIBCXX_HAVE_FMODL 1
1441 # define fmodl _fmodl
1444 #if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
1445 # define _GLIBCXX_HAVE_FPCLASS 1
1446 # define fpclass _fpclass
1449 #if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
1450 # define _GLIBCXX_HAVE_FREXPF 1
1451 # define frexpf _frexpf
1454 #if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
1455 # define _GLIBCXX_HAVE_FREXPL 1
1456 # define frexpl _frexpl
1459 #if defined (_GLIBCXX_HAVE__HYPOT) && ! defined (_GLIBCXX_HAVE_HYPOT)
1460 # define _GLIBCXX_HAVE_HYPOT 1
1461 # define hypot _hypot
1464 #if defined (_GLIBCXX_HAVE__HYPOTF) && ! defined (_GLIBCXX_HAVE_HYPOTF)
1465 # define _GLIBCXX_HAVE_HYPOTF 1
1466 # define hypotf _hypotf
1469 #if defined (_GLIBCXX_HAVE__HYPOTL) && ! defined (_GLIBCXX_HAVE_HYPOTL)
1470 # define _GLIBCXX_HAVE_HYPOTL 1
1471 # define hypotl _hypotl
1474 #if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
1475 # define _GLIBCXX_HAVE_ISINF 1
1476 # define isinf _isinf
1479 #if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
1480 # define _GLIBCXX_HAVE_ISINFF 1
1481 # define isinff _isinff
1484 #if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
1485 # define _GLIBCXX_HAVE_ISINFL 1
1486 # define isinfl _isinfl
1489 #if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
1490 # define _GLIBCXX_HAVE_ISNAN 1
1491 # define isnan _isnan
1494 #if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
1495 # define _GLIBCXX_HAVE_ISNANF 1
1496 # define isnanf _isnanf
1499 #if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
1500 # define _GLIBCXX_HAVE_ISNANL 1
1501 # define isnanl _isnanl
1504 #if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
1505 # define _GLIBCXX_HAVE_LDEXPF 1
1506 # define ldexpf _ldexpf
1509 #if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
1510 # define _GLIBCXX_HAVE_LDEXPL 1
1511 # define ldexpl _ldexpl
1514 #if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
1515 # define _GLIBCXX_HAVE_LOG10F 1
1516 # define log10f _log10f
1519 #if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
1520 # define _GLIBCXX_HAVE_LOG10L 1
1521 # define log10l _log10l
1524 #if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
1525 # define _GLIBCXX_HAVE_LOGF 1
1529 #if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
1530 # define _GLIBCXX_HAVE_LOGL 1
1534 #if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
1535 # define _GLIBCXX_HAVE_MODF 1
1539 #if defined (_GLIBCXX_HAVE__MODFF) && ! defined (_GLIBCXX_HAVE_MODFF)
1540 # define _GLIBCXX_HAVE_MODFF 1
1541 # define modff _modff
1544 #if defined (_GLIBCXX_HAVE__MODFL) && ! defined (_GLIBCXX_HAVE_MODFL)
1545 # define _GLIBCXX_HAVE_MODFL 1
1546 # define modfl _modfl
1549 #if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
1550 # define _GLIBCXX_HAVE_POWF 1
1554 #if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
1555 # define _GLIBCXX_HAVE_POWL 1
1559 #if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
1560 # define _GLIBCXX_HAVE_QFPCLASS 1
1561 # define qfpclass _qfpclass
1564 #if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
1565 # define _GLIBCXX_HAVE_SINCOS 1
1566 # define sincos _sincos
1569 #if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
1570 # define _GLIBCXX_HAVE_SINCOSF 1
1571 # define sincosf _sincosf
1574 #if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
1575 # define _GLIBCXX_HAVE_SINCOSL 1
1576 # define sincosl _sincosl
1579 #if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
1580 # define _GLIBCXX_HAVE_SINF 1
1584 #if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
1585 # define _GLIBCXX_HAVE_SINHF 1
1586 # define sinhf _sinhf
1589 #if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
1590 # define _GLIBCXX_HAVE_SINHL 1
1591 # define sinhl _sinhl
1594 #if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
1595 # define _GLIBCXX_HAVE_SINL 1
1599 #if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
1600 # define _GLIBCXX_HAVE_SQRTF 1
1601 # define sqrtf _sqrtf
1604 #if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
1605 # define _GLIBCXX_HAVE_SQRTL 1
1606 # define sqrtl _sqrtl
1609 #if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
1610 # define _GLIBCXX_HAVE_STRTOF 1
1611 # define strtof _strtof
1614 #if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
1615 # define _GLIBCXX_HAVE_STRTOLD 1
1616 # define strtold _strtold
1619 #if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
1620 # define _GLIBCXX_HAVE_TANF 1
1624 #if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
1625 # define _GLIBCXX_HAVE_TANHF 1
1626 # define tanhf _tanhf
1629 #if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
1630 # define _GLIBCXX_HAVE_TANHL 1
1631 # define tanhl _tanhl
1634 #if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
1635 # define _GLIBCXX_HAVE_TANL 1
1639 #endif // _GLIBCXX_CXX_CONFIG_H
GNU extensions for public use.
ISO C++ entities toplevel namespace is std.