Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031 #ifndef _GLIBCXX_CXX_CONFIG_H
00032 #define _GLIBCXX_CXX_CONFIG_H 1
00033
00034
00035 #define __GLIBCXX__ 20101010
00036
00037
00038
00039
00040 # define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY 1
00041
00042 #if _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
00043 # define _GLIBCXX_VISIBILITY_ATTR(V) __attribute__ ((__visibility__ (#V)))
00044 #else
00045
00046
00047 # define _GLIBCXX_VISIBILITY_ATTR(V) _GLIBCXX_PSEUDO_VISIBILITY(V)
00048 #endif
00049
00050
00051
00052
00053 #ifndef _GLIBCXX_DEPRECATED
00054 # define _GLIBCXX_DEPRECATED 1
00055 #endif
00056
00057 #if defined(__DEPRECATED) && defined(__GXX_EXPERIMENTAL_CXX0X__)
00058 # define _GLIBCXX_DEPRECATED_ATTR __attribute__ ((__deprecated__))
00059 #else
00060 # define _GLIBCXX_DEPRECATED_ATTR
00061 #endif
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085 #ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE
00086 # define _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A)
00087 #endif
00088 #ifndef _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER
00089 # define _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A)
00090 #endif
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109 #if __cplusplus
00110
00111 #ifdef _GLIBCXX_DEBUG
00112 # define _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG 1
00113 #endif
00114
00115 #ifdef _GLIBCXX_PARALLEL
00116 # define _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL 1
00117 #endif
00118
00119
00120 #ifdef _GLIBCXX_PROFILE
00121 # define _GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE 1
00122 #endif
00123
00124 # define _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION 0
00125
00126
00127 #if _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG \
00128 || _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL \
00129 || _GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE \
00130 || _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION
00131 # define _GLIBCXX_USE_NAMESPACE_ASSOCIATION 1
00132 #endif
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145 #ifndef _GLIBCXX_USE_NAMESPACE_ASSOCIATION
00146 # define _GLIBCXX_STD_D _GLIBCXX_STD
00147 # define _GLIBCXX_STD_P _GLIBCXX_STD
00148 # define _GLIBCXX_STD_PR _GLIBCXX_STD
00149 # define _GLIBCXX_STD std
00150 # define _GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y) _GLIBCXX_BEGIN_NAMESPACE(X)
00151 # define _GLIBCXX_END_NESTED_NAMESPACE _GLIBCXX_END_NAMESPACE
00152 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_ATTR(default) {
00153 # define _GLIBCXX_END_NAMESPACE }
00154 #else
00155
00156 # if _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION // && not anything else
00157 # define _GLIBCXX_STD_D _GLIBCXX_STD
00158 # define _GLIBCXX_STD_P _GLIBCXX_STD
00159 # define _GLIBCXX_STD _6
00160 # define _GLIBCXX_BEGIN_NAMESPACE(X) _GLIBCXX_BEGIN_NESTED_NAMESPACE(X, _6)
00161 # define _GLIBCXX_END_NAMESPACE _GLIBCXX_END_NESTED_NAMESPACE
00162 # endif
00163
00164
00165 # if _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG && !_GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL && !_GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00166 # define _GLIBCXX_STD_D __norm
00167 # define _GLIBCXX_STD_P _GLIBCXX_STD
00168 # define _GLIBCXX_STD __cxx1998
00169 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_ATTR(default) {
00170 # define _GLIBCXX_END_NAMESPACE }
00171 # define _GLIBCXX_EXTERN_TEMPLATE -1
00172 # endif
00173
00174
00175 # if _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL && !_GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG && !_GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00176 # define _GLIBCXX_STD_D _GLIBCXX_STD
00177 # define _GLIBCXX_STD_P __norm
00178 # define _GLIBCXX_STD __cxx1998
00179 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_ATTR(default) {
00180 # define _GLIBCXX_END_NAMESPACE }
00181 # endif
00182
00183
00184 # if _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL && _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG && !_GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00185 # define _GLIBCXX_STD_D __norm
00186 # define _GLIBCXX_STD_P __norm
00187 # define _GLIBCXX_STD __cxx1998
00188 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_ATTR(default) {
00189 # define _GLIBCXX_END_NAMESPACE }
00190 # define _GLIBCXX_EXTERN_TEMPLATE -1
00191 # endif
00192
00193
00194 # if _GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00195 # if _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL || _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG
00196 # error Cannot use -D_GLIBCXX_PROFILE with -D_GLIBCXX_DEBUG or \
00197 -D_GLIBCXX_PARALLEL
00198 # endif
00199 # define _GLIBCXX_STD_D __norm
00200 # define _GLIBCXX_STD_P _GLIBCXX_STD
00201 # define _GLIBCXX_STD_PR __norm
00202 # define _GLIBCXX_STD __cxx1998
00203 # define _GLIBCXX_BEGIN_NAMESPACE(X) namespace X _GLIBCXX_VISIBILITY_ATTR(default) {
00204 # define _GLIBCXX_END_NAMESPACE }
00205 # endif
00206
00207 # if __NO_INLINE__ && !__GXX_WEAK__
00208 # warning currently using namespace associated mode which may fail \
00209 without inlining due to lack of weak symbols
00210 # endif
00211
00212 # define _GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y) namespace X { namespace Y _GLIBCXX_VISIBILITY_ATTR(default) {
00213 # define _GLIBCXX_END_NESTED_NAMESPACE } }
00214 #endif
00215
00216
00217 #if _GLIBCXX_NAMESPACE_ASSOCIATION_DEBUG && !_GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00218 namespace std
00219 {
00220 namespace __norm { }
00221 inline namespace __debug { }
00222 inline namespace __cxx1998 { }
00223 }
00224 #endif
00225
00226
00227 #if _GLIBCXX_NAMESPACE_ASSOCIATION_PARALLEL
00228 namespace std
00229 {
00230 namespace __norm { }
00231 inline namespace __parallel { }
00232 inline namespace __cxx1998 { }
00233 }
00234 #endif
00235
00236
00237 #if _GLIBCXX_NAMESPACE_ASSOCIATION_PROFILE
00238 namespace std
00239 {
00240 namespace __norm { }
00241 inline namespace __profile { }
00242 inline namespace __cxx1998 { }
00243 }
00244 #endif
00245
00246
00247 #if _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION
00248 namespace std
00249 {
00250 inline namespace _6 { }
00251 }
00252
00253 namespace __gnu_cxx
00254 {
00255 inline namespace _6 { }
00256 }
00257
00258 namespace std
00259 {
00260 namespace tr1
00261 {
00262 inline namespace _6 { }
00263 }
00264 }
00265 #endif
00266
00267
00268
00269 #undef _GLIBCXX_LONG_DOUBLE_COMPAT
00270
00271
00272 #if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__
00273 namespace std
00274 {
00275 inline namespace __gnu_cxx_ldbl128 { }
00276 }
00277 # define _GLIBCXX_LDBL_NAMESPACE __gnu_cxx_ldbl128::
00278 # define _GLIBCXX_BEGIN_LDBL_NAMESPACE namespace __gnu_cxx_ldbl128 {
00279 # define _GLIBCXX_END_LDBL_NAMESPACE }
00280 #else
00281 # define _GLIBCXX_LDBL_NAMESPACE
00282 # define _GLIBCXX_BEGIN_LDBL_NAMESPACE
00283 # define _GLIBCXX_END_LDBL_NAMESPACE
00284 #endif
00285
00286
00287
00288
00289 # define _GLIBCXX_BEGIN_EXTERN_C extern "C" {
00290 # define _GLIBCXX_END_EXTERN_C }
00291
00292 #else // !__cplusplus
00293 # undef _GLIBCXX_BEGIN_NAMESPACE
00294 # undef _GLIBCXX_END_NAMESPACE
00295 # define _GLIBCXX_BEGIN_NAMESPACE(X)
00296 # define _GLIBCXX_END_NAMESPACE
00297 # define _GLIBCXX_BEGIN_EXTERN_C
00298 # define _GLIBCXX_END_EXTERN_C
00299 #endif
00300
00301
00302
00303
00304 #include <bits/os_defines.h>
00305
00306
00307 #include <bits/cpu_defines.h>
00308
00309
00310
00311 #ifndef _GLIBCXX_PSEUDO_VISIBILITY
00312 #define _GLIBCXX_PSEUDO_VISIBILITY(V)
00313 #endif
00314
00315
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00329 #ifndef _GLIBCXX_EXTERN_TEMPLATE
00330 # define _GLIBCXX_EXTERN_TEMPLATE 1
00331 #endif
00332
00333
00334
00335
00336 #ifndef _GLIBCXX_WEAK_DEFINITION
00337 # define _GLIBCXX_WEAK_DEFINITION
00338 #endif
00339
00340
00341
00342
00343 #if !defined(_GLIBCXX_DEBUG) && !defined(_GLIBCXX_PARALLEL)
00344 #define __glibcxx_assert(_Condition)
00345 #else
00346 _GLIBCXX_BEGIN_NAMESPACE(std)
00347
00348
00349 inline void
00350 __replacement_assert(const char* __file, int __line,
00351 const char* __function, const char* __condition)
00352 {
00353 __builtin_printf("%s:%d: %s: Assertion '%s' failed.\n", __file, __line,
00354 __function, __condition);
00355 __builtin_abort();
00356 }
00357 _GLIBCXX_END_NAMESPACE
00358
00359 #define __glibcxx_assert(_Condition) \
00360 do \
00361 { \
00362 if (! (_Condition)) \
00363 std::__replacement_assert(__FILE__, __LINE__, \
00364 __PRETTY_FUNCTION__, #_Condition); \
00365 } while (false)
00366 #endif
00367
00368
00369
00370
00371
00372 #ifdef __FAST_MATH__
00373 # define _GLIBCXX_FAST_MATH 1
00374 #else
00375 # define _GLIBCXX_FAST_MATH 0
00376 #endif
00377
00378
00379
00380
00381
00382 #define __N(msgid) (msgid)
00383
00384
00385 #undef min
00386 #undef max
00387
00388 #ifndef _GLIBCXX_PURE
00389 # define _GLIBCXX_PURE __attribute__ ((__pure__))
00390 #endif
00391
00392 #ifndef _GLIBCXX_CONST
00393 # define _GLIBCXX_CONST __attribute__ ((__const__))
00394 #endif
00395
00396 #ifndef _GLIBCXX_NORETURN
00397 # define _GLIBCXX_NORETURN __attribute__ ((__noreturn__))
00398 #endif
00399
00400 #ifndef _GLIBCXX_NOTHROW
00401 # ifdef __cplusplus
00402 # define _GLIBCXX_NOTHROW throw()
00403 # else
00404 # define _GLIBCXX_NOTHROW __attribute__((__nothrow__))
00405 # endif
00406 #endif
00407
00408 #ifdef __cplusplus
00409
00410 _GLIBCXX_BEGIN_NAMESPACE(std)
00411
00412 typedef __SIZE_TYPE__ size_t;
00413 typedef __PTRDIFF_TYPE__ ptrdiff_t;
00414
00415 #ifdef __GXX_EXPERIMENTAL_CXX0X__
00416 typedef decltype(nullptr) nullptr_t;
00417 #endif
00418
00419 _GLIBCXX_END_NAMESPACE
00420
00421 #endif // __cplusplus
00422
00423
00424
00425
00426
00427
00428 #define _GLIBCXX_HAVE_ACOSF 1
00429
00430
00431 #define _GLIBCXX_HAVE_ACOSL 1
00432
00433
00434 #define _GLIBCXX_HAVE_ASINF 1
00435
00436
00437 #define _GLIBCXX_HAVE_ASINL 1
00438
00439
00440 #define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1
00441
00442
00443 #define _GLIBCXX_HAVE_ATAN2F 1
00444
00445
00446 #define _GLIBCXX_HAVE_ATAN2L 1
00447
00448
00449 #define _GLIBCXX_HAVE_ATANF 1
00450
00451
00452 #define _GLIBCXX_HAVE_ATANL 1
00453
00454
00455
00456
00457
00458 #define _GLIBCXX_HAVE_CEILF 1
00459
00460
00461 #define _GLIBCXX_HAVE_CEILL 1
00462
00463
00464 #define _GLIBCXX_HAVE_COMPLEX_H 1
00465
00466
00467 #define _GLIBCXX_HAVE_COSF 1
00468
00469
00470 #define _GLIBCXX_HAVE_COSHF 1
00471
00472
00473 #define _GLIBCXX_HAVE_COSHL 1
00474
00475
00476 #define _GLIBCXX_HAVE_COSL 1
00477
00478
00479 #define _GLIBCXX_HAVE_DLFCN_H 1
00480
00481
00482 #define _GLIBCXX_HAVE_EBADMSG 1
00483
00484
00485 #define _GLIBCXX_HAVE_ECANCELED 1
00486
00487
00488 #define _GLIBCXX_HAVE_EIDRM 1
00489
00490
00491 #define _GLIBCXX_HAVE_ENDIAN_H 1
00492
00493
00494 #define _GLIBCXX_HAVE_ENODATA 1
00495
00496
00497 #define _GLIBCXX_HAVE_ENOLINK 1
00498
00499
00500 #define _GLIBCXX_HAVE_ENOSR 1
00501
00502
00503 #define _GLIBCXX_HAVE_ENOSTR 1
00504
00505
00506 #define _GLIBCXX_HAVE_ENOTRECOVERABLE 1
00507
00508
00509 #define _GLIBCXX_HAVE_ENOTSUP 1
00510
00511
00512 #define _GLIBCXX_HAVE_EOVERFLOW 1
00513
00514
00515 #define _GLIBCXX_HAVE_EOWNERDEAD 1
00516
00517
00518 #define _GLIBCXX_HAVE_EPROTO 1
00519
00520
00521 #define _GLIBCXX_HAVE_ETIME 1
00522
00523
00524 #define _GLIBCXX_HAVE_ETXTBSY 1
00525
00526
00527 #define _GLIBCXX_HAVE_EXECINFO_H 1
00528
00529
00530 #define _GLIBCXX_HAVE_EXPF 1
00531
00532
00533 #define _GLIBCXX_HAVE_EXPL 1
00534
00535
00536 #define _GLIBCXX_HAVE_FABSF 1
00537
00538
00539 #define _GLIBCXX_HAVE_FABSL 1
00540
00541
00542 #define _GLIBCXX_HAVE_FENV_H 1
00543
00544
00545 #define _GLIBCXX_HAVE_FINITE 1
00546
00547
00548 #define _GLIBCXX_HAVE_FINITEF 1
00549
00550
00551 #define _GLIBCXX_HAVE_FINITEL 1
00552
00553
00554 #define _GLIBCXX_HAVE_FLOAT_H 1
00555
00556
00557 #define _GLIBCXX_HAVE_FLOORF 1
00558
00559
00560 #define _GLIBCXX_HAVE_FLOORL 1
00561
00562
00563 #define _GLIBCXX_HAVE_FMODF 1
00564
00565
00566 #define _GLIBCXX_HAVE_FMODL 1
00567
00568
00569
00570
00571
00572
00573
00574
00575 #define _GLIBCXX_HAVE_FREXPF 1
00576
00577
00578 #define _GLIBCXX_HAVE_FREXPL 1
00579
00580
00581 #define _GLIBCXX_HAVE_GETIPINFO 1
00582
00583
00584
00585 #define _GLIBCXX_HAVE_GTHR_DEFAULT 1
00586
00587
00588 #define _GLIBCXX_HAVE_HYPOT 1
00589
00590
00591 #define _GLIBCXX_HAVE_HYPOTF 1
00592
00593
00594 #define _GLIBCXX_HAVE_HYPOTL 1
00595
00596
00597 #define _GLIBCXX_HAVE_ICONV 1
00598
00599
00600
00601
00602
00603 #define _GLIBCXX_HAVE_INT64_T 1
00604
00605
00606 #define _GLIBCXX_HAVE_INT64_T_LONG 1
00607
00608
00609
00610
00611
00612 #define _GLIBCXX_HAVE_INTTYPES_H 1
00613
00614
00615 #define _GLIBCXX_HAVE_ISINF 1
00616
00617
00618 #define _GLIBCXX_HAVE_ISINFF 1
00619
00620
00621 #define _GLIBCXX_HAVE_ISINFL 1
00622
00623
00624 #define _GLIBCXX_HAVE_ISNAN 1
00625
00626
00627 #define _GLIBCXX_HAVE_ISNANF 1
00628
00629
00630 #define _GLIBCXX_HAVE_ISNANL 1
00631
00632
00633 #define _GLIBCXX_HAVE_ISWBLANK 1
00634
00635
00636 #define _GLIBCXX_HAVE_LC_MESSAGES 1
00637
00638
00639 #define _GLIBCXX_HAVE_LDEXPF 1
00640
00641
00642 #define _GLIBCXX_HAVE_LDEXPL 1
00643
00644
00645 #define _GLIBCXX_HAVE_LIBINTL_H 1
00646
00647
00648 #define _GLIBCXX_HAVE_LIMIT_AS 1
00649
00650
00651 #define _GLIBCXX_HAVE_LIMIT_DATA 1
00652
00653
00654 #define _GLIBCXX_HAVE_LIMIT_FSIZE 1
00655
00656
00657 #define _GLIBCXX_HAVE_LIMIT_RSS 1
00658
00659
00660 #define _GLIBCXX_HAVE_LIMIT_VMEM 0
00661
00662
00663 #define _GLIBCXX_HAVE_LINUX_FUTEX 1
00664
00665
00666 #define _GLIBCXX_HAVE_LOCALE_H 1
00667
00668
00669 #define _GLIBCXX_HAVE_LOG10F 1
00670
00671
00672 #define _GLIBCXX_HAVE_LOG10L 1
00673
00674
00675 #define _GLIBCXX_HAVE_LOGF 1
00676
00677
00678 #define _GLIBCXX_HAVE_LOGL 1
00679
00680
00681
00682
00683
00684
00685
00686
00687 #define _GLIBCXX_HAVE_MBSTATE_T 1
00688
00689
00690 #define _GLIBCXX_HAVE_MEMORY_H 1
00691
00692
00693 #define _GLIBCXX_HAVE_MODF 1
00694
00695
00696 #define _GLIBCXX_HAVE_MODFF 1
00697
00698
00699 #define _GLIBCXX_HAVE_MODFL 1
00700
00701
00702
00703
00704
00705 #define _GLIBCXX_HAVE_POLL 1
00706
00707
00708 #define _GLIBCXX_HAVE_POWF 1
00709
00710
00711 #define _GLIBCXX_HAVE_POWL 1
00712
00713
00714
00715
00716
00717 #define _GLIBCXX_HAVE_SETENV 1
00718
00719
00720 #define _GLIBCXX_HAVE_SINCOS 1
00721
00722
00723 #define _GLIBCXX_HAVE_SINCOSF 1
00724
00725
00726 #define _GLIBCXX_HAVE_SINCOSL 1
00727
00728
00729 #define _GLIBCXX_HAVE_SINF 1
00730
00731
00732 #define _GLIBCXX_HAVE_SINHF 1
00733
00734
00735 #define _GLIBCXX_HAVE_SINHL 1
00736
00737
00738 #define _GLIBCXX_HAVE_SINL 1
00739
00740
00741 #define _GLIBCXX_HAVE_SQRTF 1
00742
00743
00744 #define _GLIBCXX_HAVE_SQRTL 1
00745
00746
00747 #define _GLIBCXX_HAVE_STDBOOL_H 1
00748
00749
00750 #define _GLIBCXX_HAVE_STDINT_H 1
00751
00752
00753 #define _GLIBCXX_HAVE_STDLIB_H 1
00754
00755
00756 #define _GLIBCXX_HAVE_STRERROR_L 1
00757
00758
00759 #define _GLIBCXX_HAVE_STRERROR_R 1
00760
00761
00762 #define _GLIBCXX_HAVE_STRINGS_H 1
00763
00764
00765 #define _GLIBCXX_HAVE_STRING_H 1
00766
00767
00768 #define _GLIBCXX_HAVE_STRTOF 1
00769
00770
00771 #define _GLIBCXX_HAVE_STRTOLD 1
00772
00773
00774 #define _GLIBCXX_HAVE_STRXFRM_L 1
00775
00776
00777
00778 #define _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1
00779
00780
00781
00782
00783
00784 #define _GLIBCXX_HAVE_SYS_IOCTL_H 1
00785
00786
00787 #define _GLIBCXX_HAVE_SYS_IPC_H 1
00788
00789
00790
00791
00792
00793
00794
00795
00796 #define _GLIBCXX_HAVE_SYS_PARAM_H 1
00797
00798
00799 #define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
00800
00801
00802 #define _GLIBCXX_HAVE_SYS_SEM_H 1
00803
00804
00805 #define _GLIBCXX_HAVE_SYS_STAT_H 1
00806
00807
00808 #define _GLIBCXX_HAVE_SYS_TIME_H 1
00809
00810
00811 #define _GLIBCXX_HAVE_SYS_TYPES_H 1
00812
00813
00814 #define _GLIBCXX_HAVE_SYS_UIO_H 1
00815
00816
00817
00818
00819
00820 #define _GLIBCXX_HAVE_S_ISREG 1
00821
00822
00823 #define _GLIBCXX_HAVE_TANF 1
00824
00825
00826 #define _GLIBCXX_HAVE_TANHF 1
00827
00828
00829 #define _GLIBCXX_HAVE_TANHL 1
00830
00831
00832 #define _GLIBCXX_HAVE_TANL 1
00833
00834
00835 #define _GLIBCXX_HAVE_TGMATH_H 1
00836
00837
00838 #define _GLIBCXX_HAVE_TLS 1
00839
00840
00841 #define _GLIBCXX_HAVE_UNISTD_H 1
00842
00843
00844 #define _GLIBCXX_HAVE_VFWSCANF 1
00845
00846
00847 #define _GLIBCXX_HAVE_VSWSCANF 1
00848
00849
00850 #define _GLIBCXX_HAVE_VWSCANF 1
00851
00852
00853 #define _GLIBCXX_HAVE_WCHAR_H 1
00854
00855
00856 #define _GLIBCXX_HAVE_WCSTOF 1
00857
00858
00859 #define _GLIBCXX_HAVE_WCTYPE_H 1
00860
00861
00862 #define _GLIBCXX_HAVE_WRITEV 1
00863
00864
00865
00866
00867
00868
00869
00870
00871
00872
00873
00874
00875
00876
00877
00878
00879
00880
00881
00882
00883
00884
00885
00886
00887
00888
00889
00890
00891
00892
00893
00894
00895
00896
00897
00898
00899
00900
00901
00902
00903
00904
00905
00906
00907
00908
00909
00910
00911
00912
00913
00914
00915
00916
00917
00918
00919
00920
00921
00922
00923
00924
00925
00926
00927
00928
00929
00930
00931
00932
00933
00934
00935
00936
00937
00938
00939
00940
00941
00942
00943
00944
00945
00946
00947
00948
00949
00950
00951
00952
00953
00954
00955
00956
00957
00958
00959
00960
00961
00962
00963
00964
00965
00966
00967
00968
00969
00970
00971
00972
00973
00974
00975
00976
00977
00978
00979
00980
00981
00982
00983
00984
00985
00986
00987
00988
00989
00990
00991
00992
00993
00994
00995
00996
00997
00998
00999
01000
01001
01002
01003
01004
01005
01006
01007
01008
01009
01010
01011
01012
01013
01014
01015
01016
01017
01018
01019
01020
01021
01022
01023
01024
01025
01026
01027
01028
01029
01030
01031
01032
01033
01034
01035
01036
01037
01038
01039
01040
01041
01042
01043
01044
01045
01046
01047
01048
01049
01050
01051 #define _GLIBCXX_ICONV_CONST
01052
01053
01054
01055 #define LT_OBJDIR ".libs/"
01056
01057
01058
01059
01060
01061 #define _GLIBCXX_PACKAGE_BUGREPORT ""
01062
01063
01064 #define _GLIBCXX_PACKAGE_NAME "package-unused"
01065
01066
01067 #define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
01068
01069
01070 #define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
01071
01072
01073 #define _GLIBCXX_PACKAGE_URL ""
01074
01075
01076 #define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
01077
01078
01079
01080
01081
01082
01083
01084
01085
01086
01087
01088
01089
01090
01091
01092
01093
01094 #define STDC_HEADERS 1
01095
01096
01097
01098
01099
01100 #define _GLIBCXX_ATOMIC_BUILTINS_1 1
01101
01102
01103
01104 #define _GLIBCXX_ATOMIC_BUILTINS_2 1
01105
01106
01107 #define _GLIBCXX_ATOMIC_BUILTINS_4 1
01108
01109
01110
01111 #define _GLIBCXX_ATOMIC_BUILTINS_8 1
01112
01113
01114
01115
01116
01117
01118
01119
01120 #define _GLIBCXX_HAS_GTHREADS 1
01121
01122
01123 #define _GLIBCXX_HOSTED 1
01124
01125
01126
01127
01128
01129
01130
01131 #define _GLIBCXX_RES_LIMITS 1
01132
01133
01134
01135
01136
01137
01138
01139
01140 #define _GLIBCXX_STDIO_EOF -1
01141
01142
01143 #define _GLIBCXX_STDIO_SEEK_CUR 1
01144
01145
01146 #define _GLIBCXX_STDIO_SEEK_END 2
01147
01148
01149 #define _GLIBCXX_SYMVER 1
01150
01151
01152
01153
01154
01155 #define _GLIBCXX_SYMVER_GNU 1
01156
01157
01158
01159
01160
01161
01162
01163
01164
01165 #define _GLIBCXX_USE_C99 1
01166
01167
01168
01169
01170 #define _GLIBCXX_USE_C99_COMPLEX 1
01171
01172
01173
01174
01175 #define _GLIBCXX_USE_C99_COMPLEX_TR1 1
01176
01177
01178
01179 #define _GLIBCXX_USE_C99_CTYPE_TR1 1
01180
01181
01182
01183 #define _GLIBCXX_USE_C99_FENV_TR1 1
01184
01185
01186
01187 #define _GLIBCXX_USE_C99_INTTYPES_TR1 1
01188
01189
01190
01191 #define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1
01192
01193
01194
01195 #define _GLIBCXX_USE_C99_MATH 1
01196
01197
01198
01199 #define _GLIBCXX_USE_C99_MATH_TR1 1
01200
01201
01202
01203 #define _GLIBCXX_USE_C99_STDINT_TR1 1
01204
01205
01206
01207
01208
01209
01210
01211
01212
01213 #define _GLIBCXX_USE_DECIMAL_FLOAT 1
01214
01215
01216 #define _GLIBCXX_USE_GETTIMEOFDAY 1
01217
01218
01219 #define _GLIBCXX_USE_LFS 1
01220
01221
01222 #define _GLIBCXX_USE_LONG_LONG 1
01223
01224
01225
01226
01227
01228 #define _GLIBCXX_USE_NLS 1
01229
01230
01231
01232 #define _GLIBCXX_USE_RANDOM_TR1 1
01233
01234
01235
01236
01237
01238 #define _GLIBCXX_USE_WCHAR_T 1
01239
01240 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
01241 # define _GLIBCXX_HAVE_ACOSF 1
01242 # define acosf _acosf
01243 #endif
01244
01245 #if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
01246 # define _GLIBCXX_HAVE_ACOSL 1
01247 # define acosl _acosl
01248 #endif
01249
01250 #if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
01251 # define _GLIBCXX_HAVE_ASINF 1
01252 # define asinf _asinf
01253 #endif
01254
01255 #if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
01256 # define _GLIBCXX_HAVE_ASINL 1
01257 # define asinl _asinl
01258 #endif
01259
01260 #if defined (_GLIBCXX_HAVE__ATAN2F) && ! defined (_GLIBCXX_HAVE_ATAN2F)
01261 # define _GLIBCXX_HAVE_ATAN2F 1
01262 # define atan2f _atan2f
01263 #endif
01264
01265 #if defined (_GLIBCXX_HAVE__ATAN2L) && ! defined (_GLIBCXX_HAVE_ATAN2L)
01266 # define _GLIBCXX_HAVE_ATAN2L 1
01267 # define atan2l _atan2l
01268 #endif
01269
01270 #if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
01271 # define _GLIBCXX_HAVE_ATANF 1
01272 # define atanf _atanf
01273 #endif
01274
01275 #if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
01276 # define _GLIBCXX_HAVE_ATANL 1
01277 # define atanl _atanl
01278 #endif
01279
01280 #if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
01281 # define _GLIBCXX_HAVE_CEILF 1
01282 # define ceilf _ceilf
01283 #endif
01284
01285 #if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
01286 # define _GLIBCXX_HAVE_CEILL 1
01287 # define ceill _ceill
01288 #endif
01289
01290 #if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
01291 # define _GLIBCXX_HAVE_COSF 1
01292 # define cosf _cosf
01293 #endif
01294
01295 #if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
01296 # define _GLIBCXX_HAVE_COSHF 1
01297 # define coshf _coshf
01298 #endif
01299
01300 #if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
01301 # define _GLIBCXX_HAVE_COSHL 1
01302 # define coshl _coshl
01303 #endif
01304
01305 #if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
01306 # define _GLIBCXX_HAVE_COSL 1
01307 # define cosl _cosl
01308 #endif
01309
01310 #if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
01311 # define _GLIBCXX_HAVE_EXPF 1
01312 # define expf _expf
01313 #endif
01314
01315 #if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
01316 # define _GLIBCXX_HAVE_EXPL 1
01317 # define expl _expl
01318 #endif
01319
01320 #if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
01321 # define _GLIBCXX_HAVE_FABSF 1
01322 # define fabsf _fabsf
01323 #endif
01324
01325 #if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
01326 # define _GLIBCXX_HAVE_FABSL 1
01327 # define fabsl _fabsl
01328 #endif
01329
01330 #if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
01331 # define _GLIBCXX_HAVE_FINITE 1
01332 # define finite _finite
01333 #endif
01334
01335 #if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
01336 # define _GLIBCXX_HAVE_FINITEF 1
01337 # define finitef _finitef
01338 #endif
01339
01340 #if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
01341 # define _GLIBCXX_HAVE_FINITEL 1
01342 # define finitel _finitel
01343 #endif
01344
01345 #if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
01346 # define _GLIBCXX_HAVE_FLOORF 1
01347 # define floorf _floorf
01348 #endif
01349
01350 #if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
01351 # define _GLIBCXX_HAVE_FLOORL 1
01352 # define floorl _floorl
01353 #endif
01354
01355 #if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
01356 # define _GLIBCXX_HAVE_FMODF 1
01357 # define fmodf _fmodf
01358 #endif
01359
01360 #if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
01361 # define _GLIBCXX_HAVE_FMODL 1
01362 # define fmodl _fmodl
01363 #endif
01364
01365 #if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
01366 # define _GLIBCXX_HAVE_FPCLASS 1
01367 # define fpclass _fpclass
01368 #endif
01369
01370 #if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
01371 # define _GLIBCXX_HAVE_FREXPF 1
01372 # define frexpf _frexpf
01373 #endif
01374
01375 #if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
01376 # define _GLIBCXX_HAVE_FREXPL 1
01377 # define frexpl _frexpl
01378 #endif
01379
01380 #if defined (_GLIBCXX_HAVE__HYPOT) && ! defined (_GLIBCXX_HAVE_HYPOT)
01381 # define _GLIBCXX_HAVE_HYPOT 1
01382 # define hypot _hypot
01383 #endif
01384
01385 #if defined (_GLIBCXX_HAVE__HYPOTF) && ! defined (_GLIBCXX_HAVE_HYPOTF)
01386 # define _GLIBCXX_HAVE_HYPOTF 1
01387 # define hypotf _hypotf
01388 #endif
01389
01390 #if defined (_GLIBCXX_HAVE__HYPOTL) && ! defined (_GLIBCXX_HAVE_HYPOTL)
01391 # define _GLIBCXX_HAVE_HYPOTL 1
01392 # define hypotl _hypotl
01393 #endif
01394
01395 #if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
01396 # define _GLIBCXX_HAVE_ISINF 1
01397 # define isinf _isinf
01398 #endif
01399
01400 #if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
01401 # define _GLIBCXX_HAVE_ISINFF 1
01402 # define isinff _isinff
01403 #endif
01404
01405 #if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
01406 # define _GLIBCXX_HAVE_ISINFL 1
01407 # define isinfl _isinfl
01408 #endif
01409
01410 #if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
01411 # define _GLIBCXX_HAVE_ISNAN 1
01412 # define isnan _isnan
01413 #endif
01414
01415 #if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
01416 # define _GLIBCXX_HAVE_ISNANF 1
01417 # define isnanf _isnanf
01418 #endif
01419
01420 #if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
01421 # define _GLIBCXX_HAVE_ISNANL 1
01422 # define isnanl _isnanl
01423 #endif
01424
01425 #if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
01426 # define _GLIBCXX_HAVE_LDEXPF 1
01427 # define ldexpf _ldexpf
01428 #endif
01429
01430 #if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
01431 # define _GLIBCXX_HAVE_LDEXPL 1
01432 # define ldexpl _ldexpl
01433 #endif
01434
01435 #if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
01436 # define _GLIBCXX_HAVE_LOG10F 1
01437 # define log10f _log10f
01438 #endif
01439
01440 #if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
01441 # define _GLIBCXX_HAVE_LOG10L 1
01442 # define log10l _log10l
01443 #endif
01444
01445 #if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
01446 # define _GLIBCXX_HAVE_LOGF 1
01447 # define logf _logf
01448 #endif
01449
01450 #if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
01451 # define _GLIBCXX_HAVE_LOGL 1
01452 # define logl _logl
01453 #endif
01454
01455 #if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
01456 # define _GLIBCXX_HAVE_MODF 1
01457 # define modf _modf
01458 #endif
01459
01460 #if defined (_GLIBCXX_HAVE__MODFF) && ! defined (_GLIBCXX_HAVE_MODFF)
01461 # define _GLIBCXX_HAVE_MODFF 1
01462 # define modff _modff
01463 #endif
01464
01465 #if defined (_GLIBCXX_HAVE__MODFL) && ! defined (_GLIBCXX_HAVE_MODFL)
01466 # define _GLIBCXX_HAVE_MODFL 1
01467 # define modfl _modfl
01468 #endif
01469
01470 #if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
01471 # define _GLIBCXX_HAVE_POWF 1
01472 # define powf _powf
01473 #endif
01474
01475 #if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
01476 # define _GLIBCXX_HAVE_POWL 1
01477 # define powl _powl
01478 #endif
01479
01480 #if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
01481 # define _GLIBCXX_HAVE_QFPCLASS 1
01482 # define qfpclass _qfpclass
01483 #endif
01484
01485 #if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
01486 # define _GLIBCXX_HAVE_SINCOS 1
01487 # define sincos _sincos
01488 #endif
01489
01490 #if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
01491 # define _GLIBCXX_HAVE_SINCOSF 1
01492 # define sincosf _sincosf
01493 #endif
01494
01495 #if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
01496 # define _GLIBCXX_HAVE_SINCOSL 1
01497 # define sincosl _sincosl
01498 #endif
01499
01500 #if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
01501 # define _GLIBCXX_HAVE_SINF 1
01502 # define sinf _sinf
01503 #endif
01504
01505 #if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
01506 # define _GLIBCXX_HAVE_SINHF 1
01507 # define sinhf _sinhf
01508 #endif
01509
01510 #if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
01511 # define _GLIBCXX_HAVE_SINHL 1
01512 # define sinhl _sinhl
01513 #endif
01514
01515 #if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
01516 # define _GLIBCXX_HAVE_SINL 1
01517 # define sinl _sinl
01518 #endif
01519
01520 #if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
01521 # define _GLIBCXX_HAVE_SQRTF 1
01522 # define sqrtf _sqrtf
01523 #endif
01524
01525 #if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
01526 # define _GLIBCXX_HAVE_SQRTL 1
01527 # define sqrtl _sqrtl
01528 #endif
01529
01530 #if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
01531 # define _GLIBCXX_HAVE_STRTOF 1
01532 # define strtof _strtof
01533 #endif
01534
01535 #if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
01536 # define _GLIBCXX_HAVE_STRTOLD 1
01537 # define strtold _strtold
01538 #endif
01539
01540 #if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
01541 # define _GLIBCXX_HAVE_TANF 1
01542 # define tanf _tanf
01543 #endif
01544
01545 #if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
01546 # define _GLIBCXX_HAVE_TANHF 1
01547 # define tanhf _tanhf
01548 #endif
01549
01550 #if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
01551 # define _GLIBCXX_HAVE_TANHL 1
01552 # define tanhl _tanhl
01553 #endif
01554
01555 #if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
01556 # define _GLIBCXX_HAVE_TANL 1
01557 # define tanl _tanl
01558 #endif
01559
01560 #endif // _GLIBCXX_CXX_CONFIG_H