c++config.h

00001 // Predefined symbols and macros -*- C++ -*-
00002 
00003 // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
00004 // Free Software Foundation, Inc.
00005 //
00006 // This file is part of the GNU ISO C++ Library.  This library is free
00007 // software; you can redistribute it and/or modify it under the
00008 // terms of the GNU General Public License as published by the
00009 // Free Software Foundation; either version 2, or (at your option)
00010 // any later version.
00011 
00012 // This library is distributed in the hope that it will be useful,
00013 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00014 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015 // GNU General Public License for more details.
00016 
00017 // You should have received a copy of the GNU General Public License along
00018 // with this library; see the file COPYING.  If not, write to the Free
00019 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
00020 // USA.
00021 
00022 // As a special exception, you may use this file as part of a free software
00023 // library without restriction.  Specifically, if other files instantiate
00024 // templates or use macros or inline functions from this file, or you compile
00025 // this file and link it with other files to produce an executable, this
00026 // file does not by itself cause the resulting executable to be covered by
00027 // the GNU General Public License.  This exception does not however
00028 // invalidate any other reasons why the executable file might be covered by
00029 // the GNU General Public License.
00030 
00031 #ifndef _CXXCONFIG
00032 #define _CXXCONFIG 1
00033 
00034 // Pick up any OS-specific definitions.
00035 #include <bits/os_defines.h>
00036 
00037 // The current version of the C++ library in compressed ISO date format.
00038 #define __GLIBCXX__ 20050427
00039 
00040 // Allow use of "export template." This is currently not a feature
00041 // that g++ supports.
00042 // #define _GLIBCXX_EXPORT_TEMPLATE 1
00043 
00044 // Allow use of the GNU syntax extension, "extern template." This
00045 // extension is fully documented in the g++ manual, but in a nutshell,
00046 // it inhibits all implicit instantiations and is used throughout the
00047 // library to avoid multiple weak definitions for required types that
00048 // are already explicitly instantiated in the library binary. This
00049 // substantially reduces the binary size of resulting executables.
00050 #ifndef _GLIBCXX_EXTERN_TEMPLATE
00051 # define _GLIBCXX_EXTERN_TEMPLATE 1
00052 #endif
00053 
00054 // Certain function definitions that are meant to be overridable from
00055 // user code are decorated with this macro.  For some targets, this
00056 // macro causes these definitions to be weak.
00057 #ifndef _GLIBCXX_WEAK_DEFINITION
00058 # define _GLIBCXX_WEAK_DEFINITION
00059 #endif
00060 
00061 // Debug mode support. Debug mode basic_string is not allowed to be
00062 // associated with std, because of locale and exception link
00063 // dependence.
00064 namespace __gnu_debug_def { }
00065 
00066 namespace __gnu_debug 
00067 { 
00068   using namespace __gnu_debug_def;
00069 }
00070 
00071 #ifdef _GLIBCXX_DEBUG
00072 # define _GLIBCXX_STD __gnu_norm
00073 namespace __gnu_norm 
00074 { 
00075   using namespace std; 
00076 }
00077 namespace std
00078 {
00079   using namespace __gnu_debug_def __attribute__ ((strong));
00080 }
00081 #else
00082 # define _GLIBCXX_STD std
00083 #endif
00084 
00085 
00086 // The remainder of the prewritten config is automatic; all the
00087 // user hooks are listed above.
00088 
00089 // Create a boolean flag to be used to determine if --fast-math is set.
00090 #ifdef __FAST_MATH__
00091 # define _GLIBCXX_FAST_MATH 1
00092 #else
00093 # define _GLIBCXX_FAST_MATH 0
00094 #endif
00095 
00096 // This marks string literals in header files to be extracted for eventual
00097 // translation.  It is primarily used for messages in thrown exceptions; see
00098 // src/functexcept.cc.  We use __N because the more traditional _N is used
00099 // for something else under certain OSes (see BADNAMES).
00100 #define __N(msgid)     (msgid)
00101 
00102 // End of prewritten config; the discovered settings follow.
00103 /* config.h.  Generated by configure.  */
00104 /* config.h.in.  Generated from configure.ac by autoheader.  */
00105 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
00106 
00107 // Defines libstdc++ version.
00108 /* #undef _GLIBCXX_PACKAGE */
00109 /* #undef _GLIBCXX_VERSION */
00110 
00111 // Needed for gettext.
00112 /* #undef ENABLE_NLS */
00113 /* #undef _GLIBCXX_HAVE_CATGETS */
00114 /* #undef _GLIBCXX_HAVE_GETTEXT */
00115 /* #undef _GLIBCXX_HAVE_STPCPY */
00116 
00117 // Include I/O support for 'long long' and 'unsigned long long'.
00118 #define _GLIBCXX_USE_LONG_LONG 1
00119 
00120 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
00121 #define _GLIBCXX_USE_C99 1
00122 
00123 // Define if C99 math functions (like fpclassify) should be exposed.
00124 #define _GLIBCXX_USE_C99_MATH 1
00125 
00126 // Define if C99 complex math functions should be used in std::complex.
00127 #define _GLIBCXX_USE_C99_COMPLEX 1
00128 
00129 // Define if code specialized for wchar_t should be used.
00130 #define _GLIBCXX_USE_WCHAR_T 1
00131 
00132 // Define if using setrlimit to set resource limits during 'make check'.
00133 #define _GLIBCXX_RES_LIMITS 1
00134 
00135 // Define to use concept checking code from the boost libraries.
00136 /* #undef _GLIBCXX_CONCEPT_CHECKS */
00137 
00138 // Define to use symbol versioning in the shared library.
00139 #define _GLIBCXX_SYMVER 1
00140 
00141 // Define symbol versioning in assember directives. If symbol
00142 // versioning is beigng used, and the assembler supports this kind of
00143 // thing, then use it.
00144 // NB: _GLIBCXX_AT_AT is a hack to work around quoting issues in m4.
00145 #if _GLIBCXX_SYMVER
00146   #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
00147    asm (".symver " #cur "," #old _GLIBCXX_AT_AT #version);
00148 #else
00149   #define _GLIBCXX_ASM_SYMVER(cur, old, version)
00150 #endif
00151 
00152 // Define if LFS support is available.
00153 #define _GLIBCXX_USE_LFS 1
00154 
00155 // Define if a fully dynamic basic_string is wanted.
00156 /* #undef _GLIBCXX_FULLY_DYNAMIC_STRING */
00157 
00158 // Define if NLS translations are to be used.
00159 #define _GLIBCXX_USE_NLS 1
00160 
00161 // Define if gthr-default.h exists (meaning that threading support is enabled).
00162 #define _GLIBCXX_HAVE_GTHR_DEFAULT 1
00163 
00164 // Define if the atan2f function exists.
00165 #define _GLIBCXX_HAVE_ATAN2F 1
00166 
00167 // Define if the atan2l function exists.
00168 #define _GLIBCXX_HAVE_ATAN2L 1
00169 
00170 // Define if the tanl function exists.
00171 #define _GLIBCXX_HAVE_TANL 1
00172 
00173 // Define if the copysignf function exists.
00174 #define _GLIBCXX_HAVE_COPYSIGNF 1
00175 
00176 // Define if getpagesize exists.
00177 #define _GLIBCXX_HAVE_GETPAGESIZE 1
00178 
00179 // Define if setenv exists.
00180 #define _GLIBCXX_HAVE_SETENV 1
00181 
00182 // Define if sigsetjmp exists.
00183 #define _GLIBCXX_HAVE_SIGSETJMP 1
00184 
00185 // Define if mbstate_t exists in wchar.h.
00186 #define _GLIBCXX_HAVE_MBSTATE_T 1
00187 
00188 // Define if you have the modff function.
00189 #define _GLIBCXX_HAVE_MODFF 1
00190 
00191 // Define if you have the modfl function.
00192 #define _GLIBCXX_HAVE_MODFL 1
00193 
00194 // Define if you have the expf function.
00195 #define _GLIBCXX_HAVE_EXPF 1
00196 
00197 // Define if you have the expl function.
00198 #define _GLIBCXX_HAVE_EXPL 1
00199 
00200 // Define if you have the hypot function.
00201 #define _GLIBCXX_HAVE_HYPOT 1
00202 
00203 // Define if you have the hypotf function.
00204 #define _GLIBCXX_HAVE_HYPOTF 1
00205 
00206 // Define if you have the hypotl function.
00207 #define _GLIBCXX_HAVE_HYPOTL 1
00208 
00209 // Define if the compiler/host combination has __builtin_abs
00210 #define _GLIBCXX_HAVE___BUILTIN_ABS 1
00211 
00212 // Define if the compiler/host combination has __builtin_labs
00213 #define _GLIBCXX_HAVE___BUILTIN_LABS 1
00214 
00215 // Define if the compiler/host combination has __builtin_cos
00216 #define _GLIBCXX_HAVE___BUILTIN_COS 1
00217 
00218 // Define if the compiler/host combination has __builtin_cosf
00219 #define _GLIBCXX_HAVE___BUILTIN_COSF 1
00220 
00221 // Define if the compiler/host combination has __builtin_cosl
00222 #define _GLIBCXX_HAVE___BUILTIN_COSL 1
00223 
00224 // Define if the compiler/host combination has __builtin_fabs
00225 #define _GLIBCXX_HAVE___BUILTIN_FABS 1
00226 
00227 // Define if the compiler/host combination has __builtin_fabsf
00228 #define _GLIBCXX_HAVE___BUILTIN_FABSF 1
00229 
00230 // Define if the compiler/host combination has __builtin_fabsl
00231 #define _GLIBCXX_HAVE___BUILTIN_FABSL 1
00232 
00233 // Define if the compiler/host combination has __builtin_sin
00234 #define _GLIBCXX_HAVE___BUILTIN_SIN 1
00235 
00236 // Define if the compiler/host combination has __builtin_sinf
00237 #define _GLIBCXX_HAVE___BUILTIN_SINF 1
00238 
00239 // Define if the compiler/host combination has __builtin_sinl
00240 #define _GLIBCXX_HAVE___BUILTIN_SINL 1
00241 
00242 // Define if the compiler/host combination has __builtin_sqrt
00243 #define _GLIBCXX_HAVE___BUILTIN_SQRT 1
00244 
00245 // Define if the compiler/host combination has __builtin_sqrtf
00246 #define _GLIBCXX_HAVE___BUILTIN_SQRTF 1
00247 
00248 // Define if the compiler/host combination has __builtin_sqrtl
00249 #define _GLIBCXX_HAVE___BUILTIN_SQRTL 1
00250 
00251 // Define if poll is available in <poll.h>.
00252 #define _GLIBCXX_HAVE_POLL 1
00253 
00254 // Define if S_ISREG (Posix) is available in <sys/stat.h>.
00255 #define _GLIBCXX_HAVE_S_ISREG 1
00256 
00257 // Define if S_IFREG is available in <sys/stat.h>.
00258 /* #undef _GLIBCXX_HAVE_S_IFREG */
00259 
00260 // Define if writev is available in <sys/uio.h>.
00261 #define _GLIBCXX_HAVE_WRITEV 1
00262 
00263 // Define if int64_t is available in <stdint.h>.
00264 #define _GLIBCXX_HAVE_INT64_T 1
00265 
00266 // Define if LC_MESSAGES is available in <locale.h>.
00267 #define _GLIBCXX_HAVE_LC_MESSAGES 1
00268 
00269 // Define if <float.h> exists.
00270 #define _GLIBCXX_HAVE_FLOAT_H 1
00271 
00272 // Define if modf is present in <math.h>
00273 /* #undef _GLIBCXX_HAVE_MODF */
00274 
00275 
00276 /* Define to 1 if you have the `acosf' function. */
00277 #define _GLIBCXX_HAVE_ACOSF 1
00278 
00279 /* Define to 1 if you have the `acosl' function. */
00280 #define _GLIBCXX_HAVE_ACOSL 1
00281 
00282 /* Define to 1 if you have the `asinf' function. */
00283 #define _GLIBCXX_HAVE_ASINF 1
00284 
00285 /* Define to 1 if you have the `asinl' function. */
00286 #define _GLIBCXX_HAVE_ASINL 1
00287 
00288 /* Define to 1 if you have the `atan2f' function. */
00289 #define _GLIBCXX_HAVE_ATAN2F 1
00290 
00291 /* Define to 1 if you have the `atan2l' function. */
00292 #define _GLIBCXX_HAVE_ATAN2L 1
00293 
00294 /* Define to 1 if you have the `atanf' function. */
00295 #define _GLIBCXX_HAVE_ATANF 1
00296 
00297 /* Define to 1 if you have the `atanl' function. */
00298 #define _GLIBCXX_HAVE_ATANL 1
00299 
00300 /* Define to 1 if you have the `btowc' function. */
00301 #define _GLIBCXX_HAVE_BTOWC 1
00302 
00303 /* Define to 1 if you have the `ceilf' function. */
00304 #define _GLIBCXX_HAVE_CEILF 1
00305 
00306 /* Define to 1 if you have the `ceill' function. */
00307 #define _GLIBCXX_HAVE_CEILL 1
00308 
00309 /* Define to 1 if you have the <complex.h> header file. */
00310 #define _GLIBCXX_HAVE_COMPLEX_H 1
00311 
00312 /* Define to 1 if you have the `copysign' function. */
00313 #define _GLIBCXX_HAVE_COPYSIGN 1
00314 
00315 /* Define to 1 if you have the `copysignf' function. */
00316 #define _GLIBCXX_HAVE_COPYSIGNF 1
00317 
00318 /* Define to 1 if you have the `copysignl' function. */
00319 #define _GLIBCXX_HAVE_COPYSIGNL 1
00320 
00321 /* Define to 1 if you have the `cosf' function. */
00322 #define _GLIBCXX_HAVE_COSF 1
00323 
00324 /* Define to 1 if you have the `coshf' function. */
00325 #define _GLIBCXX_HAVE_COSHF 1
00326 
00327 /* Define to 1 if you have the `coshl' function. */
00328 #define _GLIBCXX_HAVE_COSHL 1
00329 
00330 /* Define to 1 if you have the `cosl' function. */
00331 #define _GLIBCXX_HAVE_COSL 1
00332 
00333 /* Define to 1 if you have the <endian.h> header file. */
00334 #define _GLIBCXX_HAVE_ENDIAN_H 1
00335 
00336 /* Define to 1 if you have the `expf' function. */
00337 #define _GLIBCXX_HAVE_EXPF 1
00338 
00339 /* Define to 1 if you have the `expl' function. */
00340 #define _GLIBCXX_HAVE_EXPL 1
00341 
00342 /* Define to 1 if you have the `fabsf' function. */
00343 #define _GLIBCXX_HAVE_FABSF 1
00344 
00345 /* Define to 1 if you have the `fabsl' function. */
00346 #define _GLIBCXX_HAVE_FABSL 1
00347 
00348 /* Define to 1 if you have the `fgetwc' function. */
00349 #define _GLIBCXX_HAVE_FGETWC 1
00350 
00351 /* Define to 1 if you have the `fgetws' function. */
00352 #define _GLIBCXX_HAVE_FGETWS 1
00353 
00354 /* Define to 1 if you have the `finite' function. */
00355 #define _GLIBCXX_HAVE_FINITE 1
00356 
00357 /* Define to 1 if you have the `finitef' function. */
00358 #define _GLIBCXX_HAVE_FINITEF 1
00359 
00360 /* Define to 1 if you have the `finitel' function. */
00361 #define _GLIBCXX_HAVE_FINITEL 1
00362 
00363 /* Define to 1 if you have the <float.h> header file. */
00364 #define _GLIBCXX_HAVE_FLOAT_H 1
00365 
00366 /* Define to 1 if you have the `floorf' function. */
00367 #define _GLIBCXX_HAVE_FLOORF 1
00368 
00369 /* Define to 1 if you have the `floorl' function. */
00370 #define _GLIBCXX_HAVE_FLOORL 1
00371 
00372 /* Define to 1 if you have the `fmodf' function. */
00373 #define _GLIBCXX_HAVE_FMODF 1
00374 
00375 /* Define to 1 if you have the `fmodl' function. */
00376 #define _GLIBCXX_HAVE_FMODL 1
00377 
00378 /* Define to 1 if you have the `fpclass' function. */
00379 /* #undef _GLIBCXX_HAVE_FPCLASS */
00380 
00381 /* Define to 1 if you have the `fputwc' function. */
00382 #define _GLIBCXX_HAVE_FPUTWC 1
00383 
00384 /* Define to 1 if you have the `fputws' function. */
00385 #define _GLIBCXX_HAVE_FPUTWS 1
00386 
00387 /* Define to 1 if you have the <fp.h> header file. */
00388 /* #undef _GLIBCXX_HAVE_FP_H */
00389 
00390 /* Define to 1 if you have the `frexpf' function. */
00391 #define _GLIBCXX_HAVE_FREXPF 1
00392 
00393 /* Define to 1 if you have the `frexpl' function. */
00394 #define _GLIBCXX_HAVE_FREXPL 1
00395 
00396 /* Define to 1 if you have the `fwide' function. */
00397 #define _GLIBCXX_HAVE_FWIDE 1
00398 
00399 /* Define to 1 if you have the `fwprintf' function. */
00400 #define _GLIBCXX_HAVE_FWPRINTF 1
00401 
00402 /* Define to 1 if you have the `fwscanf' function. */
00403 #define _GLIBCXX_HAVE_FWSCANF 1
00404 
00405 /* Define to 1 if you have the <gconv.h> header file. */
00406 #define _GLIBCXX_HAVE_GCONV_H 1
00407 
00408 /* Define to 1 if you have the `getpagesize' function. */
00409 #define _GLIBCXX_HAVE_GETPAGESIZE 1
00410 
00411 /* Define to 1 if you have the `getwc' function. */
00412 #define _GLIBCXX_HAVE_GETWC 1
00413 
00414 /* Define to 1 if you have the `getwchar' function. */
00415 #define _GLIBCXX_HAVE_GETWCHAR 1
00416 
00417 /* Define to 1 if you have the `hypot' function. */
00418 #define _GLIBCXX_HAVE_HYPOT 1
00419 
00420 /* Define to 1 if you have the `hypotf' function. */
00421 #define _GLIBCXX_HAVE_HYPOTF 1
00422 
00423 /* Define to 1 if you have the `hypotl' function. */
00424 #define _GLIBCXX_HAVE_HYPOTL 1
00425 
00426 /* Define to 1 if you have the `iconv' function. */
00427 #define _GLIBCXX_HAVE_ICONV 1
00428 
00429 /* Define to 1 if you have the `iconv_close' function. */
00430 #define _GLIBCXX_HAVE_ICONV_CLOSE 1
00431 
00432 /* Define to 1 if you have the `iconv_open' function. */
00433 #define _GLIBCXX_HAVE_ICONV_OPEN 1
00434 
00435 /* Define to 1 if you have the <ieeefp.h> header file. */
00436 /* #undef _GLIBCXX_HAVE_IEEEFP_H */
00437 
00438 /* Define to 1 if you have the <inttypes.h> header file. */
00439 #define _GLIBCXX_HAVE_INTTYPES_H 1
00440 
00441 /* Define to 1 if you have the `isinf' function. */
00442 #define _GLIBCXX_HAVE_ISINF 1
00443 
00444 /* Define to 1 if you have the `isinff' function. */
00445 #define _GLIBCXX_HAVE_ISINFF 1
00446 
00447 /* Define to 1 if you have the `isinfl' function. */
00448 #define _GLIBCXX_HAVE_ISINFL 1
00449 
00450 /* Define to 1 if you have the `isnan' function. */
00451 #define _GLIBCXX_HAVE_ISNAN 1
00452 
00453 /* Define to 1 if you have the `isnanf' function. */
00454 #define _GLIBCXX_HAVE_ISNANF 1
00455 
00456 /* Define to 1 if you have the `isnanl' function. */
00457 #define _GLIBCXX_HAVE_ISNANL 1
00458 
00459 /* Define to 1 if you have the `iswblank' function. */
00460 #define _GLIBCXX_HAVE_ISWBLANK 1
00461 
00462 /* Define to 1 if you have the `ldexpf' function. */
00463 #define _GLIBCXX_HAVE_LDEXPF 1
00464 
00465 /* Define to 1 if you have the `ldexpl' function. */
00466 #define _GLIBCXX_HAVE_LDEXPL 1
00467 
00468 /* Define to 1 if you have the <libintl.h> header file. */
00469 #define _GLIBCXX_HAVE_LIBINTL_H 1
00470 
00471 /* Define to 1 if you have the `m' library (-lm). */
00472 #define _GLIBCXX_HAVE_LIBM 1
00473 
00474 /* Only used in build directory testsuite_hooks.h. */
00475 #define _GLIBCXX_HAVE_LIMIT_AS 1
00476 
00477 /* Only used in build directory testsuite_hooks.h. */
00478 #define _GLIBCXX_HAVE_LIMIT_DATA 1
00479 
00480 /* Only used in build directory testsuite_hooks.h. */
00481 #define _GLIBCXX_HAVE_LIMIT_FSIZE 1
00482 
00483 /* Only used in build directory testsuite_hooks.h. */
00484 #define _GLIBCXX_HAVE_LIMIT_RSS 1
00485 
00486 /* Only used in build directory testsuite_hooks.h. */
00487 #define _GLIBCXX_HAVE_LIMIT_VMEM 0
00488 
00489 /* Define to 1 if you have the <locale.h> header file. */
00490 #define _GLIBCXX_HAVE_LOCALE_H 1
00491 
00492 /* Define to 1 if you have the `log10f' function. */
00493 #define _GLIBCXX_HAVE_LOG10F 1
00494 
00495 /* Define to 1 if you have the `log10l' function. */
00496 #define _GLIBCXX_HAVE_LOG10L 1
00497 
00498 /* Define to 1 if you have the `logf' function. */
00499 #define _GLIBCXX_HAVE_LOGF 1
00500 
00501 /* Define to 1 if you have the `logl' function. */
00502 #define _GLIBCXX_HAVE_LOGL 1
00503 
00504 /* Define to 1 if you have the <machine/endian.h> header file. */
00505 /* #undef _GLIBCXX_HAVE_MACHINE_ENDIAN_H */
00506 
00507 /* Define to 1 if you have the <machine/param.h> header file. */
00508 /* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */
00509 
00510 /* Define to 1 if you have the `mbrlen' function. */
00511 #define _GLIBCXX_HAVE_MBRLEN 1
00512 
00513 /* Define to 1 if you have the `mbrtowc' function. */
00514 #define _GLIBCXX_HAVE_MBRTOWC 1
00515 
00516 /* Define to 1 if you have the `mbsinit' function. */
00517 #define _GLIBCXX_HAVE_MBSINIT 1
00518 
00519 /* Define to 1 if you have the `mbsrtowcs' function. */
00520 #define _GLIBCXX_HAVE_MBSRTOWCS 1
00521 
00522 /* Define to 1 if you have the <memory.h> header file. */
00523 #define _GLIBCXX_HAVE_MEMORY_H 1
00524 
00525 /* Define to 1 if you have a working `mmap' system call. */
00526 #define _GLIBCXX_HAVE_MMAP 1
00527 
00528 /* Define to 1 if you have the `modff' function. */
00529 #define _GLIBCXX_HAVE_MODFF 1
00530 
00531 /* Define to 1 if you have the `modfl' function. */
00532 #define _GLIBCXX_HAVE_MODFL 1
00533 
00534 /* Define to 1 if you have the <nan.h> header file. */
00535 /* #undef _GLIBCXX_HAVE_NAN_H */
00536 
00537 /* Define to 1 if you have the `nl_langinfo' function. */
00538 #define _GLIBCXX_HAVE_NL_LANGINFO 1
00539 
00540 /* Define to 1 if you have the `powf' function. */
00541 #define _GLIBCXX_HAVE_POWF 1
00542 
00543 /* Define to 1 if you have the `powl' function. */
00544 #define _GLIBCXX_HAVE_POWL 1
00545 
00546 /* Define to 1 if you have the `putwc' function. */
00547 #define _GLIBCXX_HAVE_PUTWC 1
00548 
00549 /* Define to 1 if you have the `putwchar' function. */
00550 #define _GLIBCXX_HAVE_PUTWCHAR 1
00551 
00552 /* Define to 1 if you have the `qfpclass' function. */
00553 /* #undef _GLIBCXX_HAVE_QFPCLASS */
00554 
00555 /* Define to 1 if you have the `setenv' function. */
00556 #define _GLIBCXX_HAVE_SETENV 1
00557 
00558 /* Define if sigsetjmp is available. */
00559 #define _GLIBCXX_HAVE_SIGSETJMP 1
00560 
00561 /* Define to 1 if you have the `sincos' function. */
00562 #define _GLIBCXX_HAVE_SINCOS 1
00563 
00564 /* Define to 1 if you have the `sincosf' function. */
00565 #define _GLIBCXX_HAVE_SINCOSF 1
00566 
00567 /* Define to 1 if you have the `sincosl' function. */
00568 #define _GLIBCXX_HAVE_SINCOSL 1
00569 
00570 /* Define to 1 if you have the `sinf' function. */
00571 #define _GLIBCXX_HAVE_SINF 1
00572 
00573 /* Define to 1 if you have the `sinhf' function. */
00574 #define _GLIBCXX_HAVE_SINHF 1
00575 
00576 /* Define to 1 if you have the `sinhl' function. */
00577 #define _GLIBCXX_HAVE_SINHL 1
00578 
00579 /* Define to 1 if you have the `sinl' function. */
00580 #define _GLIBCXX_HAVE_SINL 1
00581 
00582 /* Define to 1 if you have the `sqrtf' function. */
00583 #define _GLIBCXX_HAVE_SQRTF 1
00584 
00585 /* Define to 1 if you have the `sqrtl' function. */
00586 #define _GLIBCXX_HAVE_SQRTL 1
00587 
00588 /* Define to 1 if you have the <stdint.h> header file. */
00589 #define _GLIBCXX_HAVE_STDINT_H 1
00590 
00591 /* Define to 1 if you have the <stdlib.h> header file. */
00592 #define _GLIBCXX_HAVE_STDLIB_H 1
00593 
00594 /* Define to 1 if you have the <strings.h> header file. */
00595 #define _GLIBCXX_HAVE_STRINGS_H 1
00596 
00597 /* Define to 1 if you have the <string.h> header file. */
00598 #define _GLIBCXX_HAVE_STRING_H 1
00599 
00600 /* Define to 1 if you have the `strtof' function. */
00601 #define _GLIBCXX_HAVE_STRTOF 1
00602 
00603 /* Define to 1 if you have the `strtold' function. */
00604 #define _GLIBCXX_HAVE_STRTOLD 1
00605 
00606 /* Define to 1 if you have the `swprintf' function. */
00607 #define _GLIBCXX_HAVE_SWPRINTF 1
00608 
00609 /* Define to 1 if you have the `swscanf' function. */
00610 #define _GLIBCXX_HAVE_SWSCANF 1
00611 
00612 /* Define to 1 if you have the <sys/filio.h> header file. */
00613 /* #undef _GLIBCXX_HAVE_SYS_FILIO_H */
00614 
00615 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00616 #define _GLIBCXX_HAVE_SYS_IOCTL_H 1
00617 
00618 /* Define to 1 if you have the <sys/ipc.h> header file. */
00619 #define _GLIBCXX_HAVE_SYS_IPC_H 1
00620 
00621 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
00622 /* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
00623 
00624 /* Define to 1 if you have the <sys/machine.h> header file. */
00625 /* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
00626 
00627 /* Define to 1 if you have the <sys/param.h> header file. */
00628 /* #undef _GLIBCXX_HAVE_SYS_PARAM_H */
00629 
00630 /* Define to 1 if you have the <sys/resource.h> header file. */
00631 #define _GLIBCXX_HAVE_SYS_RESOURCE_H 1
00632 
00633 /* Define to 1 if you have the <sys/sem.h> header file. */
00634 #define _GLIBCXX_HAVE_SYS_SEM_H 1
00635 
00636 /* Define to 1 if you have the <sys/stat.h> header file. */
00637 #define _GLIBCXX_HAVE_SYS_STAT_H 1
00638 
00639 /* Define to 1 if you have the <sys/time.h> header file. */
00640 #define _GLIBCXX_HAVE_SYS_TIME_H 1
00641 
00642 /* Define to 1 if you have the <sys/types.h> header file. */
00643 #define _GLIBCXX_HAVE_SYS_TYPES_H 1
00644 
00645 /* Define to 1 if you have the <sys/uio.h> header file. */
00646 #define _GLIBCXX_HAVE_SYS_UIO_H 1
00647 
00648 /* Define to 1 if you have the `tanf' function. */
00649 #define _GLIBCXX_HAVE_TANF 1
00650 
00651 /* Define to 1 if you have the `tanhf' function. */
00652 #define _GLIBCXX_HAVE_TANHF 1
00653 
00654 /* Define to 1 if you have the `tanhl' function. */
00655 #define _GLIBCXX_HAVE_TANHL 1
00656 
00657 /* Define to 1 if you have the `tanl' function. */
00658 #define _GLIBCXX_HAVE_TANL 1
00659 
00660 /* Define to 1 if you have the `ungetwc' function. */
00661 #define _GLIBCXX_HAVE_UNGETWC 1
00662 
00663 /* Define to 1 if you have the <unistd.h> header file. */
00664 #define _GLIBCXX_HAVE_UNISTD_H 1
00665 
00666 /* Define to 1 if you have the `vfwprintf' function. */
00667 #define _GLIBCXX_HAVE_VFWPRINTF 1
00668 
00669 /* Define to 1 if you have the `vfwscanf' function. */
00670 #define _GLIBCXX_HAVE_VFWSCANF 1
00671 
00672 /* Define to 1 if you have the `vswprintf' function. */
00673 #define _GLIBCXX_HAVE_VSWPRINTF 1
00674 
00675 /* Define to 1 if you have the `vswscanf' function. */
00676 #define _GLIBCXX_HAVE_VSWSCANF 1
00677 
00678 /* Define to 1 if you have the `vwprintf' function. */
00679 #define _GLIBCXX_HAVE_VWPRINTF 1
00680 
00681 /* Define to 1 if you have the `vwscanf' function. */
00682 #define _GLIBCXX_HAVE_VWSCANF 1
00683 
00684 /* Define to 1 if you have the <wchar.h> header file. */
00685 #define _GLIBCXX_HAVE_WCHAR_H 1
00686 
00687 /* Define to 1 if you have the `wcrtomb' function. */
00688 #define _GLIBCXX_HAVE_WCRTOMB 1
00689 
00690 /* Define to 1 if you have the `wcscat' function. */
00691 #define _GLIBCXX_HAVE_WCSCAT 1
00692 
00693 /* Define to 1 if you have the `wcschr' function. */
00694 #define _GLIBCXX_HAVE_WCSCHR 1
00695 
00696 /* Define to 1 if you have the `wcscmp' function. */
00697 #define _GLIBCXX_HAVE_WCSCMP 1
00698 
00699 /* Define to 1 if you have the `wcscoll' function. */
00700 #define _GLIBCXX_HAVE_WCSCOLL 1
00701 
00702 /* Define to 1 if you have the `wcscpy' function. */
00703 #define _GLIBCXX_HAVE_WCSCPY 1
00704 
00705 /* Define to 1 if you have the `wcscspn' function. */
00706 #define _GLIBCXX_HAVE_WCSCSPN 1
00707 
00708 /* Define to 1 if you have the `wcsftime' function. */
00709 #define _GLIBCXX_HAVE_WCSFTIME 1
00710 
00711 /* Define to 1 if you have the `wcslen' function. */
00712 #define _GLIBCXX_HAVE_WCSLEN 1
00713 
00714 /* Define to 1 if you have the `wcsncat' function. */
00715 #define _GLIBCXX_HAVE_WCSNCAT 1
00716 
00717 /* Define to 1 if you have the `wcsncmp' function. */
00718 #define _GLIBCXX_HAVE_WCSNCMP 1
00719 
00720 /* Define to 1 if you have the `wcsncpy' function. */
00721 #define _GLIBCXX_HAVE_WCSNCPY 1
00722 
00723 /* Define to 1 if you have the `wcspbrk' function. */
00724 #define _GLIBCXX_HAVE_WCSPBRK 1
00725 
00726 /* Define to 1 if you have the `wcsrchr' function. */
00727 #define _GLIBCXX_HAVE_WCSRCHR 1
00728 
00729 /* Define to 1 if you have the `wcsrtombs' function. */
00730 #define _GLIBCXX_HAVE_WCSRTOMBS 1
00731 
00732 /* Define to 1 if you have the `wcsspn' function. */
00733 #define _GLIBCXX_HAVE_WCSSPN 1
00734 
00735 /* Define to 1 if you have the `wcsstr' function. */
00736 #define _GLIBCXX_HAVE_WCSSTR 1
00737 
00738 /* Define to 1 if you have the `wcstod' function. */
00739 #define _GLIBCXX_HAVE_WCSTOD 1
00740 
00741 /* Define to 1 if you have the `wcstof' function. */
00742 #define _GLIBCXX_HAVE_WCSTOF 1
00743 
00744 /* Define to 1 if you have the `wcstok' function. */
00745 #define _GLIBCXX_HAVE_WCSTOK 1
00746 
00747 /* Define to 1 if you have the `wcstol' function. */
00748 #define _GLIBCXX_HAVE_WCSTOL 1
00749 
00750 /* Define to 1 if you have the `wcstoul' function. */
00751 #define _GLIBCXX_HAVE_WCSTOUL 1
00752 
00753 /* Define to 1 if you have the `wcsxfrm' function. */
00754 #define _GLIBCXX_HAVE_WCSXFRM 1
00755 
00756 /* Define to 1 if you have the `wctob' function. */
00757 #define _GLIBCXX_HAVE_WCTOB 1
00758 
00759 /* Define to 1 if you have the <wctype.h> header file. */
00760 #define _GLIBCXX_HAVE_WCTYPE_H 1
00761 
00762 /* Define to 1 if you have the `wmemchr' function. */
00763 #define _GLIBCXX_HAVE_WMEMCHR 1
00764 
00765 /* Define to 1 if you have the `wmemcmp' function. */
00766 #define _GLIBCXX_HAVE_WMEMCMP 1
00767 
00768 /* Define to 1 if you have the `wmemcpy' function. */
00769 #define _GLIBCXX_HAVE_WMEMCPY 1
00770 
00771 /* Define to 1 if you have the `wmemmove' function. */
00772 #define _GLIBCXX_HAVE_WMEMMOVE 1
00773 
00774 /* Define to 1 if you have the `wmemset' function. */
00775 #define _GLIBCXX_HAVE_WMEMSET 1
00776 
00777 /* Define to 1 if you have the `wprintf' function. */
00778 #define _GLIBCXX_HAVE_WPRINTF 1
00779 
00780 /* Define to 1 if you have the `wscanf' function. */
00781 #define _GLIBCXX_HAVE_WSCANF 1
00782 
00783 /* Define to 1 if you have the `_acosf' function. */
00784 /* #undef _GLIBCXX_HAVE__ACOSF */
00785 
00786 /* Define to 1 if you have the `_acosl' function. */
00787 /* #undef _GLIBCXX_HAVE__ACOSL */
00788 
00789 /* Define to 1 if you have the `_asinf' function. */
00790 /* #undef _GLIBCXX_HAVE__ASINF */
00791 
00792 /* Define to 1 if you have the `_asinl' function. */
00793 /* #undef _GLIBCXX_HAVE__ASINL */
00794 
00795 /* Define to 1 if you have the `_atan2f' function. */
00796 /* #undef _GLIBCXX_HAVE__ATAN2F */
00797 
00798 /* Define to 1 if you have the `_atan2l' function. */
00799 /* #undef _GLIBCXX_HAVE__ATAN2L */
00800 
00801 /* Define to 1 if you have the `_atanf' function. */
00802 /* #undef _GLIBCXX_HAVE__ATANF */
00803 
00804 /* Define to 1 if you have the `_atanl' function. */
00805 /* #undef _GLIBCXX_HAVE__ATANL */
00806 
00807 /* Define to 1 if you have the `_ceilf' function. */
00808 /* #undef _GLIBCXX_HAVE__CEILF */
00809 
00810 /* Define to 1 if you have the `_ceill' function. */
00811 /* #undef _GLIBCXX_HAVE__CEILL */
00812 
00813 /* Define to 1 if you have the `_copysign' function. */
00814 /* #undef _GLIBCXX_HAVE__COPYSIGN */
00815 
00816 /* Define to 1 if you have the `_copysignl' function. */
00817 /* #undef _GLIBCXX_HAVE__COPYSIGNL */
00818 
00819 /* Define to 1 if you have the `_cosf' function. */
00820 /* #undef _GLIBCXX_HAVE__COSF */
00821 
00822 /* Define to 1 if you have the `_coshf' function. */
00823 /* #undef _GLIBCXX_HAVE__COSHF */
00824 
00825 /* Define to 1 if you have the `_coshl' function. */
00826 /* #undef _GLIBCXX_HAVE__COSHL */
00827 
00828 /* Define to 1 if you have the `_cosl' function. */
00829 /* #undef _GLIBCXX_HAVE__COSL */
00830 
00831 /* Define to 1 if you have the `_expf' function. */
00832 /* #undef _GLIBCXX_HAVE__EXPF */
00833 
00834 /* Define to 1 if you have the `_expl' function. */
00835 /* #undef _GLIBCXX_HAVE__EXPL */
00836 
00837 /* Define to 1 if you have the `_fabsf' function. */
00838 /* #undef _GLIBCXX_HAVE__FABSF */
00839 
00840 /* Define to 1 if you have the `_fabsl' function. */
00841 /* #undef _GLIBCXX_HAVE__FABSL */
00842 
00843 /* Define to 1 if you have the `_finite' function. */
00844 /* #undef _GLIBCXX_HAVE__FINITE */
00845 
00846 /* Define to 1 if you have the `_finitef' function. */
00847 /* #undef _GLIBCXX_HAVE__FINITEF */
00848 
00849 /* Define to 1 if you have the `_finitel' function. */
00850 /* #undef _GLIBCXX_HAVE__FINITEL */
00851 
00852 /* Define to 1 if you have the `_floorf' function. */
00853 /* #undef _GLIBCXX_HAVE__FLOORF */
00854 
00855 /* Define to 1 if you have the `_floorl' function. */
00856 /* #undef _GLIBCXX_HAVE__FLOORL */
00857 
00858 /* Define to 1 if you have the `_fmodf' function. */
00859 /* #undef _GLIBCXX_HAVE__FMODF */
00860 
00861 /* Define to 1 if you have the `_fmodl' function. */
00862 /* #undef _GLIBCXX_HAVE__FMODL */
00863 
00864 /* Define to 1 if you have the `_fpclass' function. */
00865 /* #undef _GLIBCXX_HAVE__FPCLASS */
00866 
00867 /* Define to 1 if you have the `_frexpf' function. */
00868 /* #undef _GLIBCXX_HAVE__FREXPF */
00869 
00870 /* Define to 1 if you have the `_frexpl' function. */
00871 /* #undef _GLIBCXX_HAVE__FREXPL */
00872 
00873 /* Define to 1 if you have the `_hypot' function. */
00874 /* #undef _GLIBCXX_HAVE__HYPOT */
00875 
00876 /* Define to 1 if you have the `_hypotf' function. */
00877 /* #undef _GLIBCXX_HAVE__HYPOTF */
00878 
00879 /* Define to 1 if you have the `_hypotl' function. */
00880 /* #undef _GLIBCXX_HAVE__HYPOTL */
00881 
00882 /* Define to 1 if you have the `_isinf' function. */
00883 /* #undef _GLIBCXX_HAVE__ISINF */
00884 
00885 /* Define to 1 if you have the `_isinff' function. */
00886 /* #undef _GLIBCXX_HAVE__ISINFF */
00887 
00888 /* Define to 1 if you have the `_isinfl' function. */
00889 /* #undef _GLIBCXX_HAVE__ISINFL */
00890 
00891 /* Define to 1 if you have the `_isnan' function. */
00892 /* #undef _GLIBCXX_HAVE__ISNAN */
00893 
00894 /* Define to 1 if you have the `_isnanf' function. */
00895 /* #undef _GLIBCXX_HAVE__ISNANF */
00896 
00897 /* Define to 1 if you have the `_isnanl' function. */
00898 /* #undef _GLIBCXX_HAVE__ISNANL */
00899 
00900 /* Define to 1 if you have the `_ldexpf' function. */
00901 /* #undef _GLIBCXX_HAVE__LDEXPF */
00902 
00903 /* Define to 1 if you have the `_ldexpl' function. */
00904 /* #undef _GLIBCXX_HAVE__LDEXPL */
00905 
00906 /* Define to 1 if you have the `_log10f' function. */
00907 /* #undef _GLIBCXX_HAVE__LOG10F */
00908 
00909 /* Define to 1 if you have the `_log10l' function. */
00910 /* #undef _GLIBCXX_HAVE__LOG10L */
00911 
00912 /* Define to 1 if you have the `_logf' function. */
00913 /* #undef _GLIBCXX_HAVE__LOGF */
00914 
00915 /* Define to 1 if you have the `_logl' function. */
00916 /* #undef _GLIBCXX_HAVE__LOGL */
00917 
00918 /* Define to 1 if you have the `_modff' function. */
00919 /* #undef _GLIBCXX_HAVE__MODFF */
00920 
00921 /* Define to 1 if you have the `_modfl' function. */
00922 /* #undef _GLIBCXX_HAVE__MODFL */
00923 
00924 /* Define to 1 if you have the `_powf' function. */
00925 /* #undef _GLIBCXX_HAVE__POWF */
00926 
00927 /* Define to 1 if you have the `_powl' function. */
00928 /* #undef _GLIBCXX_HAVE__POWL */
00929 
00930 /* Define to 1 if you have the `_qfpclass' function. */
00931 /* #undef _GLIBCXX_HAVE__QFPCLASS */
00932 
00933 /* Define to 1 if you have the `_sincos' function. */
00934 /* #undef _GLIBCXX_HAVE__SINCOS */
00935 
00936 /* Define to 1 if you have the `_sincosf' function. */
00937 /* #undef _GLIBCXX_HAVE__SINCOSF */
00938 
00939 /* Define to 1 if you have the `_sincosl' function. */
00940 /* #undef _GLIBCXX_HAVE__SINCOSL */
00941 
00942 /* Define to 1 if you have the `_sinf' function. */
00943 /* #undef _GLIBCXX_HAVE__SINF */
00944 
00945 /* Define to 1 if you have the `_sinhf' function. */
00946 /* #undef _GLIBCXX_HAVE__SINHF */
00947 
00948 /* Define to 1 if you have the `_sinhl' function. */
00949 /* #undef _GLIBCXX_HAVE__SINHL */
00950 
00951 /* Define to 1 if you have the `_sinl' function. */
00952 /* #undef _GLIBCXX_HAVE__SINL */
00953 
00954 /* Define to 1 if you have the `_sqrtf' function. */
00955 /* #undef _GLIBCXX_HAVE__SQRTF */
00956 
00957 /* Define to 1 if you have the `_sqrtl' function. */
00958 /* #undef _GLIBCXX_HAVE__SQRTL */
00959 
00960 /* Define to 1 if you have the `_tanf' function. */
00961 /* #undef _GLIBCXX_HAVE__TANF */
00962 
00963 /* Define to 1 if you have the `_tanhf' function. */
00964 /* #undef _GLIBCXX_HAVE__TANHF */
00965 
00966 /* Define to 1 if you have the `_tanhl' function. */
00967 /* #undef _GLIBCXX_HAVE__TANHL */
00968 
00969 /* Define to 1 if you have the `_tanl' function. */
00970 /* #undef _GLIBCXX_HAVE__TANL */
00971 
00972 /* Define to 1 if you have the `__signbit' function. */
00973 #define _GLIBCXX_HAVE___SIGNBIT 1
00974 
00975 /* Define to 1 if you have the `__signbitf' function. */
00976 #define _GLIBCXX_HAVE___SIGNBITF 1
00977 
00978 /* Define to 1 if you have the `__signbitl' function. */
00979 #define _GLIBCXX_HAVE___SIGNBITL 1
00980 
00981 /* Define to the address where bug reports for this package should be sent. */
00982 #define _GLIBCXX_PACKAGE_BUGREPORT ""
00983 
00984 /* Define to the full name of this package. */
00985 #define _GLIBCXX_PACKAGE_NAME "package-unused"
00986 
00987 /* Define to the full name and version of this package. */
00988 #define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
00989 
00990 /* Define to the one symbol short name of this package. */
00991 #define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
00992 
00993 /* Define to the version of this package. */
00994 #define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
00995 
00996 /* Define to 1 if you have the ANSI C header files. */
00997 #define STDC_HEADERS 1
00998 
00999 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
01000 #define _GLIBCXX_HOSTED 1
01001 
01002 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
01003 /* #undef _GLIBCXX_SJLJ_EXCEPTIONS */
01004 //
01005 // Systems that have certain non-standard functions prefixed with an
01006 // underscore, we'll handle those here. Must come after config.h.in.
01007 //
01008 #if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
01009 # define _GLIBCXX_HAVE_ISNAN 1
01010 # define isnan _isnan
01011 #endif
01012 
01013 #if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
01014 # define _GLIBCXX_HAVE_ISNANF 1
01015 # define isnanf _isnanf
01016 #endif
01017 
01018 #if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
01019 # define _GLIBCXX_HAVE_ISNANL 1
01020 # define isnanl _isnanl
01021 #endif
01022 
01023 #if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
01024 # define _GLIBCXX_HAVE_ISINF 1
01025 # define isinf _isinf
01026 #endif
01027 
01028 #if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
01029 # define _GLIBCXX_HAVE_ISINFF 1
01030 # define isinff _isinff
01031 #endif
01032 
01033 #if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
01034 # define _GLIBCXX_HAVE_ISINFL 1
01035 # define isinfl _isinfl
01036 #endif
01037 
01038 #if defined (_GLIBCXX_HAVE__COPYSIGN) && ! defined (_GLIBCXX_HAVE_COPYSIGN)
01039 # define _GLIBCXX_HAVE_COPYSIGN 1
01040 # define copysign _copysign
01041 #endif
01042 
01043 #if defined (_GLIBCXX_HAVE__COPYSIGNL) && ! defined (_GLIBCXX_HAVE_COPYSIGNL)
01044 # define _GLIBCXX_HAVE_COPYSIGNL 1
01045 # define copysignl _copysignl
01046 #endif
01047 
01048 #if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
01049 # define _GLIBCXX_HAVE_COSF 1
01050 # define cosf _cosf
01051 #endif
01052 
01053 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
01054 # define _GLIBCXX_HAVE_ACOSF 1
01055 # define acosf _acosf
01056 #endif
01057 
01058 #if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
01059 # define _GLIBCXX_HAVE_ACOSL 1
01060 # define acosl _acosl
01061 #endif
01062 
01063 #if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
01064 # define _GLIBCXX_HAVE_ASINF 1
01065 # define asinf _asinf
01066 #endif
01067 
01068 #if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
01069 # define _GLIBCXX_HAVE_ASINL 1
01070 # define asinl _asinl
01071 #endif
01072 
01073 #if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
01074 # define _GLIBCXX_HAVE_ATANF 1
01075 # define atanf _atanf
01076 #endif
01077 
01078 #if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
01079 # define _GLIBCXX_HAVE_ATANL 1
01080 # define atanl _atanl
01081 #endif
01082 
01083 #if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
01084 # define _GLIBCXX_HAVE_CEILF 1
01085 # define aceil _ceilf
01086 #endif
01087 
01088 #if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
01089 # define _GLIBCXX_HAVE_CEILL 1
01090 # define aceil _ceill
01091 #endif
01092 
01093 #if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
01094 # define _GLIBCXX_HAVE_COSHF 1
01095 # define coshf _coshf
01096 #endif
01097 
01098 #if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
01099 # define _GLIBCXX_HAVE_COSL 1
01100 # define cosl _cosl
01101 #endif
01102 
01103 #if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
01104 # define _GLIBCXX_HAVE_LOGF 1
01105 # define logf _logf
01106 #endif
01107 
01108 #if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
01109 # define _GLIBCXX_HAVE_COSHL 1
01110 # define coshl _coshl
01111 #endif
01112 
01113 #if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
01114 # define _GLIBCXX_HAVE_EXPF 1
01115 # define expf _expf
01116 #endif
01117 
01118 #if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
01119 # define _GLIBCXX_HAVE_EXPL 1
01120 # define expl _expl
01121 #endif
01122 
01123 #if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
01124 # define _GLIBCXX_HAVE_FABSF 1
01125 # define fabsf _fabsf
01126 #endif
01127 
01128 #if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
01129 # define _GLIBCXX_HAVE_FABSL 1
01130 # define fabsl _fabsl
01131 #endif
01132 
01133 #if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
01134 # define _GLIBCXX_HAVE_FLOORF 1
01135 # define floorf _floorf
01136 #endif
01137 
01138 #if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
01139 # define _GLIBCXX_HAVE_FLOORL 1
01140 # define floorl _floorl
01141 #endif
01142 
01143 #if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
01144 # define _GLIBCXX_HAVE_FMODF 1
01145 # define fmodf _fmodf
01146 #endif
01147 
01148 #if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
01149 # define _GLIBCXX_HAVE_FMODL 1
01150 # define fmodl _fmodl
01151 #endif
01152 
01153 #if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
01154 # define _GLIBCXX_HAVE_FREXPF 1
01155 # define frexpf _frexpf
01156 #endif
01157 
01158 #if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
01159 # define _GLIBCXX_HAVE_FREXPL 1
01160 # define frexpl _frexpl
01161 #endif
01162 
01163 #if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
01164 # define _GLIBCXX_HAVE_LDEXPF 1
01165 # define ldexpf _ldexpf
01166 #endif
01167 
01168 #if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
01169 # define _GLIBCXX_HAVE_LDEXPL 1
01170 # define ldexpl _ldexpl
01171 #endif
01172 
01173 #if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
01174 # define _GLIBCXX_HAVE_LOG10F 1
01175 # define log10f _log10f
01176 #endif
01177 
01178 #if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
01179 # define _GLIBCXX_HAVE_LOGL 1
01180 # define logl _logl
01181 #endif
01182 
01183 #if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
01184 # define _GLIBCXX_HAVE_POWF 1
01185 # define powf _powf
01186 #endif
01187 
01188 #if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
01189 # define _GLIBCXX_HAVE_LOG10L 1
01190 # define log10l _log10l
01191 #endif
01192 
01193 #if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
01194 # define _GLIBCXX_HAVE_MODF 1
01195 # define modf _modf
01196 #endif
01197 
01198 #if defined (_GLIBCXX_HAVE__MODL) && ! defined (_GLIBCXX_HAVE_MODL)
01199 # define _GLIBCXX_HAVE_MODL 1
01200 # define modl _modl
01201 #endif
01202 
01203 #if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
01204 # define _GLIBCXX_HAVE_SINF 1
01205 # define sinf _sinf
01206 #endif
01207 
01208 #if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
01209 # define _GLIBCXX_HAVE_POWL 1
01210 # define powl _powl
01211 #endif
01212 
01213 #if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
01214 # define _GLIBCXX_HAVE_SINHF 1
01215 # define sinhf _sinhf
01216 #endif
01217 
01218 #if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
01219 # define _GLIBCXX_HAVE_SINL 1
01220 # define sinl _sinl
01221 #endif
01222 
01223 #if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
01224 # define _GLIBCXX_HAVE_SQRTF 1
01225 # define sqrtf _sqrtf
01226 #endif
01227 
01228 #if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
01229 # define _GLIBCXX_HAVE_SINHL 1
01230 # define sinhl _sinhl
01231 #endif
01232 
01233 #if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
01234 # define _GLIBCXX_HAVE_TANF 1
01235 # define tanf _tanf
01236 #endif
01237 
01238 #if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
01239 # define _GLIBCXX_HAVE_SQRTL 1
01240 # define sqrtl _sqrtl
01241 #endif
01242 
01243 #if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
01244 # define _GLIBCXX_HAVE_TANHF 1
01245 # define tanhf _tanhf
01246 #endif
01247 
01248 #if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
01249 # define _GLIBCXX_HAVE_TANF 1
01250 # define tanf _tanf
01251 #endif
01252 
01253 #if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
01254 # define _GLIBCXX_HAVE_STRTOF 1
01255 # define strtof _strtof
01256 #endif
01257 
01258 #if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
01259 # define _GLIBCXX_HAVE_TANHL 1
01260 # define tanhl _tanhl
01261 #endif
01262 
01263 #if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
01264 # define _GLIBCXX_HAVE_STRTOLD 1
01265 # define strtold _strtold
01266 #endif
01267 
01268 #if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
01269 # define _GLIBCXX_HAVE_SINCOS 1
01270 # define sincos _sincos
01271 #endif
01272 
01273 #if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
01274 # define _GLIBCXX_HAVE_SINCOSF 1
01275 # define sincosf _sincosf
01276 #endif
01277 
01278 #if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
01279 # define _GLIBCXX_HAVE_SINCOSL 1
01280 # define sincosl _sincosl
01281 #endif
01282 
01283 #if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
01284 # define _GLIBCXX_HAVE_FINITE 1
01285 # define finite _finite
01286 #endif
01287 
01288 #if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
01289 # define _GLIBCXX_HAVE_FINITEF 1
01290 # define finitef _finitef
01291 #endif
01292 
01293 #if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
01294 # define _GLIBCXX_HAVE_FINITEL 1
01295 # define finitel _finitel
01296 #endif
01297 
01298 #if defined (_GLIBCXX_HAVE__QFINITE) && ! defined (_GLIBCXX_HAVE_QFINITE)
01299 # define _GLIBCXX_HAVE_QFINITE 1
01300 # define qfinite _qfinite
01301 #endif
01302 
01303 #if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
01304 # define _GLIBCXX_HAVE_FPCLASS 1
01305 # define fpclass _fpclass
01306 #endif
01307 
01308 #if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
01309 # define _GLIBCXX_HAVE_QFPCLASS 1
01310 # define qfpclass _qfpclass
01311 #endif
01312 
01313 #endif // _CXXCONFIG_

Generated on Wed Apr 27 18:35:10 2005 for libstdc++ source by  doxygen 1.4.2