c++config.h

00001 // Predefined symbols and macros -*- C++ -*-
00002 
00003 // Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
00004 //
00005 // This file is part of the GNU ISO C++ Library.  This library is free
00006 // software; you can redistribute it and/or modify it under the
00007 // terms of the GNU General Public License as published by the
00008 // Free Software Foundation; either version 2, or (at your option)
00009 // any later version.
00010 
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 // GNU General Public License for more details.
00015 
00016 // You should have received a copy of the GNU General Public License along
00017 // with this library; see the file COPYING.  If not, write to the Free
00018 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
00019 // USA.
00020 
00021 // As a special exception, you may use this file as part of a free software
00022 // library without restriction.  Specifically, if other files instantiate
00023 // templates or use macros or inline functions from this file, or you compile
00024 // this file and link it with other files to produce an executable, this
00025 // file does not by itself cause the resulting executable to be covered by
00026 // the GNU General Public License.  This exception does not however
00027 // invalidate any other reasons why the executable file might be covered by
00028 // the GNU General Public License.
00029 
00030 #ifndef _CPP_CPPCONFIG
00031 #define _CPP_CPPCONFIG 1
00032 
00033 // Pick up any OS-specific definitions.
00034 #include <bits/os_defines.h>
00035 
00036 // The current version of the C++ library in compressed ISO date format.
00037 #define __GLIBCPP__ 20020501
00038 
00039 // This is necessary until GCC supports separate template
00040 // compilation.  
00041 #define _GLIBCPP_NO_TEMPLATE_EXPORT 1
00042 
00043 // This is a hack around not having either pre-compiled headers or
00044 // export compilation. If defined, the io, string, and valarray
00045 // headers will include all the necessary bits. If not defined, the
00046 // implementation optimizes the headers for the most commonly-used
00047 // types. For the io library, this means that larger, out-of-line
00048 // member functions are only declared, and definitions are not parsed
00049 // by the compiler, but instead instantiated into the library binary.
00050 #define _GLIBCPP_FULLY_COMPLIANT_HEADERS 1
00051 
00052 // To enable older, ARM-style iostreams and other anachronisms use this.
00053 //#define _GLIBCPP_DEPRECATED 1
00054 
00055 // Use corrected code from the committee library group's issues list.
00056 #define _GLIBCPP_RESOLVE_LIB_DEFECTS 1
00057 
00058 // In those parts of the standard C++ library that use a mutex instead
00059 // of a spin-lock, we now unconditionally use GCC's gthr.h mutex
00060 // abstraction layer.  All support to directly map to various
00061 // threading models has been removed.  Note: gthr.h may well map to
00062 // gthr-single.h which is a correct way to express no threads support
00063 // in gcc.  Support for the undocumented _NOTHREADS has been removed.
00064 
00065 // Default to the typically high-speed, pool-based allocator (as
00066 // libstdc++-v2) instead of the malloc-based allocator (libstdc++-v3
00067 // snapshots).  See libstdc++-v3/docs/html/17_intro/howto.html for
00068 // details on why you don't want to override this setting.  Ensure
00069 // that threads are properly configured on your platform before
00070 // assigning blame to the STL container-memory allocator.  After doing
00071 // so, please report any possible issues to libstdc++@gcc.gnu.org .
00072 // Do not blindly #define __USE_MALLOC here or on the command line.
00073 
00074 // The remainder of the prewritten config is mostly automatic; all the
00075 // user hooks are listed above.
00076 
00077 // End of prewritten config; the discovered settings follow.
00078 /* config.h.  Generated automatically by configure.  */
00079 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
00080 
00081 /* Define if you have a working `mmap' system call.  */
00082 #define _GLIBCPP_HAVE_MMAP 1
00083 
00084 // Define if GCC supports weak symbols.
00085 /* #undef _GLIBCPP_SUPPORTS_WEAK */
00086 
00087 // Define if gthr-default.h exists (meaning that threading support is enabled).
00088 /* #undef _GLIBCPP_HAVE_GTHR_DEFAULT */
00089 
00090 // Include I/O support for 'long long' and 'unsigned long long'.
00091 #define _GLIBCPP_USE_LONG_LONG 1
00092 
00093 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
00094 #define _GLIBCPP_USE_C99 1
00095 
00096 // Define if code specialized for wchar_t should be used.
00097 #define _GLIBCPP_USE_WCHAR_T 1
00098 
00099 // Define if using setrlimit to limit memory usage during 'make check'.
00100 #define _GLIBCPP_MEM_LIMITS 1
00101 
00102 // Define to use concept checking code from the boost libraries.
00103 /* #undef _GLIBCPP_CONCEPT_CHECKS */
00104 
00105 // Define if mbstate_t exists in wchar.h.
00106 #define _GLIBCPP_HAVE_MBSTATE_T 1
00107 
00108 // Define if you have the modff function.
00109 #define _GLIBCPP_HAVE_MODFF 1
00110 
00111 // Define if you have the modfl function.
00112 #define _GLIBCPP_HAVE_MODFL 1
00113 
00114 // Define if you have the expf function.
00115 #define _GLIBCPP_HAVE_EXPF 1
00116 
00117 // Define if you have the expl function.
00118 #define _GLIBCPP_HAVE_EXPL 1
00119 
00120 // Define if you have the hypotf function.
00121 #define _GLIBCPP_HAVE_HYPOTF 1
00122 
00123 // Define if you have the hypotl function.
00124 #define _GLIBCPP_HAVE_HYPOTL 1
00125 
00126 // Define if the compiler/host combination has __builtin_abs
00127 #define _GLIBCPP_HAVE___BUILTIN_ABS 1
00128 
00129 // Define if the compiler/host combination has __builtin_labs
00130 #define _GLIBCPP_HAVE___BUILTIN_LABS 1
00131 
00132 // Define if the compiler/host combination has __builtin_cos
00133 /* #undef _GLIBCPP_HAVE___BUILTIN_COS */
00134 
00135 // Define if the compiler/host combination has __builtin_cosf
00136 /* #undef _GLIBCPP_HAVE___BUILTIN_COSF */
00137 
00138 // Define if the compiler/host combination has __builtin_cosl
00139 /* #undef _GLIBCPP_HAVE___BUILTIN_COSL */
00140 
00141 // Define if the compiler/host combination has __builtin_fabs
00142 #define _GLIBCPP_HAVE___BUILTIN_FABS 1
00143 
00144 // Define if the compiler/host combination has __builtin_fabsf
00145 #define _GLIBCPP_HAVE___BUILTIN_FABSF 1
00146 
00147 // Define if the compiler/host combination has __builtin_fabsl
00148 #define _GLIBCPP_HAVE___BUILTIN_FABSL 1
00149 
00150 // Define if the compiler/host combination has __builtin_sin
00151 /* #undef _GLIBCPP_HAVE___BUILTIN_SIN */
00152 
00153 // Define if the compiler/host combination has __builtin_sinf
00154 /* #undef _GLIBCPP_HAVE___BUILTIN_SINF */
00155 
00156 // Define if the compiler/host combination has __builtin_sinl
00157 /* #undef _GLIBCPP_HAVE___BUILTIN_SINL */
00158 
00159 // Define if the compiler/host combination has __builtin_sqrt
00160 /* #undef _GLIBCPP_HAVE___BUILTIN_SQRT */
00161 
00162 // Define if the compiler/host combination has __builtin_sqrtf
00163 /* #undef _GLIBCPP_HAVE___BUILTIN_SQRTF */
00164 
00165 // Define if the compiler/host combination has __builtin_sqrtl
00166 /* #undef _GLIBCPP_HAVE___BUILTIN_SQRTL */
00167 
00168 // Define if LC_MESSAGES is available in <locale.h>.
00169 #define _GLIBCPP_HAVE_LC_MESSAGES 1
00170 
00171 /* Define if you have the __signbit function.  */
00172 #define _GLIBCPP_HAVE___SIGNBIT 1
00173 
00174 /* Define if you have the __signbitf function.  */
00175 #define _GLIBCPP_HAVE___SIGNBITF 1
00176 
00177 /* Define if you have the __signbitl function.  */
00178 #define _GLIBCPP_HAVE___SIGNBITL 1
00179 
00180 /* Define if you have the _acosf function.  */
00181 /* #undef _GLIBCPP_HAVE__ACOSF */
00182 
00183 /* Define if you have the _acosl function.  */
00184 /* #undef _GLIBCPP_HAVE__ACOSL */
00185 
00186 /* Define if you have the _asinf function.  */
00187 /* #undef _GLIBCPP_HAVE__ASINF */
00188 
00189 /* Define if you have the _asinl function.  */
00190 /* #undef _GLIBCPP_HAVE__ASINL */
00191 
00192 /* Define if you have the _atan2f function.  */
00193 /* #undef _GLIBCPP_HAVE__ATAN2F */
00194 
00195 /* Define if you have the _atan2l function.  */
00196 /* #undef _GLIBCPP_HAVE__ATAN2L */
00197 
00198 /* Define if you have the _atanf function.  */
00199 /* #undef _GLIBCPP_HAVE__ATANF */
00200 
00201 /* Define if you have the _atanl function.  */
00202 /* #undef _GLIBCPP_HAVE__ATANL */
00203 
00204 /* Define if you have the _ceilf function.  */
00205 /* #undef _GLIBCPP_HAVE__CEILF */
00206 
00207 /* Define if you have the _ceill function.  */
00208 /* #undef _GLIBCPP_HAVE__CEILL */
00209 
00210 /* Define if you have the _copysign function.  */
00211 /* #undef _GLIBCPP_HAVE__COPYSIGN */
00212 
00213 /* Define if you have the _copysignl function.  */
00214 /* #undef _GLIBCPP_HAVE__COPYSIGNL */
00215 
00216 /* Define if you have the _cosf function.  */
00217 /* #undef _GLIBCPP_HAVE__COSF */
00218 
00219 /* Define if you have the _coshf function.  */
00220 /* #undef _GLIBCPP_HAVE__COSHF */
00221 
00222 /* Define if you have the _coshl function.  */
00223 /* #undef _GLIBCPP_HAVE__COSHL */
00224 
00225 /* Define if you have the _cosl function.  */
00226 /* #undef _GLIBCPP_HAVE__COSL */
00227 
00228 /* Define if you have the _expf function.  */
00229 /* #undef _GLIBCPP_HAVE__EXPF */
00230 
00231 /* Define if you have the _expl function.  */
00232 /* #undef _GLIBCPP_HAVE__EXPL */
00233 
00234 /* Define if you have the _fabsf function.  */
00235 /* #undef _GLIBCPP_HAVE__FABSF */
00236 
00237 /* Define if you have the _fabsl function.  */
00238 /* #undef _GLIBCPP_HAVE__FABSL */
00239 
00240 /* Define if you have the _finite function.  */
00241 /* #undef _GLIBCPP_HAVE__FINITE */
00242 
00243 /* Define if you have the _finitef function.  */
00244 /* #undef _GLIBCPP_HAVE__FINITEF */
00245 
00246 /* Define if you have the _finitel function.  */
00247 /* #undef _GLIBCPP_HAVE__FINITEL */
00248 
00249 /* Define if you have the _floorf function.  */
00250 /* #undef _GLIBCPP_HAVE__FLOORF */
00251 
00252 /* Define if you have the _floorl function.  */
00253 /* #undef _GLIBCPP_HAVE__FLOORL */
00254 
00255 /* Define if you have the _fmodf function.  */
00256 /* #undef _GLIBCPP_HAVE__FMODF */
00257 
00258 /* Define if you have the _fmodl function.  */
00259 /* #undef _GLIBCPP_HAVE__FMODL */
00260 
00261 /* Define if you have the _fpclass function.  */
00262 /* #undef _GLIBCPP_HAVE__FPCLASS */
00263 
00264 /* Define if you have the _frexpf function.  */
00265 /* #undef _GLIBCPP_HAVE__FREXPF */
00266 
00267 /* Define if you have the _frexpl function.  */
00268 /* #undef _GLIBCPP_HAVE__FREXPL */
00269 
00270 /* Define if you have the _hypot function.  */
00271 /* #undef _GLIBCPP_HAVE__HYPOT */
00272 
00273 /* Define if you have the _hypotf function.  */
00274 /* #undef _GLIBCPP_HAVE__HYPOTF */
00275 
00276 /* Define if you have the _hypotl function.  */
00277 /* #undef _GLIBCPP_HAVE__HYPOTL */
00278 
00279 /* Define if you have the _isinf function.  */
00280 /* #undef _GLIBCPP_HAVE__ISINF */
00281 
00282 /* Define if you have the _isinff function.  */
00283 /* #undef _GLIBCPP_HAVE__ISINFF */
00284 
00285 /* Define if you have the _isinfl function.  */
00286 /* #undef _GLIBCPP_HAVE__ISINFL */
00287 
00288 /* Define if you have the _isnan function.  */
00289 /* #undef _GLIBCPP_HAVE__ISNAN */
00290 
00291 /* Define if you have the _isnanf function.  */
00292 /* #undef _GLIBCPP_HAVE__ISNANF */
00293 
00294 /* Define if you have the _isnanl function.  */
00295 /* #undef _GLIBCPP_HAVE__ISNANL */
00296 
00297 /* Define if you have the _ldexpf function.  */
00298 /* #undef _GLIBCPP_HAVE__LDEXPF */
00299 
00300 /* Define if you have the _ldexpl function.  */
00301 /* #undef _GLIBCPP_HAVE__LDEXPL */
00302 
00303 /* Define if you have the _log10f function.  */
00304 /* #undef _GLIBCPP_HAVE__LOG10F */
00305 
00306 /* Define if you have the _log10l function.  */
00307 /* #undef _GLIBCPP_HAVE__LOG10L */
00308 
00309 /* Define if you have the _logf function.  */
00310 /* #undef _GLIBCPP_HAVE__LOGF */
00311 
00312 /* Define if you have the _logl function.  */
00313 /* #undef _GLIBCPP_HAVE__LOGL */
00314 
00315 /* Define if you have the _modff function.  */
00316 /* #undef _GLIBCPP_HAVE__MODFF */
00317 
00318 /* Define if you have the _modfl function.  */
00319 /* #undef _GLIBCPP_HAVE__MODFL */
00320 
00321 /* Define if you have the _powf function.  */
00322 /* #undef _GLIBCPP_HAVE__POWF */
00323 
00324 /* Define if you have the _powl function.  */
00325 /* #undef _GLIBCPP_HAVE__POWL */
00326 
00327 /* Define if you have the _qfpclass function.  */
00328 /* #undef _GLIBCPP_HAVE__QFPCLASS */
00329 
00330 /* Define if you have the _sincos function.  */
00331 /* #undef _GLIBCPP_HAVE__SINCOS */
00332 
00333 /* Define if you have the _sincosf function.  */
00334 /* #undef _GLIBCPP_HAVE__SINCOSF */
00335 
00336 /* Define if you have the _sincosl function.  */
00337 /* #undef _GLIBCPP_HAVE__SINCOSL */
00338 
00339 /* Define if you have the _sinf function.  */
00340 /* #undef _GLIBCPP_HAVE__SINF */
00341 
00342 /* Define if you have the _sinhf function.  */
00343 /* #undef _GLIBCPP_HAVE__SINHF */
00344 
00345 /* Define if you have the _sinhl function.  */
00346 /* #undef _GLIBCPP_HAVE__SINHL */
00347 
00348 /* Define if you have the _sinl function.  */
00349 /* #undef _GLIBCPP_HAVE__SINL */
00350 
00351 /* Define if you have the _sqrtf function.  */
00352 /* #undef _GLIBCPP_HAVE__SQRTF */
00353 
00354 /* Define if you have the _sqrtl function.  */
00355 /* #undef _GLIBCPP_HAVE__SQRTL */
00356 
00357 /* Define if you have the _tanf function.  */
00358 /* #undef _GLIBCPP_HAVE__TANF */
00359 
00360 /* Define if you have the _tanhf function.  */
00361 /* #undef _GLIBCPP_HAVE__TANHF */
00362 
00363 /* Define if you have the _tanhl function.  */
00364 /* #undef _GLIBCPP_HAVE__TANHL */
00365 
00366 /* Define if you have the _tanl function.  */
00367 /* #undef _GLIBCPP_HAVE__TANL */
00368 
00369 /* Define if you have the acosf function.  */
00370 #define _GLIBCPP_HAVE_ACOSF 1
00371 
00372 /* Define if you have the acosl function.  */
00373 #define _GLIBCPP_HAVE_ACOSL 1
00374 
00375 /* Define if you have the asinf function.  */
00376 #define _GLIBCPP_HAVE_ASINF 1
00377 
00378 /* Define if you have the asinl function.  */
00379 #define _GLIBCPP_HAVE_ASINL 1
00380 
00381 /* Define if you have the atan2f function.  */
00382 #define _GLIBCPP_HAVE_ATAN2F 1
00383 
00384 /* Define if you have the atan2l function.  */
00385 #define _GLIBCPP_HAVE_ATAN2L 1
00386 
00387 /* Define if you have the atanf function.  */
00388 #define _GLIBCPP_HAVE_ATANF 1
00389 
00390 /* Define if you have the atanl function.  */
00391 #define _GLIBCPP_HAVE_ATANL 1
00392 
00393 /* Define if you have the btowc function.  */
00394 #define _GLIBCPP_HAVE_BTOWC 1
00395 
00396 /* Define if you have the ceilf function.  */
00397 #define _GLIBCPP_HAVE_CEILF 1
00398 
00399 /* Define if you have the ceill function.  */
00400 #define _GLIBCPP_HAVE_CEILL 1
00401 
00402 /* Define if you have the copysign function.  */
00403 #define _GLIBCPP_HAVE_COPYSIGN 1
00404 
00405 /* Define if you have the copysignf function.  */
00406 #define _GLIBCPP_HAVE_COPYSIGNF 1
00407 
00408 /* Define if you have the copysignl function.  */
00409 #define _GLIBCPP_HAVE_COPYSIGNL 1
00410 
00411 /* Define if you have the cosf function.  */
00412 #define _GLIBCPP_HAVE_COSF 1
00413 
00414 /* Define if you have the coshf function.  */
00415 #define _GLIBCPP_HAVE_COSHF 1
00416 
00417 /* Define if you have the coshl function.  */
00418 #define _GLIBCPP_HAVE_COSHL 1
00419 
00420 /* Define if you have the cosl function.  */
00421 #define _GLIBCPP_HAVE_COSL 1
00422 
00423 /* Define if you have the drand48 function.  */
00424 #define _GLIBCPP_HAVE_DRAND48 1
00425 
00426 /* Define if you have the expf function.  */
00427 #define _GLIBCPP_HAVE_EXPF 1
00428 
00429 /* Define if you have the expl function.  */
00430 #define _GLIBCPP_HAVE_EXPL 1
00431 
00432 /* Define if you have the fabsf function.  */
00433 #define _GLIBCPP_HAVE_FABSF 1
00434 
00435 /* Define if you have the fabsl function.  */
00436 #define _GLIBCPP_HAVE_FABSL 1
00437 
00438 /* Define if you have the fgetwc function.  */
00439 #define _GLIBCPP_HAVE_FGETWC 1
00440 
00441 /* Define if you have the fgetws function.  */
00442 #define _GLIBCPP_HAVE_FGETWS 1
00443 
00444 /* Define if you have the finite function.  */
00445 #define _GLIBCPP_HAVE_FINITE 1
00446 
00447 /* Define if you have the finitef function.  */
00448 #define _GLIBCPP_HAVE_FINITEF 1
00449 
00450 /* Define if you have the finitel function.  */
00451 #define _GLIBCPP_HAVE_FINITEL 1
00452 
00453 /* Define if you have the floorf function.  */
00454 #define _GLIBCPP_HAVE_FLOORF 1
00455 
00456 /* Define if you have the floorl function.  */
00457 #define _GLIBCPP_HAVE_FLOORL 1
00458 
00459 /* Define if you have the fmodf function.  */
00460 #define _GLIBCPP_HAVE_FMODF 1
00461 
00462 /* Define if you have the fmodl function.  */
00463 #define _GLIBCPP_HAVE_FMODL 1
00464 
00465 /* Define if you have the fpclass function.  */
00466 /* #undef _GLIBCPP_HAVE_FPCLASS */
00467 
00468 /* Define if you have the fputwc function.  */
00469 #define _GLIBCPP_HAVE_FPUTWC 1
00470 
00471 /* Define if you have the fputws function.  */
00472 #define _GLIBCPP_HAVE_FPUTWS 1
00473 
00474 /* Define if you have the frexpf function.  */
00475 #define _GLIBCPP_HAVE_FREXPF 1
00476 
00477 /* Define if you have the frexpl function.  */
00478 #define _GLIBCPP_HAVE_FREXPL 1
00479 
00480 /* Define if you have the fwide function.  */
00481 #define _GLIBCPP_HAVE_FWIDE 1
00482 
00483 /* Define if you have the fwprintf function.  */
00484 #define _GLIBCPP_HAVE_FWPRINTF 1
00485 
00486 /* Define if you have the fwscanf function.  */
00487 #define _GLIBCPP_HAVE_FWSCANF 1
00488 
00489 /* Define if you have the getpagesize function.  */
00490 #define _GLIBCPP_HAVE_GETPAGESIZE 1
00491 
00492 /* Define if you have the getwc function.  */
00493 #define _GLIBCPP_HAVE_GETWC 1
00494 
00495 /* Define if you have the getwchar function.  */
00496 #define _GLIBCPP_HAVE_GETWCHAR 1
00497 
00498 /* Define if you have the hypot function.  */
00499 #define _GLIBCPP_HAVE_HYPOT 1
00500 
00501 /* Define if you have the hypotf function.  */
00502 #define _GLIBCPP_HAVE_HYPOTF 1
00503 
00504 /* Define if you have the hypotl function.  */
00505 #define _GLIBCPP_HAVE_HYPOTL 1
00506 
00507 /* Define if you have the iconv function.  */
00508 #define _GLIBCPP_HAVE_ICONV 1
00509 
00510 /* Define if you have the iconv_close function.  */
00511 #define _GLIBCPP_HAVE_ICONV_CLOSE 1
00512 
00513 /* Define if you have the iconv_open function.  */
00514 #define _GLIBCPP_HAVE_ICONV_OPEN 1
00515 
00516 /* Define if you have the isinf function.  */
00517 #define _GLIBCPP_HAVE_ISINF 1
00518 
00519 /* Define if you have the isinff function.  */
00520 #define _GLIBCPP_HAVE_ISINFF 1
00521 
00522 /* Define if you have the isinfl function.  */
00523 #define _GLIBCPP_HAVE_ISINFL 1
00524 
00525 /* Define if you have the isnan function.  */
00526 #define _GLIBCPP_HAVE_ISNAN 1
00527 
00528 /* Define if you have the isnanf function.  */
00529 #define _GLIBCPP_HAVE_ISNANF 1
00530 
00531 /* Define if you have the isnanl function.  */
00532 #define _GLIBCPP_HAVE_ISNANL 1
00533 
00534 /* Define if you have the ldexpf function.  */
00535 #define _GLIBCPP_HAVE_LDEXPF 1
00536 
00537 /* Define if you have the ldexpl function.  */
00538 #define _GLIBCPP_HAVE_LDEXPL 1
00539 
00540 /* Define if you have the log10f function.  */
00541 #define _GLIBCPP_HAVE_LOG10F 1
00542 
00543 /* Define if you have the log10l function.  */
00544 #define _GLIBCPP_HAVE_LOG10L 1
00545 
00546 /* Define if you have the logf function.  */
00547 #define _GLIBCPP_HAVE_LOGF 1
00548 
00549 /* Define if you have the logl function.  */
00550 #define _GLIBCPP_HAVE_LOGL 1
00551 
00552 /* Define if you have the mbrlen function.  */
00553 #define _GLIBCPP_HAVE_MBRLEN 1
00554 
00555 /* Define if you have the mbrtowc function.  */
00556 #define _GLIBCPP_HAVE_MBRTOWC 1
00557 
00558 /* Define if you have the mbsinit function.  */
00559 #define _GLIBCPP_HAVE_MBSINIT 1
00560 
00561 /* Define if you have the mbsrtowcs function.  */
00562 #define _GLIBCPP_HAVE_MBSRTOWCS 1
00563 
00564 /* Define if you have the modff function.  */
00565 #define _GLIBCPP_HAVE_MODFF 1
00566 
00567 /* Define if you have the modfl function.  */
00568 #define _GLIBCPP_HAVE_MODFL 1
00569 
00570 /* Define if you have the nan function.  */
00571 #define _GLIBCPP_HAVE_NAN 1
00572 
00573 /* Define if you have the nl_langinfo function.  */
00574 #define _GLIBCPP_HAVE_NL_LANGINFO 1
00575 
00576 /* Define if you have the powf function.  */
00577 #define _GLIBCPP_HAVE_POWF 1
00578 
00579 /* Define if you have the powl function.  */
00580 #define _GLIBCPP_HAVE_POWL 1
00581 
00582 /* Define if you have the putwc function.  */
00583 #define _GLIBCPP_HAVE_PUTWC 1
00584 
00585 /* Define if you have the putwchar function.  */
00586 #define _GLIBCPP_HAVE_PUTWCHAR 1
00587 
00588 /* Define if you have the qfpclass function.  */
00589 /* #undef _GLIBCPP_HAVE_QFPCLASS */
00590 
00591 /* Define if you have the setenv function.  */
00592 #define _GLIBCPP_HAVE_SETENV 1
00593 
00594 /* Define if you have the sincos function.  */
00595 #define _GLIBCPP_HAVE_SINCOS 1
00596 
00597 /* Define if you have the sincosf function.  */
00598 #define _GLIBCPP_HAVE_SINCOSF 1
00599 
00600 /* Define if you have the sincosl function.  */
00601 #define _GLIBCPP_HAVE_SINCOSL 1
00602 
00603 /* Define if you have the sinf function.  */
00604 #define _GLIBCPP_HAVE_SINF 1
00605 
00606 /* Define if you have the sinhf function.  */
00607 #define _GLIBCPP_HAVE_SINHF 1
00608 
00609 /* Define if you have the sinhl function.  */
00610 #define _GLIBCPP_HAVE_SINHL 1
00611 
00612 /* Define if you have the sinl function.  */
00613 #define _GLIBCPP_HAVE_SINL 1
00614 
00615 /* Define if you have the sqrtf function.  */
00616 #define _GLIBCPP_HAVE_SQRTF 1
00617 
00618 /* Define if you have the sqrtl function.  */
00619 #define _GLIBCPP_HAVE_SQRTL 1
00620 
00621 /* Define if you have the strtof function.  */
00622 #define _GLIBCPP_HAVE_STRTOF 1
00623 
00624 /* Define if you have the strtold function.  */
00625 #define _GLIBCPP_HAVE_STRTOLD 1
00626 
00627 /* Define if you have the swprintf function.  */
00628 #define _GLIBCPP_HAVE_SWPRINTF 1
00629 
00630 /* Define if you have the swscanf function.  */
00631 #define _GLIBCPP_HAVE_SWSCANF 1
00632 
00633 /* Define if you have the tanf function.  */
00634 #define _GLIBCPP_HAVE_TANF 1
00635 
00636 /* Define if you have the tanhf function.  */
00637 #define _GLIBCPP_HAVE_TANHF 1
00638 
00639 /* Define if you have the tanhl function.  */
00640 #define _GLIBCPP_HAVE_TANHL 1
00641 
00642 /* Define if you have the tanl function.  */
00643 #define _GLIBCPP_HAVE_TANL 1
00644 
00645 /* Define if you have the ungetwc function.  */
00646 #define _GLIBCPP_HAVE_UNGETWC 1
00647 
00648 /* Define if you have the vfwprintf function.  */
00649 #define _GLIBCPP_HAVE_VFWPRINTF 1
00650 
00651 /* Define if you have the vfwscanf function.  */
00652 #define _GLIBCPP_HAVE_VFWSCANF 1
00653 
00654 /* Define if you have the vswprintf function.  */
00655 #define _GLIBCPP_HAVE_VSWPRINTF 1
00656 
00657 /* Define if you have the vswscanf function.  */
00658 #define _GLIBCPP_HAVE_VSWSCANF 1
00659 
00660 /* Define if you have the vwprintf function.  */
00661 #define _GLIBCPP_HAVE_VWPRINTF 1
00662 
00663 /* Define if you have the vwscanf function.  */
00664 #define _GLIBCPP_HAVE_VWSCANF 1
00665 
00666 /* Define if you have the wcrtomb function.  */
00667 #define _GLIBCPP_HAVE_WCRTOMB 1
00668 
00669 /* Define if you have the wcscat function.  */
00670 #define _GLIBCPP_HAVE_WCSCAT 1
00671 
00672 /* Define if you have the wcschr function.  */
00673 #define _GLIBCPP_HAVE_WCSCHR 1
00674 
00675 /* Define if you have the wcscmp function.  */
00676 #define _GLIBCPP_HAVE_WCSCMP 1
00677 
00678 /* Define if you have the wcscoll function.  */
00679 #define _GLIBCPP_HAVE_WCSCOLL 1
00680 
00681 /* Define if you have the wcscpy function.  */
00682 #define _GLIBCPP_HAVE_WCSCPY 1
00683 
00684 /* Define if you have the wcscspn function.  */
00685 #define _GLIBCPP_HAVE_WCSCSPN 1
00686 
00687 /* Define if you have the wcsftime function.  */
00688 #define _GLIBCPP_HAVE_WCSFTIME 1
00689 
00690 /* Define if you have the wcslen function.  */
00691 #define _GLIBCPP_HAVE_WCSLEN 1
00692 
00693 /* Define if you have the wcsncat function.  */
00694 #define _GLIBCPP_HAVE_WCSNCAT 1
00695 
00696 /* Define if you have the wcsncmp function.  */
00697 #define _GLIBCPP_HAVE_WCSNCMP 1
00698 
00699 /* Define if you have the wcsncpy function.  */
00700 #define _GLIBCPP_HAVE_WCSNCPY 1
00701 
00702 /* Define if you have the wcspbrk function.  */
00703 #define _GLIBCPP_HAVE_WCSPBRK 1
00704 
00705 /* Define if you have the wcsrchr function.  */
00706 #define _GLIBCPP_HAVE_WCSRCHR 1
00707 
00708 /* Define if you have the wcsrtombs function.  */
00709 #define _GLIBCPP_HAVE_WCSRTOMBS 1
00710 
00711 /* Define if you have the wcsspn function.  */
00712 #define _GLIBCPP_HAVE_WCSSPN 1
00713 
00714 /* Define if you have the wcsstr function.  */
00715 #define _GLIBCPP_HAVE_WCSSTR 1
00716 
00717 /* Define if you have the wcstod function.  */
00718 #define _GLIBCPP_HAVE_WCSTOD 1
00719 
00720 /* Define if you have the wcstof function.  */
00721 #define _GLIBCPP_HAVE_WCSTOF 1
00722 
00723 /* Define if you have the wcstok function.  */
00724 #define _GLIBCPP_HAVE_WCSTOK 1
00725 
00726 /* Define if you have the wcstol function.  */
00727 #define _GLIBCPP_HAVE_WCSTOL 1
00728 
00729 /* Define if you have the wcstoul function.  */
00730 #define _GLIBCPP_HAVE_WCSTOUL 1
00731 
00732 /* Define if you have the wcsxfrm function.  */
00733 #define _GLIBCPP_HAVE_WCSXFRM 1
00734 
00735 /* Define if you have the wctob function.  */
00736 #define _GLIBCPP_HAVE_WCTOB 1
00737 
00738 /* Define if you have the wmemchr function.  */
00739 #define _GLIBCPP_HAVE_WMEMCHR 1
00740 
00741 /* Define if you have the wmemcmp function.  */
00742 #define _GLIBCPP_HAVE_WMEMCMP 1
00743 
00744 /* Define if you have the wmemcpy function.  */
00745 #define _GLIBCPP_HAVE_WMEMCPY 1
00746 
00747 /* Define if you have the wmemmove function.  */
00748 #define _GLIBCPP_HAVE_WMEMMOVE 1
00749 
00750 /* Define if you have the wmemset function.  */
00751 #define _GLIBCPP_HAVE_WMEMSET 1
00752 
00753 /* Define if you have the wprintf function.  */
00754 #define _GLIBCPP_HAVE_WPRINTF 1
00755 
00756 /* Define if you have the wscanf function.  */
00757 #define _GLIBCPP_HAVE_WSCANF 1
00758 
00759 /* Define if you have the <endian.h> header file.  */
00760 #define _GLIBCPP_HAVE_ENDIAN_H 1
00761 
00762 /* Define if you have the <float.h> header file.  */
00763 #define _GLIBCPP_HAVE_FLOAT_H 1
00764 
00765 /* Define if you have the <fp.h> header file.  */
00766 /* #undef _GLIBCPP_HAVE_FP_H */
00767 
00768 /* Define if you have the <gconv.h> header file.  */
00769 #define _GLIBCPP_HAVE_GCONV_H 1
00770 
00771 /* Define if you have the <ieeefp.h> header file.  */
00772 /* #undef _GLIBCPP_HAVE_IEEEFP_H */
00773 
00774 /* Define if you have the <inttypes.h> header file.  */
00775 #define _GLIBCPP_HAVE_INTTYPES_H 1
00776 
00777 /* Define if you have the <locale.h> header file.  */
00778 #define _GLIBCPP_HAVE_LOCALE_H 1
00779 
00780 /* Define if you have the <machine/endian.h> header file.  */
00781 /* #undef _GLIBCPP_HAVE_MACHINE_ENDIAN_H */
00782 
00783 /* Define if you have the <machine/param.h> header file.  */
00784 /* #undef _GLIBCPP_HAVE_MACHINE_PARAM_H */
00785 
00786 /* Define if you have the <nan.h> header file.  */
00787 /* #undef _GLIBCPP_HAVE_NAN_H */
00788 
00789 /* Define if you have the <stdlib.h> header file.  */
00790 #define _GLIBCPP_HAVE_STDLIB_H 1
00791 
00792 /* Define if you have the <sys/isa_defs.h> header file.  */
00793 /* #undef _GLIBCPP_HAVE_SYS_ISA_DEFS_H */
00794 
00795 /* Define if you have the <sys/machine.h> header file.  */
00796 /* #undef _GLIBCPP_HAVE_SYS_MACHINE_H */
00797 
00798 /* Define if you have the <sys/resource.h> header file.  */
00799 #define _GLIBCPP_HAVE_SYS_RESOURCE_H 1
00800 
00801 /* Define if you have the <sys/stat.h> header file.  */
00802 #define _GLIBCPP_HAVE_SYS_STAT_H 1
00803 
00804 /* Define if you have the <sys/types.h> header file.  */
00805 #define _GLIBCPP_HAVE_SYS_TYPES_H 1
00806 
00807 /* Define if you have the <unistd.h> header file.  */
00808 #define _GLIBCPP_HAVE_UNISTD_H 1
00809 
00810 /* Define if you have the <wchar.h> header file.  */
00811 #define _GLIBCPP_HAVE_WCHAR_H 1
00812 
00813 /* Define if you have the <wctype.h> header file.  */
00814 #define _GLIBCPP_HAVE_WCTYPE_H 1
00815 
00816 /* Define if you have the m library (-lm).  */
00817 #define _GLIBCPP_HAVE_LIBM 1
00818 
00819 /* Name of package */
00820 #define _GLIBCPP_PACKAGE "libstdc++"
00821 
00822 /* Version number of package */
00823 #define _GLIBCPP_VERSION "3.1.0"
00824 
00825 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
00826 /* #undef _GLIBCPP_SJLJ_EXCEPTIONS */
00827 
00828 /* Define if sigsetjmp is available.   */
00829 #define _GLIBCPP_HAVE_SIGSETJMP 1
00830 
00831 /* Only used in build directory testsuite_hooks.h. */
00832 #define _GLIBCPP_HAVE_MEMLIMIT_DATA 1
00833 
00834 /* Only used in build directory testsuite_hooks.h. */
00835 #define _GLIBCPP_HAVE_MEMLIMIT_RSS 1
00836 
00837 /* Only used in build directory testsuite_hooks.h. */
00838 #define _GLIBCPP_HAVE_MEMLIMIT_VMEM 0
00839 
00840 /* Only used in build directory testsuite_hooks.h. */
00841 #define _GLIBCPP_HAVE_MEMLIMIT_AS 1
00842 
00843 //
00844 // Systems that have certain non-standard functions prefixed with an
00845 // underscore, we'll handle those here. Must come after config.h.in.
00846 //
00847 #if defined (_GLIBCPP_HAVE__ISNAN) && ! defined (_GLIBCPP_HAVE_ISNAN)
00848 # define _GLIBCPP_HAVE_ISNAN 1
00849 # define isnan _isnan
00850 #endif
00851 
00852 #if defined (_GLIBCPP_HAVE__ISNANF) && ! defined (_GLIBCPP_HAVE_ISNANF)
00853 # define _GLIBCPP_HAVE_ISNANF 1
00854 # define isnanf _isnanf
00855 #endif
00856 
00857 #if defined (_GLIBCPP_HAVE__ISNANL) && ! defined (_GLIBCPP_HAVE_ISNANL)
00858 # define _GLIBCPP_HAVE_ISNANL 1
00859 # define isnanl _isnanl
00860 #endif
00861 
00862 #if defined (_GLIBCPP_HAVE__ISINF) && ! defined (_GLIBCPP_HAVE_ISINF)
00863 # define _GLIBCPP_HAVE_ISINF 1
00864 # define isinf _isinf
00865 #endif
00866 
00867 #if defined (_GLIBCPP_HAVE__ISINFF) && ! defined (_GLIBCPP_HAVE_ISINFF)
00868 # define _GLIBCPP_HAVE_ISINFF 1
00869 # define isinff _isinff
00870 #endif
00871 
00872 #if defined (_GLIBCPP_HAVE__ISINFL) && ! defined (_GLIBCPP_HAVE_ISINFL)
00873 # define _GLIBCPP_HAVE_ISINFL 1
00874 # define isinfl _isinfl
00875 #endif
00876 
00877 #if defined (_GLIBCPP_HAVE__COPYSIGN) && ! defined (_GLIBCPP_HAVE_COPYSIGN)
00878 # define _GLIBCPP_HAVE_COPYSIGN 1
00879 # define copysign _copysign
00880 #endif
00881 
00882 #if defined (_GLIBCPP_HAVE__COPYSIGNL) && ! defined (_GLIBCPP_HAVE_COPYSIGNL)
00883 # define _GLIBCPP_HAVE_COPYSIGNL 1
00884 # define copysignl _copysignl
00885 #endif
00886 
00887 #if defined (_GLIBCPP_HAVE__COSF) && ! defined (_GLIBCPP_HAVE_COSF)
00888 # define _GLIBCPP_HAVE_COSF 1
00889 # define cosf _cosf
00890 #endif
00891 
00892 #if defined (_GLIBCPP_HAVE__ACOSF) && ! defined (_GLIBCPP_HAVE_ACOSF)
00893 # define _GLIBCPP_HAVE_ACOSF 1
00894 # define acosf _acosf
00895 #endif
00896 
00897 #if defined (_GLIBCPP_HAVE__ACOSL) && ! defined (_GLIBCPP_HAVE_ACOSL)
00898 # define _GLIBCPP_HAVE_ACOSL 1
00899 # define acosl _acosl
00900 #endif
00901 
00902 #if defined (_GLIBCPP_HAVE__ASINF) && ! defined (_GLIBCPP_HAVE_ASINF)
00903 # define _GLIBCPP_HAVE_ASINF 1
00904 # define asinf _asinf
00905 #endif
00906 
00907 #if defined (_GLIBCPP_HAVE__ASINL) && ! defined (_GLIBCPP_HAVE_ASINL)
00908 # define _GLIBCPP_HAVE_ASINL 1
00909 # define asinl _asinl
00910 #endif
00911 
00912 #if defined (_GLIBCPP_HAVE__ATANF) && ! defined (_GLIBCPP_HAVE_ATANF)
00913 # define _GLIBCPP_HAVE_ATANF 1
00914 # define atanf _atanf
00915 #endif
00916 
00917 #if defined (_GLIBCPP_HAVE__ATANL) && ! defined (_GLIBCPP_HAVE_ATANL)
00918 # define _GLIBCPP_HAVE_ATANL 1
00919 # define atanl _atanl
00920 #endif
00921 
00922 #if defined (_GLIBCPP_HAVE__CEILF) && ! defined (_GLIBCPP_HAVE_CEILF)
00923 # define _GLIBCPP_HAVE_CEILF 1
00924 # define aceil _ceilf
00925 #endif
00926 
00927 #if defined (_GLIBCPP_HAVE__CEILL) && ! defined (_GLIBCPP_HAVE_CEILL)
00928 # define _GLIBCPP_HAVE_CEILL 1
00929 # define aceil _ceill
00930 #endif
00931 
00932 #if defined (_GLIBCPP_HAVE__COSHF) && ! defined (_GLIBCPP_HAVE_COSHF)
00933 # define _GLIBCPP_HAVE_COSHF 1
00934 # define coshf _coshf
00935 #endif
00936 
00937 #if defined (_GLIBCPP_HAVE__COSL) && ! defined (_GLIBCPP_HAVE_COSL)
00938 # define _GLIBCPP_HAVE_COSL 1
00939 # define cosl _cosl
00940 #endif
00941 
00942 #if defined (_GLIBCPP_HAVE__LOGF) && ! defined (_GLIBCPP_HAVE_LOGF)
00943 # define _GLIBCPP_HAVE_LOGF 1
00944 # define logf _logf
00945 #endif
00946 
00947 #if defined (_GLIBCPP_HAVE__COSHL) && ! defined (_GLIBCPP_HAVE_COSHL)
00948 # define _GLIBCPP_HAVE_COSHL 1
00949 # define coshl _coshl
00950 #endif
00951 
00952 #if defined (_GLIBCPP_HAVE__EXPF) && ! defined (_GLIBCPP_HAVE_EXPF)
00953 # define _GLIBCPP_HAVE_EXPF 1
00954 # define expf _expf
00955 #endif
00956 
00957 #if defined (_GLIBCPP_HAVE__EXPL) && ! defined (_GLIBCPP_HAVE_EXPL)
00958 # define _GLIBCPP_HAVE_EXPL 1
00959 # define expl _expl
00960 #endif
00961 
00962 #if defined (_GLIBCPP_HAVE__FABSF) && ! defined (_GLIBCPP_HAVE_FABSF)
00963 # define _GLIBCPP_HAVE_FABSF 1
00964 # define fabsf _fabsf
00965 #endif
00966 
00967 #if defined (_GLIBCPP_HAVE__FABSL) && ! defined (_GLIBCPP_HAVE_FABSL)
00968 # define _GLIBCPP_HAVE_FABSL 1
00969 # define fabsl _fabsl
00970 #endif
00971 
00972 #if defined (_GLIBCPP_HAVE__FLOORF) && ! defined (_GLIBCPP_HAVE_FLOORF)
00973 # define _GLIBCPP_HAVE_FLOORF 1
00974 # define floorf _floorf
00975 #endif
00976 
00977 #if defined (_GLIBCPP_HAVE__FLOORL) && ! defined (_GLIBCPP_HAVE_FLOORL)
00978 # define _GLIBCPP_HAVE_FLOORL 1
00979 # define floorl _floorl
00980 #endif
00981 
00982 #if defined (_GLIBCPP_HAVE__FMODF) && ! defined (_GLIBCPP_HAVE_FMODF)
00983 # define _GLIBCPP_HAVE_FMODF 1
00984 # define fmodf _fmodf
00985 #endif
00986 
00987 #if defined (_GLIBCPP_HAVE__FMODL) && ! defined (_GLIBCPP_HAVE_FMODL)
00988 # define _GLIBCPP_HAVE_FMODL 1
00989 # define fmodl _fmodl
00990 #endif
00991 
00992 #if defined (_GLIBCPP_HAVE__FREXPF) && ! defined (_GLIBCPP_HAVE_FREXPF)
00993 # define _GLIBCPP_HAVE_FREXPF 1
00994 # define frexpf _frexpf
00995 #endif
00996 
00997 #if defined (_GLIBCPP_HAVE__FREXPL) && ! defined (_GLIBCPP_HAVE_FREXPL)
00998 # define _GLIBCPP_HAVE_FREXPL 1
00999 # define frexpl _frexpl
01000 #endif
01001 
01002 #if defined (_GLIBCPP_HAVE__LDEXPF) && ! defined (_GLIBCPP_HAVE_LDEXPF)
01003 # define _GLIBCPP_HAVE_LDEXPF 1
01004 # define ldexpf _ldexpf
01005 #endif
01006 
01007 #if defined (_GLIBCPP_HAVE__LDEXPL) && ! defined (_GLIBCPP_HAVE_LDEXPL)
01008 # define _GLIBCPP_HAVE_LDEXPL 1
01009 # define ldexpl _ldexpl
01010 #endif
01011 
01012 #if defined (_GLIBCPP_HAVE__LOG10F) && ! defined (_GLIBCPP_HAVE_LOG10F)
01013 # define _GLIBCPP_HAVE_LOG10F 1
01014 # define log10f _log10f
01015 #endif
01016 
01017 #if defined (_GLIBCPP_HAVE__LOGL) && ! defined (_GLIBCPP_HAVE_LOGL)
01018 # define _GLIBCPP_HAVE_LOGL 1
01019 # define logl _logl
01020 #endif
01021 
01022 #if defined (_GLIBCPP_HAVE__POWF) && ! defined (_GLIBCPP_HAVE_POWF)
01023 # define _GLIBCPP_HAVE_POWF 1
01024 # define powf _powf
01025 #endif
01026 
01027 #if defined (_GLIBCPP_HAVE__LOG10L) && ! defined (_GLIBCPP_HAVE_LOG10L)
01028 # define _GLIBCPP_HAVE_LOG10L 1
01029 # define log10l _log10l
01030 #endif
01031 
01032 #if defined (_GLIBCPP_HAVE__MODF) && ! defined (_GLIBCPP_HAVE_MODF)
01033 # define _GLIBCPP_HAVE_MODF 1
01034 # define modf _modf
01035 #endif
01036 
01037 #if defined (_GLIBCPP_HAVE__MODL) && ! defined (_GLIBCPP_HAVE_MODL)
01038 # define _GLIBCPP_HAVE_MODL 1
01039 # define modl _modl
01040 #endif
01041 
01042 #if defined (_GLIBCPP_HAVE__SINF) && ! defined (_GLIBCPP_HAVE_SINF)
01043 # define _GLIBCPP_HAVE_SINF 1
01044 # define sinf _sinf
01045 #endif
01046 
01047 #if defined (_GLIBCPP_HAVE__POWL) && ! defined (_GLIBCPP_HAVE_POWL)
01048 # define _GLIBCPP_HAVE_POWL 1
01049 # define powl _powl
01050 #endif
01051 
01052 #if defined (_GLIBCPP_HAVE__SINHF) && ! defined (_GLIBCPP_HAVE_SINHF)
01053 # define _GLIBCPP_HAVE_SINHF 1
01054 # define sinhf _sinhf
01055 #endif
01056 
01057 #if defined (_GLIBCPP_HAVE__SINL) && ! defined (_GLIBCPP_HAVE_SINL)
01058 # define _GLIBCPP_HAVE_SINL 1
01059 # define sinl _sinl
01060 #endif
01061 
01062 #if defined (_GLIBCPP_HAVE__SQRTF) && ! defined (_GLIBCPP_HAVE_SQRTF)
01063 # define _GLIBCPP_HAVE_SQRTF 1
01064 # define sqrtf _sqrtf
01065 #endif
01066 
01067 #if defined (_GLIBCPP_HAVE__SINHL) && ! defined (_GLIBCPP_HAVE_SINHL)
01068 # define _GLIBCPP_HAVE_SINHL 1
01069 # define sinhl _sinhl
01070 #endif
01071 
01072 #if defined (_GLIBCPP_HAVE__TANF) && ! defined (_GLIBCPP_HAVE_TANF)
01073 # define _GLIBCPP_HAVE_TANF 1
01074 # define tanf _tanf
01075 #endif
01076 
01077 #if defined (_GLIBCPP_HAVE__SQRTL) && ! defined (_GLIBCPP_HAVE_SQRTL)
01078 # define _GLIBCPP_HAVE_SQRTL 1
01079 # define sqrtl _sqrtl
01080 #endif
01081 
01082 #if defined (_GLIBCPP_HAVE__TANHF) && ! defined (_GLIBCPP_HAVE_TANHF)
01083 # define _GLIBCPP_HAVE_TANHF 1
01084 # define tanhf _tanhf
01085 #endif
01086 
01087 #if defined (_GLIBCPP_HAVE__TANL) && ! defined (_GLIBCPP_HAVE_TANL)
01088 # define _GLIBCPP_HAVE_TANF 1
01089 # define tanf _tanf
01090 #endif
01091 
01092 #if defined (_GLIBCPP_HAVE__STRTOF) && ! defined (_GLIBCPP_HAVE_STRTOF)
01093 # define _GLIBCPP_HAVE_STRTOF 1
01094 # define strtof _strtof
01095 #endif
01096 
01097 #if defined (_GLIBCPP_HAVE__TANHL) && ! defined (_GLIBCPP_HAVE_TANHL)
01098 # define _GLIBCPP_HAVE_TANHL 1
01099 # define tanhl _tanhl
01100 #endif
01101 
01102 #if defined (_GLIBCPP_HAVE__STRTOLD) && ! defined (_GLIBCPP_HAVE_STRTOLD)
01103 # define _GLIBCPP_HAVE_STRTOLD 1
01104 # define strtold _strtold
01105 #endif
01106 
01107 #if defined (_GLIBCPP_HAVE__SINCOS) && ! defined (_GLIBCPP_HAVE_SINCOS)
01108 # define _GLIBCPP_HAVE_SINCOS 1
01109 # define sincos _sincos
01110 #endif
01111 
01112 #if defined (_GLIBCPP_HAVE__SINCOSF) && ! defined (_GLIBCPP_HAVE_SINCOSF)
01113 # define _GLIBCPP_HAVE_SINCOSF 1
01114 # define sincosf _sincosf
01115 #endif
01116 
01117 #if defined (_GLIBCPP_HAVE__SINCOSL) && ! defined (_GLIBCPP_HAVE_SINCOSL)
01118 # define _GLIBCPP_HAVE_SINCOSL 1
01119 # define sincosl _sincosl
01120 #endif
01121 
01122 #if defined (_GLIBCPP_HAVE__FINITE) && ! defined (_GLIBCPP_HAVE_FINITE)
01123 # define _GLIBCPP_HAVE_FINITE 1
01124 # define finite _finite
01125 #endif
01126 
01127 #if defined (_GLIBCPP_HAVE__FINITEF) && ! defined (_GLIBCPP_HAVE_FINITEF)
01128 # define _GLIBCPP_HAVE_FINITEF 1
01129 # define finitef _finitef
01130 #endif
01131 
01132 #if defined (_GLIBCPP_HAVE__FINITEL) && ! defined (_GLIBCPP_HAVE_FINITEL)
01133 # define _GLIBCPP_HAVE_FINITEL 1
01134 # define finitel _finitel
01135 #endif
01136 
01137 #if defined (_GLIBCPP_HAVE__QFINITE) && ! defined (_GLIBCPP_HAVE_QFINITE)
01138 # define _GLIBCPP_HAVE_QFINITE 1
01139 # define qfinite _qfinite
01140 #endif
01141 
01142 #if defined (_GLIBCPP_HAVE__FPCLASS) && ! defined (_GLIBCPP_HAVE_FPCLASS)
01143 # define _GLIBCPP_HAVE_FPCLASS 1
01144 # define fpclass _fpclass
01145 #endif
01146 
01147 #if defined (_GLIBCPP_HAVE__QFPCLASS) && ! defined (_GLIBCPP_HAVE_QFPCLASS)
01148 # define _GLIBCPP_HAVE_QFPCLASS 1
01149 # define qfpclass _qfpclass
01150 #endif
01151 
01152 #endif // _CPP_CPPCONFIG_

Generated on Wed May 1 19:19:30 2002 for libstdc++-v3 Source by doxygen1.2.15