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__ 20050130
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 "@@"
// In those parts of the standard C++ library that use a mutex instead
// of a spin-lock, we now unconditionally use GCC's gthr.h mutex
// abstraction layer. All support to directly map to various
// threading models has been removed. Note: gthr.h may well map to
// gthr-single.h which is a correct way to express no threads support
// in gcc. Support for the undocumented _NOTHREADS has been removed.
// Default to the typically high-speed, pool-based allocator (as
// libstdc++-v2) instead of the malloc-based allocator (libstdc++-v3
// snapshots). See libstdc++-v3/docs/html/17_intro/howto.html for
// details on why you don't want to override this setting. Ensure
// that threads are properly configured on your platform before
// assigning blame to the STL container-memory allocator. After doing
// so, please report any possible issues to libstdc++@gcc.gnu.org .
// Do not define __USE_MALLOC on the command line. Enforce it here:
#ifdef __USE_MALLOC
#error __USE_MALLOC should never be defined. Read the release notes.
#endif
// Create a boolean flag to be used to determine if --fast-math is set.
#ifdef __FAST_MATH__
#define _GLIBCPP_FAST_MATH 1
#else
#define _GLIBCPP_FAST_MATH 0
#endif
// The remainder of the prewritten config is mostly automatic; all the
// user hooks are listed above.
// End of prewritten config; the discovered settings follow.
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if you have a working `mmap' system call. */
#define _GLIBCPP_HAVE_MMAP 1
// Define if GCC supports weak symbols.
#define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__
// Include I/O support for 'long long' and 'unsigned long long'.
#define _GLIBCPP_USE_LONG_LONG 1
// Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
#define _GLIBCPP_USE_C99 1
// Define if code specialized for wchar_t should be used.
#define _GLIBCPP_USE_WCHAR_T 1
// Define if using setrlimit to limit memory usage during 'make check'.
#define _GLIBCPP_MEM_LIMITS 1
// Define to use concept checking code from the boost libraries.
/* #undef _GLIBCPP_CONCEPT_CHECKS */
// Define to use symbol versioning in the shared library.
#define _GLIBCPP_SYMVER 1
// Define symbol versioning in assember directives. If symbol
// versioning is beigng used, and the assembler supports this kind of
// thing, then use it.
// NB: _GLIBCPP_AT_AT is a hack to work around quoting issues in m4.
#if _GLIBCPP_SYMVER
#define _GLIBCPP_ASM_SYMVER(cur, old, version) \
asm (".symver " #cur "," #old _GLIBCPP_AT_AT #version);
00070 #else
00071 #define _GLIBCPP_ASM_SYMVER(cur, old, version)
00072 #endif
00073
00074
00075 #define _GLIBCPP_HAVE_GTHR_DEFAULT 1
00076
00077
00078 #define _GLIBCPP_HAVE_DRAND48 1
00079
00080
00081 #define _GLIBCPP_HAVE_GETPAGESIZE 1
00082
00083
00084 #define _GLIBCPP_HAVE_SETENV 1
00085
00086
00087 #define _GLIBCPP_HAVE_SIGSETJMP 1
00088
00089
00090 #define _GLIBCPP_HAVE_MBSTATE_T 1
00091
00092
00093 #define _GLIBCPP_HAVE_MODFF 1
00094
00095
00096 #define _GLIBCPP_HAVE_MODFL 1
00097
00098
00099 #define _GLIBCPP_HAVE_EXPF 1
00100
00101
00102 #define _GLIBCPP_HAVE_EXPL 1
00103
00104
00105 #define _GLIBCPP_HAVE_HYPOTF 1
00106
00107
00108 #define _GLIBCPP_HAVE_HYPOTL 1
00109
00110
00111 #define _GLIBCPP_HAVE___BUILTIN_ABS 1
00112
00113
00114 #define _GLIBCPP_HAVE___BUILTIN_LABS 1
00115
00116
00117 #define _GLIBCPP_HAVE___BUILTIN_COS 1
00118
00119
00120 #define _GLIBCPP_HAVE___BUILTIN_COSF 1
00121
00122
00123 #define _GLIBCPP_HAVE___BUILTIN_COSL 1
00124
00125
00126 #define _GLIBCPP_HAVE___BUILTIN_FABS 1
00127
00128
00129 #define _GLIBCPP_HAVE___BUILTIN_FABSF 1
00130
00131
00132 #define _GLIBCPP_HAVE___BUILTIN_FABSL 1
00133
00134
00135 #define _GLIBCPP_HAVE___BUILTIN_SIN 1
00136
00137
00138 #define _GLIBCPP_HAVE___BUILTIN_SINF 1
00139
00140
00141 #define _GLIBCPP_HAVE___BUILTIN_SINL 1
00142
00143
00144
00145
00146
00147
00148
00149
00150
00151
00152
00153 #define _GLIBCPP_HAVE_POLL 1
00154
00155
00156 #define _GLIBCPP_HAVE_S_ISREG 1
00157
00158
00159
00160
00161
00162 #define _GLIBCPP_HAVE_LC_MESSAGES 1
00163
00164
00165 #define _GLIBCPP_HAVE___SIGNBIT 1
00166
00167
00168 #define _GLIBCPP_HAVE___SIGNBITF 1
00169
00170
00171 #define _GLIBCPP_HAVE___SIGNBITL 1
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186
00187
00188
00189
00190
00191
00192
00193
00194
00195
00196
00197
00198
00199
00200
00201
00202
00203
00204
00205
00206
00207
00208
00209
00210
00211
00212
00213
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 #define _GLIBCPP_HAVE_ACOSF 1
00364
00365
00366 #define _GLIBCPP_HAVE_ACOSL 1
00367
00368
00369 #define _GLIBCPP_HAVE_ASINF 1
00370
00371
00372 #define _GLIBCPP_HAVE_ASINL 1
00373
00374
00375 #define _GLIBCPP_HAVE_ATAN2F 1
00376
00377
00378 #define _GLIBCPP_HAVE_ATAN2L 1
00379
00380
00381 #define _GLIBCPP_HAVE_ATANF 1
00382
00383
00384 #define _GLIBCPP_HAVE_ATANL 1
00385
00386
00387 #define _GLIBCPP_HAVE_BTOWC 1
00388
00389
00390 #define _GLIBCPP_HAVE_CEILF 1
00391
00392
00393 #define _GLIBCPP_HAVE_CEILL 1
00394
00395
00396 #define _GLIBCPP_HAVE_COPYSIGN 1
00397
00398
00399 #define _GLIBCPP_HAVE_COPYSIGNF 1
00400
00401
00402 #define _GLIBCPP_HAVE_COPYSIGNL 1
00403
00404
00405 #define _GLIBCPP_HAVE_COSF 1
00406
00407
00408 #define _GLIBCPP_HAVE_COSHF 1
00409
00410
00411 #define _GLIBCPP_HAVE_COSHL 1
00412
00413
00414 #define _GLIBCPP_HAVE_COSL 1
00415
00416
00417 #define _GLIBCPP_HAVE_DRAND48 1
00418
00419
00420 #define _GLIBCPP_HAVE_EXPF 1
00421
00422
00423 #define _GLIBCPP_HAVE_EXPL 1
00424
00425
00426 #define _GLIBCPP_HAVE_FABSF 1
00427
00428
00429 #define _GLIBCPP_HAVE_FABSL 1
00430
00431
00432 #define _GLIBCPP_HAVE_FGETWC 1
00433
00434
00435 #define _GLIBCPP_HAVE_FGETWS 1
00436
00437
00438 #define _GLIBCPP_HAVE_FINITE 1
00439
00440
00441 #define _GLIBCPP_HAVE_FINITEF 1
00442
00443
00444 #define _GLIBCPP_HAVE_FINITEL 1
00445
00446
00447 #define _GLIBCPP_HAVE_FLOORF 1
00448
00449
00450 #define _GLIBCPP_HAVE_FLOORL 1
00451
00452
00453 #define _GLIBCPP_HAVE_FMODF 1
00454
00455
00456 #define _GLIBCPP_HAVE_FMODL 1
00457
00458
00459
00460
00461
00462 #define _GLIBCPP_HAVE_FPUTWC 1
00463
00464
00465 #define _GLIBCPP_HAVE_FPUTWS 1
00466
00467
00468 #define _GLIBCPP_HAVE_FREXPF 1
00469
00470
00471 #define _GLIBCPP_HAVE_FREXPL 1
00472
00473
00474 #define _GLIBCPP_HAVE_FWIDE 1
00475
00476
00477 #define _GLIBCPP_HAVE_FWPRINTF 1
00478
00479
00480 #define _GLIBCPP_HAVE_FWSCANF 1
00481
00482
00483 #define _GLIBCPP_HAVE_GETPAGESIZE 1
00484
00485
00486 #define _GLIBCPP_HAVE_GETWC 1
00487
00488
00489 #define _GLIBCPP_HAVE_GETWCHAR 1
00490
00491
00492 #define _GLIBCPP_HAVE_HYPOT 1
00493
00494
00495 #define _GLIBCPP_HAVE_HYPOTF 1
00496
00497
00498 #define _GLIBCPP_HAVE_HYPOTL 1
00499
00500
00501 #define _GLIBCPP_HAVE_ICONV 1
00502
00503
00504 #define _GLIBCPP_HAVE_ICONV_CLOSE 1
00505
00506
00507 #define _GLIBCPP_HAVE_ICONV_OPEN 1
00508
00509
00510 #define _GLIBCPP_HAVE_ISATTY 1
00511
00512
00513 #define _GLIBCPP_HAVE_ISINF 1
00514
00515
00516 #define _GLIBCPP_HAVE_ISINFF 1
00517
00518
00519 #define _GLIBCPP_HAVE_ISINFL 1
00520
00521
00522 #define _GLIBCPP_HAVE_ISNAN 1
00523
00524
00525 #define _GLIBCPP_HAVE_ISNANF 1
00526
00527
00528 #define _GLIBCPP_HAVE_ISNANL 1
00529
00530
00531 #define _GLIBCPP_HAVE_LDEXPF 1
00532
00533
00534 #define _GLIBCPP_HAVE_LDEXPL 1
00535
00536
00537 #define _GLIBCPP_HAVE_LOG10F 1
00538
00539
00540 #define _GLIBCPP_HAVE_LOG10L 1
00541
00542
00543 #define _GLIBCPP_HAVE_LOGF 1
00544
00545
00546 #define _GLIBCPP_HAVE_LOGL 1
00547
00548
00549 #define _GLIBCPP_HAVE_MBRLEN 1
00550
00551
00552 #define _GLIBCPP_HAVE_MBRTOWC 1
00553
00554
00555 #define _GLIBCPP_HAVE_MBSINIT 1
00556
00557
00558 #define _GLIBCPP_HAVE_MBSRTOWCS 1
00559
00560
00561 #define _GLIBCPP_HAVE_MODFF 1
00562
00563
00564 #define _GLIBCPP_HAVE_MODFL 1
00565
00566
00567 #define _GLIBCPP_HAVE_NAN 1
00568
00569
00570 #define _GLIBCPP_HAVE_NL_LANGINFO 1
00571
00572
00573 #define _GLIBCPP_HAVE_POWF 1
00574
00575
00576 #define _GLIBCPP_HAVE_POWL 1
00577
00578
00579 #define _GLIBCPP_HAVE_PUTWC 1
00580
00581
00582 #define _GLIBCPP_HAVE_PUTWCHAR 1
00583
00584
00585
00586
00587
00588 #define _GLIBCPP_HAVE_SETENV 1
00589
00590
00591 #define _GLIBCPP_HAVE_SINCOS 1
00592
00593
00594 #define _GLIBCPP_HAVE_SINCOSF 1
00595
00596
00597 #define _GLIBCPP_HAVE_SINCOSL 1
00598
00599
00600 #define _GLIBCPP_HAVE_SINF 1
00601
00602
00603 #define _GLIBCPP_HAVE_SINHF 1
00604
00605
00606 #define _GLIBCPP_HAVE_SINHL 1
00607
00608
00609 #define _GLIBCPP_HAVE_SINL 1
00610
00611
00612 #define _GLIBCPP_HAVE_SQRTF 1
00613
00614
00615 #define _GLIBCPP_HAVE_SQRTL 1
00616
00617
00618 #define _GLIBCPP_HAVE_STRTOF 1
00619
00620
00621 #define _GLIBCPP_HAVE_STRTOLD 1
00622
00623
00624 #define _GLIBCPP_HAVE_SWPRINTF 1
00625
00626
00627 #define _GLIBCPP_HAVE_SWSCANF 1
00628
00629
00630 #define _GLIBCPP_HAVE_TANF 1
00631
00632
00633 #define _GLIBCPP_HAVE_TANHF 1
00634
00635
00636 #define _GLIBCPP_HAVE_TANHL 1
00637
00638
00639 #define _GLIBCPP_HAVE_TANL 1
00640
00641
00642 #define _GLIBCPP_HAVE_UNGETWC 1
00643
00644
00645 #define _GLIBCPP_HAVE_VFWPRINTF 1
00646
00647
00648 #define _GLIBCPP_HAVE_VFWSCANF 1
00649
00650
00651 #define _GLIBCPP_HAVE_VSWPRINTF 1
00652
00653
00654 #define _GLIBCPP_HAVE_VSWSCANF 1
00655
00656
00657 #define _GLIBCPP_HAVE_VWPRINTF 1
00658
00659
00660 #define _GLIBCPP_HAVE_VWSCANF 1
00661
00662
00663 #define _GLIBCPP_HAVE_WCRTOMB 1
00664
00665
00666 #define _GLIBCPP_HAVE_WCSCAT 1
00667
00668
00669 #define _GLIBCPP_HAVE_WCSCHR 1
00670
00671
00672 #define _GLIBCPP_HAVE_WCSCMP 1
00673
00674
00675 #define _GLIBCPP_HAVE_WCSCOLL 1
00676
00677
00678 #define _GLIBCPP_HAVE_WCSCPY 1
00679
00680
00681 #define _GLIBCPP_HAVE_WCSCSPN 1
00682
00683
00684 #define _GLIBCPP_HAVE_WCSFTIME 1
00685
00686
00687 #define _GLIBCPP_HAVE_WCSLEN 1
00688
00689
00690 #define _GLIBCPP_HAVE_WCSNCAT 1
00691
00692
00693 #define _GLIBCPP_HAVE_WCSNCMP 1
00694
00695
00696 #define _GLIBCPP_HAVE_WCSNCPY 1
00697
00698
00699 #define _GLIBCPP_HAVE_WCSPBRK 1
00700
00701
00702 #define _GLIBCPP_HAVE_WCSRCHR 1
00703
00704
00705 #define _GLIBCPP_HAVE_WCSRTOMBS 1
00706
00707
00708 #define _GLIBCPP_HAVE_WCSSPN 1
00709
00710
00711 #define _GLIBCPP_HAVE_WCSSTR 1
00712
00713
00714 #define _GLIBCPP_HAVE_WCSTOD 1
00715
00716
00717 #define _GLIBCPP_HAVE_WCSTOF 1
00718
00719
00720 #define _GLIBCPP_HAVE_WCSTOK 1
00721
00722
00723 #define _GLIBCPP_HAVE_WCSTOL 1
00724
00725
00726 #define _GLIBCPP_HAVE_WCSTOUL 1
00727
00728
00729 #define _GLIBCPP_HAVE_WCSXFRM 1
00730
00731
00732 #define _GLIBCPP_HAVE_WCTOB 1
00733
00734
00735 #define _GLIBCPP_HAVE_WMEMCHR 1
00736
00737
00738 #define _GLIBCPP_HAVE_WMEMCMP 1
00739
00740
00741 #define _GLIBCPP_HAVE_WMEMCPY 1
00742
00743
00744 #define _GLIBCPP_HAVE_WMEMMOVE 1
00745
00746
00747 #define _GLIBCPP_HAVE_WMEMSET 1
00748
00749
00750 #define _GLIBCPP_HAVE_WPRINTF 1
00751
00752
00753 #define _GLIBCPP_HAVE_WSCANF 1
00754
00755
00756 #define _GLIBCPP_HAVE_ENDIAN_H 1
00757
00758
00759 #define _GLIBCPP_HAVE_FLOAT_H 1
00760
00761
00762
00763
00764
00765 #define _GLIBCPP_HAVE_GCONV_H 1
00766
00767
00768
00769
00770
00771 #define _GLIBCPP_HAVE_INTTYPES_H 1
00772
00773
00774 #define _GLIBCPP_HAVE_LOCALE_H 1
00775
00776
00777
00778
00779
00780
00781
00782
00783
00784
00785
00786 #define _GLIBCPP_HAVE_STDLIB_H 1
00787
00788
00789 #define _GLIBCPP_HAVE_STRING_H 1
00790
00791
00792
00793
00794
00795 #define _GLIBCPP_HAVE_SYS_IOCTL_H 1
00796
00797
00798
00799
00800
00801
00802
00803
00804 #define _GLIBCPP_HAVE_SYS_RESOURCE_H 1
00805
00806
00807
00808
00809
00810 #define _GLIBCPP_HAVE_SYS_TIME_H 1
00811
00812
00813 #define _GLIBCPP_HAVE_SYS_TYPES_H 1
00814
00815
00816 #define _GLIBCPP_HAVE_UNISTD_H 1
00817
00818
00819 #define _GLIBCPP_HAVE_WCHAR_H 1
00820
00821
00822 #define _GLIBCPP_HAVE_WCTYPE_H 1
00823
00824
00825 #define _GLIBCPP_HAVE_LIBM 1
00826
00827
00828 #define _GLIBCPP_PACKAGE "libstdc++"
00829
00830
00831 #define _GLIBCPP_VERSION "3.3.5"
00832
00833
00834
00835
00836
00837 #define _GLIBCPP_HAVE_SIGSETJMP 1
00838
00839
00840 #define _GLIBCPP_HAVE_MEMLIMIT_DATA 1
00841
00842
00843 #define _GLIBCPP_HAVE_MEMLIMIT_RSS 1
00844
00845
00846 #define _GLIBCPP_HAVE_MEMLIMIT_VMEM 0
00847
00848
00849 #define _GLIBCPP_HAVE_MEMLIMIT_AS 1
00850
00851
00852
00853
00854
00855 #if defined (_GLIBCPP_HAVE__ISNAN) && ! defined (_GLIBCPP_HAVE_ISNAN)
00856 # define _GLIBCPP_HAVE_ISNAN 1
00857 # define isnan _isnan
00858 #endif
00859
00860 #if defined (_GLIBCPP_HAVE__ISNANF) && ! defined (_GLIBCPP_HAVE_ISNANF)
00861 # define _GLIBCPP_HAVE_ISNANF 1
00862 # define isnanf _isnanf
00863 #endif
00864
00865 #if defined (_GLIBCPP_HAVE__ISNANL) && ! defined (_GLIBCPP_HAVE_ISNANL)
00866 # define _GLIBCPP_HAVE_ISNANL 1
00867 # define isnanl _isnanl
00868 #endif
00869
00870 #if defined (_GLIBCPP_HAVE__ISINF) && ! defined (_GLIBCPP_HAVE_ISINF)
00871 # define _GLIBCPP_HAVE_ISINF 1
00872 # define isinf _isinf
00873 #endif
00874
00875 #if defined (_GLIBCPP_HAVE__ISINFF) && ! defined (_GLIBCPP_HAVE_ISINFF)
00876 # define _GLIBCPP_HAVE_ISINFF 1
00877 # define isinff _isinff
00878 #endif
00879
00880 #if defined (_GLIBCPP_HAVE__ISINFL) && ! defined (_GLIBCPP_HAVE_ISINFL)
00881 # define _GLIBCPP_HAVE_ISINFL 1
00882 # define isinfl _isinfl
00883 #endif
00884
00885 #if defined (_GLIBCPP_HAVE__COPYSIGN) && ! defined (_GLIBCPP_HAVE_COPYSIGN)
00886 # define _GLIBCPP_HAVE_COPYSIGN 1
00887 # define copysign _copysign
00888 #endif
00889
00890 #if defined (_GLIBCPP_HAVE__COPYSIGNL) && ! defined (_GLIBCPP_HAVE_COPYSIGNL)
00891 # define _GLIBCPP_HAVE_COPYSIGNL 1
00892 # define copysignl _copysignl
00893 #endif
00894
00895 #if defined (_GLIBCPP_HAVE__COSF) && ! defined (_GLIBCPP_HAVE_COSF)
00896 # define _GLIBCPP_HAVE_COSF 1
00897 # define cosf _cosf
00898 #endif
00899
00900 #if defined (_GLIBCPP_HAVE__ACOSF) && ! defined (_GLIBCPP_HAVE_ACOSF)
00901 # define _GLIBCPP_HAVE_ACOSF 1
00902 # define acosf _acosf
00903 #endif
00904
00905 #if defined (_GLIBCPP_HAVE__ACOSL) && ! defined (_GLIBCPP_HAVE_ACOSL)
00906 # define _GLIBCPP_HAVE_ACOSL 1
00907 # define acosl _acosl
00908 #endif
00909
00910 #if defined (_GLIBCPP_HAVE__ASINF) && ! defined (_GLIBCPP_HAVE_ASINF)
00911 # define _GLIBCPP_HAVE_ASINF 1
00912 # define asinf _asinf
00913 #endif
00914
00915 #if defined (_GLIBCPP_HAVE__ASINL) && ! defined (_GLIBCPP_HAVE_ASINL)
00916 # define _GLIBCPP_HAVE_ASINL 1
00917 # define asinl _asinl
00918 #endif
00919
00920 #if defined (_GLIBCPP_HAVE__ATANF) && ! defined (_GLIBCPP_HAVE_ATANF)
00921 # define _GLIBCPP_HAVE_ATANF 1
00922 # define atanf _atanf
00923 #endif
00924
00925 #if defined (_GLIBCPP_HAVE__ATANL) && ! defined (_GLIBCPP_HAVE_ATANL)
00926 # define _GLIBCPP_HAVE_ATANL 1
00927 # define atanl _atanl
00928 #endif
00929
00930 #if defined (_GLIBCPP_HAVE__CEILF) && ! defined (_GLIBCPP_HAVE_CEILF)
00931 # define _GLIBCPP_HAVE_CEILF 1
00932 # define aceil _ceilf
00933 #endif
00934
00935 #if defined (_GLIBCPP_HAVE__CEILL) && ! defined (_GLIBCPP_HAVE_CEILL)
00936 # define _GLIBCPP_HAVE_CEILL 1
00937 # define aceil _ceill
00938 #endif
00939
00940 #if defined (_GLIBCPP_HAVE__COSHF) && ! defined (_GLIBCPP_HAVE_COSHF)
00941 # define _GLIBCPP_HAVE_COSHF 1
00942 # define coshf _coshf
00943 #endif
00944
00945 #if defined (_GLIBCPP_HAVE__COSL) && ! defined (_GLIBCPP_HAVE_COSL)
00946 # define _GLIBCPP_HAVE_COSL 1
00947 # define cosl _cosl
00948 #endif
00949
00950 #if defined (_GLIBCPP_HAVE__LOGF) && ! defined (_GLIBCPP_HAVE_LOGF)
00951 # define _GLIBCPP_HAVE_LOGF 1
00952 # define logf _logf
00953 #endif
00954
00955 #if defined (_GLIBCPP_HAVE__COSHL) && ! defined (_GLIBCPP_HAVE_COSHL)
00956 # define _GLIBCPP_HAVE_COSHL 1
00957 # define coshl _coshl
00958 #endif
00959
00960 #if defined (_GLIBCPP_HAVE__EXPF) && ! defined (_GLIBCPP_HAVE_EXPF)
00961 # define _GLIBCPP_HAVE_EXPF 1
00962 # define expf _expf
00963 #endif
00964
00965 #if defined (_GLIBCPP_HAVE__EXPL) && ! defined (_GLIBCPP_HAVE_EXPL)
00966 # define _GLIBCPP_HAVE_EXPL 1
00967 # define expl _expl
00968 #endif
00969
00970 #if defined (_GLIBCPP_HAVE__FABSF) && ! defined (_GLIBCPP_HAVE_FABSF)
00971 # define _GLIBCPP_HAVE_FABSF 1
00972 # define fabsf _fabsf
00973 #endif
00974
00975 #if defined (_GLIBCPP_HAVE__FABSL) && ! defined (_GLIBCPP_HAVE_FABSL)
00976 # define _GLIBCPP_HAVE_FABSL 1
00977 # define fabsl _fabsl
00978 #endif
00979
00980 #if defined (_GLIBCPP_HAVE__FLOORF) && ! defined (_GLIBCPP_HAVE_FLOORF)
00981 # define _GLIBCPP_HAVE_FLOORF 1
00982 # define floorf _floorf
00983 #endif
00984
00985 #if defined (_GLIBCPP_HAVE__FLOORL) && ! defined (_GLIBCPP_HAVE_FLOORL)
00986 # define _GLIBCPP_HAVE_FLOORL 1
00987 # define floorl _floorl
00988 #endif
00989
00990 #if defined (_GLIBCPP_HAVE__FMODF) && ! defined (_GLIBCPP_HAVE_FMODF)
00991 # define _GLIBCPP_HAVE_FMODF 1
00992 # define fmodf _fmodf
00993 #endif
00994
00995 #if defined (_GLIBCPP_HAVE__FMODL) && ! defined (_GLIBCPP_HAVE_FMODL)
00996 # define _GLIBCPP_HAVE_FMODL 1
00997 # define fmodl _fmodl
00998 #endif
00999
01000 #if defined (_GLIBCPP_HAVE__FREXPF) && ! defined (_GLIBCPP_HAVE_FREXPF)
01001 # define _GLIBCPP_HAVE_FREXPF 1
01002 # define frexpf _frexpf
01003 #endif
01004
01005 #if defined (_GLIBCPP_HAVE__FREXPL) && ! defined (_GLIBCPP_HAVE_FREXPL)
01006 # define _GLIBCPP_HAVE_FREXPL 1
01007 # define frexpl _frexpl
01008 #endif
01009
01010 #if defined (_GLIBCPP_HAVE__LDEXPF) && ! defined (_GLIBCPP_HAVE_LDEXPF)
01011 # define _GLIBCPP_HAVE_LDEXPF 1
01012 # define ldexpf _ldexpf
01013 #endif
01014
01015 #if defined (_GLIBCPP_HAVE__LDEXPL) && ! defined (_GLIBCPP_HAVE_LDEXPL)
01016 # define _GLIBCPP_HAVE_LDEXPL 1
01017 # define ldexpl _ldexpl
01018 #endif
01019
01020 #if defined (_GLIBCPP_HAVE__LOG10F) && ! defined (_GLIBCPP_HAVE_LOG10F)
01021 # define _GLIBCPP_HAVE_LOG10F 1
01022 # define log10f _log10f
01023 #endif
01024
01025 #if defined (_GLIBCPP_HAVE__LOGL) && ! defined (_GLIBCPP_HAVE_LOGL)
01026 # define _GLIBCPP_HAVE_LOGL 1
01027 # define logl _logl
01028 #endif
01029
01030 #if defined (_GLIBCPP_HAVE__POWF) && ! defined (_GLIBCPP_HAVE_POWF)
01031 # define _GLIBCPP_HAVE_POWF 1
01032 # define powf _powf
01033 #endif
01034
01035 #if defined (_GLIBCPP_HAVE__LOG10L) && ! defined (_GLIBCPP_HAVE_LOG10L)
01036 # define _GLIBCPP_HAVE_LOG10L 1
01037 # define log10l _log10l
01038 #endif
01039
01040 #if defined (_GLIBCPP_HAVE__MODF) && ! defined (_GLIBCPP_HAVE_MODF)
01041 # define _GLIBCPP_HAVE_MODF 1
01042 # define modf _modf
01043 #endif
01044
01045 #if defined (_GLIBCPP_HAVE__MODL) && ! defined (_GLIBCPP_HAVE_MODL)
01046 # define _GLIBCPP_HAVE_MODL 1
01047 # define modl _modl
01048 #endif
01049
01050 #if defined (_GLIBCPP_HAVE__SINF) && ! defined (_GLIBCPP_HAVE_SINF)
01051 # define _GLIBCPP_HAVE_SINF 1
01052 # define sinf _sinf
01053 #endif
01054
01055 #if defined (_GLIBCPP_HAVE__POWL) && ! defined (_GLIBCPP_HAVE_POWL)
01056 # define _GLIBCPP_HAVE_POWL 1
01057 # define powl _powl
01058 #endif
01059
01060 #if defined (_GLIBCPP_HAVE__SINHF) && ! defined (_GLIBCPP_HAVE_SINHF)
01061 # define _GLIBCPP_HAVE_SINHF 1
01062 # define sinhf _sinhf
01063 #endif
01064
01065 #if defined (_GLIBCPP_HAVE__SINL) && ! defined (_GLIBCPP_HAVE_SINL)
01066 # define _GLIBCPP_HAVE_SINL 1
01067 # define sinl _sinl
01068 #endif
01069
01070 #if defined (_GLIBCPP_HAVE__SQRTF) && ! defined (_GLIBCPP_HAVE_SQRTF)
01071 # define _GLIBCPP_HAVE_SQRTF 1
01072 # define sqrtf _sqrtf
01073 #endif
01074
01075 #if defined (_GLIBCPP_HAVE__SINHL) && ! defined (_GLIBCPP_HAVE_SINHL)
01076 # define _GLIBCPP_HAVE_SINHL 1
01077 # define sinhl _sinhl
01078 #endif
01079
01080 #if defined (_GLIBCPP_HAVE__TANF) && ! defined (_GLIBCPP_HAVE_TANF)
01081 # define _GLIBCPP_HAVE_TANF 1
01082 # define tanf _tanf
01083 #endif
01084
01085 #if defined (_GLIBCPP_HAVE__SQRTL) && ! defined (_GLIBCPP_HAVE_SQRTL)
01086 # define _GLIBCPP_HAVE_SQRTL 1
01087 # define sqrtl _sqrtl
01088 #endif
01089
01090 #if defined (_GLIBCPP_HAVE__TANHF) && ! defined (_GLIBCPP_HAVE_TANHF)
01091 # define _GLIBCPP_HAVE_TANHF 1
01092 # define tanhf _tanhf
01093 #endif
01094
01095 #if defined (_GLIBCPP_HAVE__TANL) && ! defined (_GLIBCPP_HAVE_TANL)
01096 # define _GLIBCPP_HAVE_TANF 1
01097 # define tanf _tanf
01098 #endif
01099
01100 #if defined (_GLIBCPP_HAVE__STRTOF) && ! defined (_GLIBCPP_HAVE_STRTOF)
01101 # define _GLIBCPP_HAVE_STRTOF 1
01102 # define strtof _strtof
01103 #endif
01104
01105 #if defined (_GLIBCPP_HAVE__TANHL) && ! defined (_GLIBCPP_HAVE_TANHL)
01106 # define _GLIBCPP_HAVE_TANHL 1
01107 # define tanhl _tanhl
01108 #endif
01109
01110 #if defined (_GLIBCPP_HAVE__STRTOLD) && ! defined (_GLIBCPP_HAVE_STRTOLD)
01111 # define _GLIBCPP_HAVE_STRTOLD 1
01112 # define strtold _strtold
01113 #endif
01114
01115 #if defined (_GLIBCPP_HAVE__SINCOS) && ! defined (_GLIBCPP_HAVE_SINCOS)
01116 # define _GLIBCPP_HAVE_SINCOS 1
01117 # define sincos _sincos
01118 #endif
01119
01120 #if defined (_GLIBCPP_HAVE__SINCOSF) && ! defined (_GLIBCPP_HAVE_SINCOSF)
01121 # define _GLIBCPP_HAVE_SINCOSF 1
01122 # define sincosf _sincosf
01123 #endif
01124
01125 #if defined (_GLIBCPP_HAVE__SINCOSL) && ! defined (_GLIBCPP_HAVE_SINCOSL)
01126 # define _GLIBCPP_HAVE_SINCOSL 1
01127 # define sincosl _sincosl
01128 #endif
01129
01130 #if defined (_GLIBCPP_HAVE__FINITE) && ! defined (_GLIBCPP_HAVE_FINITE)
01131 # define _GLIBCPP_HAVE_FINITE 1
01132 # define finite _finite
01133 #endif
01134
01135 #if defined (_GLIBCPP_HAVE__FINITEF) && ! defined (_GLIBCPP_HAVE_FINITEF)
01136 # define _GLIBCPP_HAVE_FINITEF 1
01137 # define finitef _finitef
01138 #endif
01139
01140 #if defined (_GLIBCPP_HAVE__FINITEL) && ! defined (_GLIBCPP_HAVE_FINITEL)
01141 # define _GLIBCPP_HAVE_FINITEL 1
01142 # define finitel _finitel
01143 #endif
01144
01145 #if defined (_GLIBCPP_HAVE__QFINITE) && ! defined (_GLIBCPP_HAVE_QFINITE)
01146 # define _GLIBCPP_HAVE_QFINITE 1
01147 # define qfinite _qfinite
01148 #endif
01149
01150 #if defined (_GLIBCPP_HAVE__FPCLASS) && ! defined (_GLIBCPP_HAVE_FPCLASS)
01151 # define _GLIBCPP_HAVE_FPCLASS 1
01152 # define fpclass _fpclass
01153 #endif
01154
01155 #if defined (_GLIBCPP_HAVE__QFPCLASS) && ! defined (_GLIBCPP_HAVE_QFPCLASS)
01156 # define _GLIBCPP_HAVE_QFPCLASS 1
01157 # define qfpclass _qfpclass
01158 #endif
01159
01160 #endif // _CPP_CPPCONFIG_
01161