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