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 #ifndef _CPP_CPPCONFIG
00031 #define _CPP_CPPCONFIG 1
00032
00033
00034 #include <bits/os_defines.h>
00035
00036
00037 #define __GLIBCPP__ 20021120
00038
00039
00040
00041 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1
00042
00043
00044
00045
00046
00047
00048
00049
00050 #define _GLIBCPP_FULLY_COMPLIANT_HEADERS 1
00051
00052
00053
00054
00055
00056 #define _GLIBCPP_RESOLVE_LIB_DEFECTS 1
00057
00058
00059 #define _GLIBCPP_AT_AT "@@"
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076 #ifdef __USE_MALLOC
00077 #error __USE_MALLOC should never be defined. Read the release notes.
00078 #endif
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088 #define _GLIBCPP_HAVE_MMAP 1
00089
00090
00091
00092
00093
00094 #define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__
00095
00096
00097 #define _GLIBCPP_USE_LONG_LONG 1
00098
00099
00100 #define _GLIBCPP_USE_C99 1
00101
00102
00103 #define _GLIBCPP_USE_WCHAR_T 1
00104
00105
00106 #define _GLIBCPP_MEM_LIMITS 1
00107
00108
00109 #define _GLIBCPP_CONCEPT_CHECKS 1
00110
00111
00112 #define _GLIBCPP_SYMVER 1
00113
00114
00115
00116
00117
00118 #if _GLIBCPP_SYMVER
00119 #define _GLIBCPP_ASM_SYMVER(cur, old, version) \
00120 asm (".symver " #cur "," #old _GLIBCPP_AT_AT #version);
00121 #else
00122 #define _GLIBCPP_ASM_SYMVER(cur, old, version)
00123 #endif
00124
00125
00126 #define _GLIBCPP_HAVE_GTHR_DEFAULT 1
00127
00128
00129 #define _GLIBCPP_HAVE_DRAND48 1
00130
00131
00132 #define _GLIBCPP_HAVE_GETPAGESIZE 1
00133
00134
00135 #define _GLIBCPP_HAVE_SETENV 1
00136
00137
00138 #define _GLIBCPP_HAVE_SIGSETJMP 1
00139
00140
00141 #define _GLIBCPP_HAVE_MBSTATE_T 1
00142
00143
00144 #define _GLIBCPP_HAVE_MODFF 1
00145
00146
00147 #define _GLIBCPP_HAVE_MODFL 1
00148
00149
00150 #define _GLIBCPP_HAVE_EXPF 1
00151
00152
00153 #define _GLIBCPP_HAVE_EXPL 1
00154
00155
00156 #define _GLIBCPP_HAVE_HYPOTF 1
00157
00158
00159 #define _GLIBCPP_HAVE_HYPOTL 1
00160
00161
00162 #define _GLIBCPP_HAVE___BUILTIN_ABS 1
00163
00164
00165 #define _GLIBCPP_HAVE___BUILTIN_LABS 1
00166
00167
00168 #define _GLIBCPP_HAVE___BUILTIN_COS 1
00169
00170
00171 #define _GLIBCPP_HAVE___BUILTIN_COSF 1
00172
00173
00174 #define _GLIBCPP_HAVE___BUILTIN_COSL 1
00175
00176
00177 #define _GLIBCPP_HAVE___BUILTIN_FABS 1
00178
00179
00180 #define _GLIBCPP_HAVE___BUILTIN_FABSF 1
00181
00182
00183 #define _GLIBCPP_HAVE___BUILTIN_FABSL 1
00184
00185
00186 #define _GLIBCPP_HAVE___BUILTIN_SIN 1
00187
00188
00189 #define _GLIBCPP_HAVE___BUILTIN_SINF 1
00190
00191
00192 #define _GLIBCPP_HAVE___BUILTIN_SINL 1
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204 #define _GLIBCPP_HAVE_LC_MESSAGES 1
00205
00206
00207 #define _GLIBCPP_HAVE___SIGNBIT 1
00208
00209
00210 #define _GLIBCPP_HAVE___SIGNBITF 1
00211
00212
00213 #define _GLIBCPP_HAVE___SIGNBITL 1
00214
00215
00216
00217
00218
00219
00220
00221
00222
00223
00224
00225
00226
00227
00228
00229
00230
00231
00232
00233
00234
00235
00236
00237
00238
00239
00240
00241
00242
00243
00244
00245
00246
00247
00248
00249
00250
00251
00252
00253
00254
00255
00256
00257
00258
00259
00260
00261
00262
00263
00264
00265
00266
00267
00268
00269
00270
00271
00272
00273
00274
00275
00276
00277
00278
00279
00280
00281
00282
00283
00284
00285
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00299
00300
00301
00302
00303
00304
00305
00306
00307
00308
00309
00310
00311
00312
00313
00314
00315
00316
00317
00318
00319
00320
00321
00322
00323
00324
00325
00326
00327
00328
00329
00330
00331
00332
00333
00334
00335
00336
00337
00338
00339
00340
00341
00342
00343
00344
00345
00346
00347
00348
00349
00350
00351
00352
00353
00354
00355
00356
00357
00358
00359
00360
00361
00362
00363
00364
00365
00366
00367
00368
00369
00370
00371
00372
00373
00374
00375
00376
00377
00378
00379
00380
00381
00382
00383
00384
00385
00386
00387
00388
00389
00390
00391
00392
00393
00394
00395
00396
00397
00398
00399
00400
00401
00402
00403
00404
00405 #define _GLIBCPP_HAVE_ACOSF 1
00406
00407
00408 #define _GLIBCPP_HAVE_ACOSL 1
00409
00410
00411 #define _GLIBCPP_HAVE_ASINF 1
00412
00413
00414 #define _GLIBCPP_HAVE_ASINL 1
00415
00416
00417 #define _GLIBCPP_HAVE_ATAN2F 1
00418
00419
00420 #define _GLIBCPP_HAVE_ATAN2L 1
00421
00422
00423 #define _GLIBCPP_HAVE_ATANF 1
00424
00425
00426 #define _GLIBCPP_HAVE_ATANL 1
00427
00428
00429 #define _GLIBCPP_HAVE_BTOWC 1
00430
00431
00432 #define _GLIBCPP_HAVE_CEILF 1
00433
00434
00435 #define _GLIBCPP_HAVE_CEILL 1
00436
00437
00438 #define _GLIBCPP_HAVE_COPYSIGN 1
00439
00440
00441 #define _GLIBCPP_HAVE_COPYSIGNF 1
00442
00443
00444 #define _GLIBCPP_HAVE_COPYSIGNL 1
00445
00446
00447 #define _GLIBCPP_HAVE_COSF 1
00448
00449
00450 #define _GLIBCPP_HAVE_COSHF 1
00451
00452
00453 #define _GLIBCPP_HAVE_COSHL 1
00454
00455
00456 #define _GLIBCPP_HAVE_COSL 1
00457
00458
00459 #define _GLIBCPP_HAVE_DRAND48 1
00460
00461
00462 #define _GLIBCPP_HAVE_EXPF 1
00463
00464
00465 #define _GLIBCPP_HAVE_EXPL 1
00466
00467
00468 #define _GLIBCPP_HAVE_FABSF 1
00469
00470
00471 #define _GLIBCPP_HAVE_FABSL 1
00472
00473
00474 #define _GLIBCPP_HAVE_FGETWC 1
00475
00476
00477 #define _GLIBCPP_HAVE_FGETWS 1
00478
00479
00480 #define _GLIBCPP_HAVE_FINITE 1
00481
00482
00483 #define _GLIBCPP_HAVE_FINITEF 1
00484
00485
00486 #define _GLIBCPP_HAVE_FINITEL 1
00487
00488
00489 #define _GLIBCPP_HAVE_FLOORF 1
00490
00491
00492 #define _GLIBCPP_HAVE_FLOORL 1
00493
00494
00495 #define _GLIBCPP_HAVE_FMODF 1
00496
00497
00498 #define _GLIBCPP_HAVE_FMODL 1
00499
00500
00501
00502
00503
00504 #define _GLIBCPP_HAVE_FPUTWC 1
00505
00506
00507 #define _GLIBCPP_HAVE_FPUTWS 1
00508
00509
00510 #define _GLIBCPP_HAVE_FREXPF 1
00511
00512
00513 #define _GLIBCPP_HAVE_FREXPL 1
00514
00515
00516 #define _GLIBCPP_HAVE_FWIDE 1
00517
00518
00519 #define _GLIBCPP_HAVE_FWPRINTF 1
00520
00521
00522 #define _GLIBCPP_HAVE_FWSCANF 1
00523
00524
00525 #define _GLIBCPP_HAVE_GETPAGESIZE 1
00526
00527
00528 #define _GLIBCPP_HAVE_GETWC 1
00529
00530
00531 #define _GLIBCPP_HAVE_GETWCHAR 1
00532
00533
00534 #define _GLIBCPP_HAVE_HYPOT 1
00535
00536
00537 #define _GLIBCPP_HAVE_HYPOTF 1
00538
00539
00540 #define _GLIBCPP_HAVE_HYPOTL 1
00541
00542
00543 #define _GLIBCPP_HAVE_ICONV 1
00544
00545
00546 #define _GLIBCPP_HAVE_ICONV_CLOSE 1
00547
00548
00549 #define _GLIBCPP_HAVE_ICONV_OPEN 1
00550
00551
00552 #define _GLIBCPP_HAVE_ISATTY 1
00553
00554
00555 #define _GLIBCPP_HAVE_ISINF 1
00556
00557
00558 #define _GLIBCPP_HAVE_ISINFF 1
00559
00560
00561 #define _GLIBCPP_HAVE_ISINFL 1
00562
00563
00564 #define _GLIBCPP_HAVE_ISNAN 1
00565
00566
00567 #define _GLIBCPP_HAVE_ISNANF 1
00568
00569
00570 #define _GLIBCPP_HAVE_ISNANL 1
00571
00572
00573 #define _GLIBCPP_HAVE_LDEXPF 1
00574
00575
00576 #define _GLIBCPP_HAVE_LDEXPL 1
00577
00578
00579 #define _GLIBCPP_HAVE_LOG10F 1
00580
00581
00582 #define _GLIBCPP_HAVE_LOG10L 1
00583
00584
00585 #define _GLIBCPP_HAVE_LOGF 1
00586
00587
00588 #define _GLIBCPP_HAVE_LOGL 1
00589
00590
00591 #define _GLIBCPP_HAVE_MBRLEN 1
00592
00593
00594 #define _GLIBCPP_HAVE_MBRTOWC 1
00595
00596
00597 #define _GLIBCPP_HAVE_MBSINIT 1
00598
00599
00600 #define _GLIBCPP_HAVE_MBSRTOWCS 1
00601
00602
00603 #define _GLIBCPP_HAVE_MODFF 1
00604
00605
00606 #define _GLIBCPP_HAVE_MODFL 1
00607
00608
00609 #define _GLIBCPP_HAVE_NAN 1
00610
00611
00612 #define _GLIBCPP_HAVE_NL_LANGINFO 1
00613
00614
00615 #define _GLIBCPP_HAVE_POWF 1
00616
00617
00618 #define _GLIBCPP_HAVE_POWL 1
00619
00620
00621 #define _GLIBCPP_HAVE_PUTWC 1
00622
00623
00624 #define _GLIBCPP_HAVE_PUTWCHAR 1
00625
00626
00627
00628
00629
00630 #define _GLIBCPP_HAVE_SETENV 1
00631
00632
00633 #define _GLIBCPP_HAVE_SINCOS 1
00634
00635
00636 #define _GLIBCPP_HAVE_SINCOSF 1
00637
00638
00639 #define _GLIBCPP_HAVE_SINCOSL 1
00640
00641
00642 #define _GLIBCPP_HAVE_SINF 1
00643
00644
00645 #define _GLIBCPP_HAVE_SINHF 1
00646
00647
00648 #define _GLIBCPP_HAVE_SINHL 1
00649
00650
00651 #define _GLIBCPP_HAVE_SINL 1
00652
00653
00654 #define _GLIBCPP_HAVE_SQRTF 1
00655
00656
00657 #define _GLIBCPP_HAVE_SQRTL 1
00658
00659
00660 #define _GLIBCPP_HAVE_STRTOF 1
00661
00662
00663 #define _GLIBCPP_HAVE_STRTOLD 1
00664
00665
00666 #define _GLIBCPP_HAVE_SWPRINTF 1
00667
00668
00669 #define _GLIBCPP_HAVE_SWSCANF 1
00670
00671
00672 #define _GLIBCPP_HAVE_TANF 1
00673
00674
00675 #define _GLIBCPP_HAVE_TANHF 1
00676
00677
00678 #define _GLIBCPP_HAVE_TANHL 1
00679
00680
00681 #define _GLIBCPP_HAVE_TANL 1
00682
00683
00684 #define _GLIBCPP_HAVE_UNGETWC 1
00685
00686
00687 #define _GLIBCPP_HAVE_VFWPRINTF 1
00688
00689
00690 #define _GLIBCPP_HAVE_VFWSCANF 1
00691
00692
00693 #define _GLIBCPP_HAVE_VSWPRINTF 1
00694
00695
00696 #define _GLIBCPP_HAVE_VSWSCANF 1
00697
00698
00699 #define _GLIBCPP_HAVE_VWPRINTF 1
00700
00701
00702 #define _GLIBCPP_HAVE_VWSCANF 1
00703
00704
00705 #define _GLIBCPP_HAVE_WCRTOMB 1
00706
00707
00708 #define _GLIBCPP_HAVE_WCSCAT 1
00709
00710
00711 #define _GLIBCPP_HAVE_WCSCHR 1
00712
00713
00714 #define _GLIBCPP_HAVE_WCSCMP 1
00715
00716
00717 #define _GLIBCPP_HAVE_WCSCOLL 1
00718
00719
00720 #define _GLIBCPP_HAVE_WCSCPY 1
00721
00722
00723 #define _GLIBCPP_HAVE_WCSCSPN 1
00724
00725
00726 #define _GLIBCPP_HAVE_WCSFTIME 1
00727
00728
00729 #define _GLIBCPP_HAVE_WCSLEN 1
00730
00731
00732 #define _GLIBCPP_HAVE_WCSNCAT 1
00733
00734
00735 #define _GLIBCPP_HAVE_WCSNCMP 1
00736
00737
00738 #define _GLIBCPP_HAVE_WCSNCPY 1
00739
00740
00741 #define _GLIBCPP_HAVE_WCSPBRK 1
00742
00743
00744 #define _GLIBCPP_HAVE_WCSRCHR 1
00745
00746
00747 #define _GLIBCPP_HAVE_WCSRTOMBS 1
00748
00749
00750 #define _GLIBCPP_HAVE_WCSSPN 1
00751
00752
00753 #define _GLIBCPP_HAVE_WCSSTR 1
00754
00755
00756 #define _GLIBCPP_HAVE_WCSTOD 1
00757
00758
00759 #define _GLIBCPP_HAVE_WCSTOF 1
00760
00761
00762 #define _GLIBCPP_HAVE_WCSTOK 1
00763
00764
00765 #define _GLIBCPP_HAVE_WCSTOL 1
00766
00767
00768 #define _GLIBCPP_HAVE_WCSTOUL 1
00769
00770
00771 #define _GLIBCPP_HAVE_WCSXFRM 1
00772
00773
00774 #define _GLIBCPP_HAVE_WCTOB 1
00775
00776
00777 #define _GLIBCPP_HAVE_WMEMCHR 1
00778
00779
00780 #define _GLIBCPP_HAVE_WMEMCMP 1
00781
00782
00783 #define _GLIBCPP_HAVE_WMEMCPY 1
00784
00785
00786 #define _GLIBCPP_HAVE_WMEMMOVE 1
00787
00788
00789 #define _GLIBCPP_HAVE_WMEMSET 1
00790
00791
00792 #define _GLIBCPP_HAVE_WPRINTF 1
00793
00794
00795 #define _GLIBCPP_HAVE_WSCANF 1
00796
00797
00798 #define _GLIBCPP_HAVE_ENDIAN_H 1
00799
00800
00801 #define _GLIBCPP_HAVE_FLOAT_H 1
00802
00803
00804
00805
00806
00807 #define _GLIBCPP_HAVE_GCONV_H 1
00808
00809
00810
00811
00812
00813 #define _GLIBCPP_HAVE_INTTYPES_H 1
00814
00815
00816 #define _GLIBCPP_HAVE_LOCALE_H 1
00817
00818
00819
00820
00821
00822
00823
00824
00825
00826
00827
00828 #define _GLIBCPP_HAVE_STDLIB_H 1
00829
00830
00831 #define _GLIBCPP_HAVE_STRING_H 1
00832
00833
00834
00835
00836
00837
00838
00839
00840 #define _GLIBCPP_HAVE_SYS_RESOURCE_H 1
00841
00842
00843
00844
00845
00846 #define _GLIBCPP_HAVE_SYS_TIME_H 1
00847
00848
00849 #define _GLIBCPP_HAVE_SYS_TYPES_H 1
00850
00851
00852 #define _GLIBCPP_HAVE_UNISTD_H 1
00853
00854
00855 #define _GLIBCPP_HAVE_WCHAR_H 1
00856
00857
00858 #define _GLIBCPP_HAVE_WCTYPE_H 1
00859
00860
00861 #define _GLIBCPP_HAVE_LIBM 1
00862
00863
00864 #define _GLIBCPP_PACKAGE "libstdc++"
00865
00866
00867 #define _GLIBCPP_VERSION "3.3"
00868
00869
00870
00871
00872
00873 #define _GLIBCPP_HAVE_SIGSETJMP 1
00874
00875
00876 #define _GLIBCPP_HAVE_MEMLIMIT_DATA 1
00877
00878
00879 #define _GLIBCPP_HAVE_MEMLIMIT_RSS 1
00880
00881
00882 #define _GLIBCPP_HAVE_MEMLIMIT_VMEM 0
00883
00884
00885 #define _GLIBCPP_HAVE_MEMLIMIT_AS 1
00886
00887
00888
00889
00890
00891 #if defined (_GLIBCPP_HAVE__ISNAN) && ! defined (_GLIBCPP_HAVE_ISNAN)
00892 # define _GLIBCPP_HAVE_ISNAN 1
00893 # define isnan _isnan
00894 #endif
00895
00896 #if defined (_GLIBCPP_HAVE__ISNANF) && ! defined (_GLIBCPP_HAVE_ISNANF)
00897 # define _GLIBCPP_HAVE_ISNANF 1
00898 # define isnanf _isnanf
00899 #endif
00900
00901 #if defined (_GLIBCPP_HAVE__ISNANL) && ! defined (_GLIBCPP_HAVE_ISNANL)
00902 # define _GLIBCPP_HAVE_ISNANL 1
00903 # define isnanl _isnanl
00904 #endif
00905
00906 #if defined (_GLIBCPP_HAVE__ISINF) && ! defined (_GLIBCPP_HAVE_ISINF)
00907 # define _GLIBCPP_HAVE_ISINF 1
00908 # define isinf _isinf
00909 #endif
00910
00911 #if defined (_GLIBCPP_HAVE__ISINFF) && ! defined (_GLIBCPP_HAVE_ISINFF)
00912 # define _GLIBCPP_HAVE_ISINFF 1
00913 # define isinff _isinff
00914 #endif
00915
00916 #if defined (_GLIBCPP_HAVE__ISINFL) && ! defined (_GLIBCPP_HAVE_ISINFL)
00917 # define _GLIBCPP_HAVE_ISINFL 1
00918 # define isinfl _isinfl
00919 #endif
00920
00921 #if defined (_GLIBCPP_HAVE__COPYSIGN) && ! defined (_GLIBCPP_HAVE_COPYSIGN)
00922 # define _GLIBCPP_HAVE_COPYSIGN 1
00923 # define copysign _copysign
00924 #endif
00925
00926 #if defined (_GLIBCPP_HAVE__COPYSIGNL) && ! defined (_GLIBCPP_HAVE_COPYSIGNL)
00927 # define _GLIBCPP_HAVE_COPYSIGNL 1
00928 # define copysignl _copysignl
00929 #endif
00930
00931 #if defined (_GLIBCPP_HAVE__COSF) && ! defined (_GLIBCPP_HAVE_COSF)
00932 # define _GLIBCPP_HAVE_COSF 1
00933 # define cosf _cosf
00934 #endif
00935
00936 #if defined (_GLIBCPP_HAVE__ACOSF) && ! defined (_GLIBCPP_HAVE_ACOSF)
00937 # define _GLIBCPP_HAVE_ACOSF 1
00938 # define acosf _acosf
00939 #endif
00940
00941 #if defined (_GLIBCPP_HAVE__ACOSL) && ! defined (_GLIBCPP_HAVE_ACOSL)
00942 # define _GLIBCPP_HAVE_ACOSL 1
00943 # define acosl _acosl
00944 #endif
00945
00946 #if defined (_GLIBCPP_HAVE__ASINF) && ! defined (_GLIBCPP_HAVE_ASINF)
00947 # define _GLIBCPP_HAVE_ASINF 1
00948 # define asinf _asinf
00949 #endif
00950
00951 #if defined (_GLIBCPP_HAVE__ASINL) && ! defined (_GLIBCPP_HAVE_ASINL)
00952 # define _GLIBCPP_HAVE_ASINL 1
00953 # define asinl _asinl
00954 #endif
00955
00956 #if defined (_GLIBCPP_HAVE__ATANF) && ! defined (_GLIBCPP_HAVE_ATANF)
00957 # define _GLIBCPP_HAVE_ATANF 1
00958 # define atanf _atanf
00959 #endif
00960
00961 #if defined (_GLIBCPP_HAVE__ATANL) && ! defined (_GLIBCPP_HAVE_ATANL)
00962 # define _GLIBCPP_HAVE_ATANL 1
00963 # define atanl _atanl
00964 #endif
00965
00966 #if defined (_GLIBCPP_HAVE__CEILF) && ! defined (_GLIBCPP_HAVE_CEILF)
00967 # define _GLIBCPP_HAVE_CEILF 1
00968 # define aceil _ceilf
00969 #endif
00970
00971 #if defined (_GLIBCPP_HAVE__CEILL) && ! defined (_GLIBCPP_HAVE_CEILL)
00972 # define _GLIBCPP_HAVE_CEILL 1
00973 # define aceil _ceill
00974 #endif
00975
00976 #if defined (_GLIBCPP_HAVE__COSHF) && ! defined (_GLIBCPP_HAVE_COSHF)
00977 # define _GLIBCPP_HAVE_COSHF 1
00978 # define coshf _coshf
00979 #endif
00980
00981 #if defined (_GLIBCPP_HAVE__COSL) && ! defined (_GLIBCPP_HAVE_COSL)
00982 # define _GLIBCPP_HAVE_COSL 1
00983 # define cosl _cosl
00984 #endif
00985
00986 #if defined (_GLIBCPP_HAVE__LOGF) && ! defined (_GLIBCPP_HAVE_LOGF)
00987 # define _GLIBCPP_HAVE_LOGF 1
00988 # define logf _logf
00989 #endif
00990
00991 #if defined (_GLIBCPP_HAVE__COSHL) && ! defined (_GLIBCPP_HAVE_COSHL)
00992 # define _GLIBCPP_HAVE_COSHL 1
00993 # define coshl _coshl
00994 #endif
00995
00996 #if defined (_GLIBCPP_HAVE__EXPF) && ! defined (_GLIBCPP_HAVE_EXPF)
00997 # define _GLIBCPP_HAVE_EXPF 1
00998 # define expf _expf
00999 #endif
01000
01001 #if defined (_GLIBCPP_HAVE__EXPL) && ! defined (_GLIBCPP_HAVE_EXPL)
01002 # define _GLIBCPP_HAVE_EXPL 1
01003 # define expl _expl
01004 #endif
01005
01006 #if defined (_GLIBCPP_HAVE__FABSF) && ! defined (_GLIBCPP_HAVE_FABSF)
01007 # define _GLIBCPP_HAVE_FABSF 1
01008 # define fabsf _fabsf
01009 #endif
01010
01011 #if defined (_GLIBCPP_HAVE__FABSL) && ! defined (_GLIBCPP_HAVE_FABSL)
01012 # define _GLIBCPP_HAVE_FABSL 1
01013 # define fabsl _fabsl
01014 #endif
01015
01016 #if defined (_GLIBCPP_HAVE__FLOORF) && ! defined (_GLIBCPP_HAVE_FLOORF)
01017 # define _GLIBCPP_HAVE_FLOORF 1
01018 # define floorf _floorf
01019 #endif
01020
01021 #if defined (_GLIBCPP_HAVE__FLOORL) && ! defined (_GLIBCPP_HAVE_FLOORL)
01022 # define _GLIBCPP_HAVE_FLOORL 1
01023 # define floorl _floorl
01024 #endif
01025
01026 #if defined (_GLIBCPP_HAVE__FMODF) && ! defined (_GLIBCPP_HAVE_FMODF)
01027 # define _GLIBCPP_HAVE_FMODF 1
01028 # define fmodf _fmodf
01029 #endif
01030
01031 #if defined (_GLIBCPP_HAVE__FMODL) && ! defined (_GLIBCPP_HAVE_FMODL)
01032 # define _GLIBCPP_HAVE_FMODL 1
01033 # define fmodl _fmodl
01034 #endif
01035
01036 #if defined (_GLIBCPP_HAVE__FREXPF) && ! defined (_GLIBCPP_HAVE_FREXPF)
01037 # define _GLIBCPP_HAVE_FREXPF 1
01038 # define frexpf _frexpf
01039 #endif
01040
01041 #if defined (_GLIBCPP_HAVE__FREXPL) && ! defined (_GLIBCPP_HAVE_FREXPL)
01042 # define _GLIBCPP_HAVE_FREXPL 1
01043 # define frexpl _frexpl
01044 #endif
01045
01046 #if defined (_GLIBCPP_HAVE__LDEXPF) && ! defined (_GLIBCPP_HAVE_LDEXPF)
01047 # define _GLIBCPP_HAVE_LDEXPF 1
01048 # define ldexpf _ldexpf
01049 #endif
01050
01051 #if defined (_GLIBCPP_HAVE__LDEXPL) && ! defined (_GLIBCPP_HAVE_LDEXPL)
01052 # define _GLIBCPP_HAVE_LDEXPL 1
01053 # define ldexpl _ldexpl
01054 #endif
01055
01056 #if defined (_GLIBCPP_HAVE__LOG10F) && ! defined (_GLIBCPP_HAVE_LOG10F)
01057 # define _GLIBCPP_HAVE_LOG10F 1
01058 # define log10f _log10f
01059 #endif
01060
01061 #if defined (_GLIBCPP_HAVE__LOGL) && ! defined (_GLIBCPP_HAVE_LOGL)
01062 # define _GLIBCPP_HAVE_LOGL 1
01063 # define logl _logl
01064 #endif
01065
01066 #if defined (_GLIBCPP_HAVE__POWF) && ! defined (_GLIBCPP_HAVE_POWF)
01067 # define _GLIBCPP_HAVE_POWF 1
01068 # define powf _powf
01069 #endif
01070
01071 #if defined (_GLIBCPP_HAVE__LOG10L) && ! defined (_GLIBCPP_HAVE_LOG10L)
01072 # define _GLIBCPP_HAVE_LOG10L 1
01073 # define log10l _log10l
01074 #endif
01075
01076 #if defined (_GLIBCPP_HAVE__MODF) && ! defined (_GLIBCPP_HAVE_MODF)
01077 # define _GLIBCPP_HAVE_MODF 1
01078 # define modf _modf
01079 #endif
01080
01081 #if defined (_GLIBCPP_HAVE__MODL) && ! defined (_GLIBCPP_HAVE_MODL)
01082 # define _GLIBCPP_HAVE_MODL 1
01083 # define modl _modl
01084 #endif
01085
01086 #if defined (_GLIBCPP_HAVE__SINF) && ! defined (_GLIBCPP_HAVE_SINF)
01087 # define _GLIBCPP_HAVE_SINF 1
01088 # define sinf _sinf
01089 #endif
01090
01091 #if defined (_GLIBCPP_HAVE__POWL) && ! defined (_GLIBCPP_HAVE_POWL)
01092 # define _GLIBCPP_HAVE_POWL 1
01093 # define powl _powl
01094 #endif
01095
01096 #if defined (_GLIBCPP_HAVE__SINHF) && ! defined (_GLIBCPP_HAVE_SINHF)
01097 # define _GLIBCPP_HAVE_SINHF 1
01098 # define sinhf _sinhf
01099 #endif
01100
01101 #if defined (_GLIBCPP_HAVE__SINL) && ! defined (_GLIBCPP_HAVE_SINL)
01102 # define _GLIBCPP_HAVE_SINL 1
01103 # define sinl _sinl
01104 #endif
01105
01106 #if defined (_GLIBCPP_HAVE__SQRTF) && ! defined (_GLIBCPP_HAVE_SQRTF)
01107 # define _GLIBCPP_HAVE_SQRTF 1
01108 # define sqrtf _sqrtf
01109 #endif
01110
01111 #if defined (_GLIBCPP_HAVE__SINHL) && ! defined (_GLIBCPP_HAVE_SINHL)
01112 # define _GLIBCPP_HAVE_SINHL 1
01113 # define sinhl _sinhl
01114 #endif
01115
01116 #if defined (_GLIBCPP_HAVE__TANF) && ! defined (_GLIBCPP_HAVE_TANF)
01117 # define _GLIBCPP_HAVE_TANF 1
01118 # define tanf _tanf
01119 #endif
01120
01121 #if defined (_GLIBCPP_HAVE__SQRTL) && ! defined (_GLIBCPP_HAVE_SQRTL)
01122 # define _GLIBCPP_HAVE_SQRTL 1
01123 # define sqrtl _sqrtl
01124 #endif
01125
01126 #if defined (_GLIBCPP_HAVE__TANHF) && ! defined (_GLIBCPP_HAVE_TANHF)
01127 # define _GLIBCPP_HAVE_TANHF 1
01128 # define tanhf _tanhf
01129 #endif
01130
01131 #if defined (_GLIBCPP_HAVE__TANL) && ! defined (_GLIBCPP_HAVE_TANL)
01132 # define _GLIBCPP_HAVE_TANF 1
01133 # define tanf _tanf
01134 #endif
01135
01136 #if defined (_GLIBCPP_HAVE__STRTOF) && ! defined (_GLIBCPP_HAVE_STRTOF)
01137 # define _GLIBCPP_HAVE_STRTOF 1
01138 # define strtof _strtof
01139 #endif
01140
01141 #if defined (_GLIBCPP_HAVE__TANHL) && ! defined (_GLIBCPP_HAVE_TANHL)
01142 # define _GLIBCPP_HAVE_TANHL 1
01143 # define tanhl _tanhl
01144 #endif
01145
01146 #if defined (_GLIBCPP_HAVE__STRTOLD) && ! defined (_GLIBCPP_HAVE_STRTOLD)
01147 # define _GLIBCPP_HAVE_STRTOLD 1
01148 # define strtold _strtold
01149 #endif
01150
01151 #if defined (_GLIBCPP_HAVE__SINCOS) && ! defined (_GLIBCPP_HAVE_SINCOS)
01152 # define _GLIBCPP_HAVE_SINCOS 1
01153 # define sincos _sincos
01154 #endif
01155
01156 #if defined (_GLIBCPP_HAVE__SINCOSF) && ! defined (_GLIBCPP_HAVE_SINCOSF)
01157 # define _GLIBCPP_HAVE_SINCOSF 1
01158 # define sincosf _sincosf
01159 #endif
01160
01161 #if defined (_GLIBCPP_HAVE__SINCOSL) && ! defined (_GLIBCPP_HAVE_SINCOSL)
01162 # define _GLIBCPP_HAVE_SINCOSL 1
01163 # define sincosl _sincosl
01164 #endif
01165
01166 #if defined (_GLIBCPP_HAVE__FINITE) && ! defined (_GLIBCPP_HAVE_FINITE)
01167 # define _GLIBCPP_HAVE_FINITE 1
01168 # define finite _finite
01169 #endif
01170
01171 #if defined (_GLIBCPP_HAVE__FINITEF) && ! defined (_GLIBCPP_HAVE_FINITEF)
01172 # define _GLIBCPP_HAVE_FINITEF 1
01173 # define finitef _finitef
01174 #endif
01175
01176 #if defined (_GLIBCPP_HAVE__FINITEL) && ! defined (_GLIBCPP_HAVE_FINITEL)
01177 # define _GLIBCPP_HAVE_FINITEL 1
01178 # define finitel _finitel
01179 #endif
01180
01181 #if defined (_GLIBCPP_HAVE__QFINITE) && ! defined (_GLIBCPP_HAVE_QFINITE)
01182 # define _GLIBCPP_HAVE_QFINITE 1
01183 # define qfinite _qfinite
01184 #endif
01185
01186 #if defined (_GLIBCPP_HAVE__FPCLASS) && ! defined (_GLIBCPP_HAVE_FPCLASS)
01187 # define _GLIBCPP_HAVE_FPCLASS 1
01188 # define fpclass _fpclass
01189 #endif
01190
01191 #if defined (_GLIBCPP_HAVE__QFPCLASS) && ! defined (_GLIBCPP_HAVE_QFPCLASS)
01192 # define _GLIBCPP_HAVE_QFPCLASS 1
01193 # define qfpclass _qfpclass
01194 #endif
01195
01196 #endif // _CPP_CPPCONFIG_