Updated binary toolchain for kernel 2.4 target
[tomato.git] / tools / brcm / K24 / hndtools-mipsel-uclibc-4.1.2 / include / c++ / 3.4.6 / mipsel-linux-uclibc / bits / c++config.h
blob7a1bce39b72087bf50776cec3e553091174fd2a1
1 // Predefined symbols and macros -*- C++ -*-
3 // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4 // Free Software Foundation, Inc.
5 //
6 // This file is part of the GNU ISO C++ Library. This library is free
7 // software; you can redistribute it and/or modify it under the
8 // terms of the GNU General Public License as published by the
9 // Free Software Foundation; either version 2, or (at your option)
10 // any later version.
12 // This library is distributed in the hope that it will be useful,
13 // but WITHOUT ANY WARRANTY; without even the implied warranty of
14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 // GNU General Public License for more details.
17 // You should have received a copy of the GNU General Public License along
18 // with this library; see the file COPYING. If not, write to the Free
19 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
20 // USA.
22 // As a special exception, you may use this file as part of a free software
23 // library without restriction. Specifically, if other files instantiate
24 // templates or use macros or inline functions from this file, or you compile
25 // this file and link it with other files to produce an executable, this
26 // file does not by itself cause the resulting executable to be covered by
27 // the GNU General Public License. This exception does not however
28 // invalidate any other reasons why the executable file might be covered by
29 // the GNU General Public License.
31 #ifndef _CXXCONFIG
32 #define _CXXCONFIG 1
34 // Pick up any OS-specific definitions.
35 #include <bits/os_defines.h>
37 // The current version of the C++ library in compressed ISO date format.
38 #define __GLIBCXX__ 20060306
40 // Allow use of "export template." This is currently not a feature
41 // that g++ supports.
42 // #define _GLIBCXX_EXPORT_TEMPLATE 1
44 // Allow use of the GNU syntax extension, "extern template." This
45 // extension is fully documented in the g++ manual, but in a nutshell,
46 // it inhibits all implicit instantiations and is used throughout the
47 // library to avoid multiple weak definitions for required types that
48 // are already explicitly instantiated in the library binary. This
49 // substantially reduces the binary size of resulting executables.
50 #ifndef _GLIBCXX_EXTERN_TEMPLATE
51 # define _GLIBCXX_EXTERN_TEMPLATE 1
52 #endif
54 // Debug mode support. Debug mode basic_string is not allowed to be
55 // associated with std, because of locale and exception link
56 // dependence.
57 namespace __gnu_debug_def { }
59 namespace __gnu_debug
61 using namespace __gnu_debug_def;
64 #ifdef _GLIBCXX_DEBUG
65 # define _GLIBCXX_STD __gnu_norm
66 namespace __gnu_norm
68 using namespace std;
70 namespace std
72 using namespace __gnu_debug_def __attribute__ ((strong));
74 #else
75 # define _GLIBCXX_STD std
76 #endif
79 // The remainder of the prewritten config is automatic; all the
80 // user hooks are listed above.
82 // Create a boolean flag to be used to determine if --fast-math is set.
83 #ifdef __FAST_MATH__
84 # define _GLIBCXX_FAST_MATH 1
85 #else
86 # define _GLIBCXX_FAST_MATH 0
87 #endif
89 // This marks string literals in header files to be extracted for eventual
90 // translation. It is primarily used for messages in thrown exceptions; see
91 // src/functexcept.cc. We use __N because the more traditional _N is used
92 // for something else under certain OSes (see BADNAMES).
93 #define __N(msgid) (msgid)
95 // End of prewritten config; the discovered settings follow.
96 /* config.h. Generated by configure. */
97 /* config.h.in. Generated from configure.ac by autoheader. */
98 // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
100 // Defines libstdc++ version.
101 /* #undef _GLIBCXX_PACKAGE */
102 /* #undef _GLIBCXX_VERSION */
104 // Needed for gettext.
105 /* #undef ENABLE_NLS */
106 /* #undef _GLIBCXX_HAVE_CATGETS */
107 /* #undef _GLIBCXX_HAVE_GETTEXT */
108 /* #undef _GLIBCXX_HAVE_STPCPY */
110 // Include I/O support for 'long long' and 'unsigned long long'.
111 #define _GLIBCXX_USE_LONG_LONG 1
113 // Include support for 'long double'.
114 /* #undef _GLIBCXX_USE_LONG_DOUBLE */
116 // Define if C99 math functions (like fpclassify) should be exposed.
117 #define _GLIBCXX_USE_C99_MATH 1
119 // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
120 #define _GLIBCXX_USE_C99 1
122 // Define if code specialized for wchar_t should be used.
123 /* #undef _GLIBCXX_USE_WCHAR_T */
125 // Define if using setrlimit to set resource limits during 'make check'.
126 /* #undef _GLIBCXX_RES_LIMITS */
128 // Define to use concept checking code from the boost libraries.
129 /* #undef _GLIBCXX_CONCEPT_CHECKS */
131 // Define to use symbol versioning in the shared library.
132 /* #undef _GLIBCXX_SYMVER */
134 // Define symbol versioning in assember directives. If symbol
135 // versioning is beigng used, and the assembler supports this kind of
136 // thing, then use it.
137 // NB: _GLIBCXX_AT_AT is a hack to work around quoting issues in m4.
138 #if _GLIBCXX_SYMVER
139 #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
140 asm (".symver " #cur "," #old _GLIBCXX_AT_AT #version);
141 #else
142 #define _GLIBCXX_ASM_SYMVER(cur, old, version)
143 #endif
145 // Define if LFS support is available.
146 #define _GLIBCXX_USE_LFS 1
148 // Define if a fully dynamic basic_string is wanted.
149 /* #undef _GLIBCXX_FULLY_DYNAMIC_STRING */
151 // Define if NLS translations are to be used.
152 /* #undef _GLIBCXX_USE_NLS */
154 // Define if gthr-default.h exists (meaning that threading support is enabled).
155 #define _GLIBCXX_HAVE_GTHR_DEFAULT 1
157 // Define if the atan2f function exists.
158 #define _GLIBCXX_HAVE_ATAN2F 1
160 // Define if the atan2l function exists.
161 /* #undef _GLIBCXX_HAVE_ATAN2L */
163 // Define if the tanl function exists.
164 /* #undef _GLIBCXX_HAVE_TANL */
166 // Define if the copysignf function exists.
167 #define _GLIBCXX_HAVE_COPYSIGNF 1
169 // Define if getpagesize exists.
170 /* #undef _GLIBCXX_HAVE_GETPAGESIZE */
172 // Define if setenv exists.
173 /* #undef _GLIBCXX_HAVE_SETENV */
175 // Define if sigsetjmp exists.
176 /* #undef _GLIBCXX_HAVE_SIGSETJMP */
178 // Define if mbstate_t exists in wchar.h.
179 #define _GLIBCXX_HAVE_MBSTATE_T 1
181 // Define if you have the modff function.
182 #define _GLIBCXX_HAVE_MODFF 1
184 // Define if you have the modfl function.
185 /* #undef _GLIBCXX_HAVE_MODFL */
187 // Define if you have the expf function.
188 #define _GLIBCXX_HAVE_EXPF 1
190 // Define if you have the expl function.
191 /* #undef _GLIBCXX_HAVE_EXPL */
193 // Define if you have the hypot function.
194 #define _GLIBCXX_HAVE_HYPOT 1
196 // Define if you have the hypotf function.
197 #define _GLIBCXX_HAVE_HYPOTF 1
199 // Define if you have the hypotl function.
200 /* #undef _GLIBCXX_HAVE_HYPOTL */
202 // Define if the compiler/host combination has __builtin_abs
203 /* #undef _GLIBCXX_HAVE___BUILTIN_ABS */
205 // Define if the compiler/host combination has __builtin_labs
206 /* #undef _GLIBCXX_HAVE___BUILTIN_LABS */
208 // Define if the compiler/host combination has __builtin_cos
209 /* #undef _GLIBCXX_HAVE___BUILTIN_COS */
211 // Define if the compiler/host combination has __builtin_cosf
212 /* #undef _GLIBCXX_HAVE___BUILTIN_COSF */
214 // Define if the compiler/host combination has __builtin_cosl
215 /* #undef _GLIBCXX_HAVE___BUILTIN_COSL */
217 // Define if the compiler/host combination has __builtin_fabs
218 /* #undef _GLIBCXX_HAVE___BUILTIN_FABS */
220 // Define if the compiler/host combination has __builtin_fabsf
221 /* #undef _GLIBCXX_HAVE___BUILTIN_FABSF */
223 // Define if the compiler/host combination has __builtin_fabsl
224 /* #undef _GLIBCXX_HAVE___BUILTIN_FABSL */
226 // Define if the compiler/host combination has __builtin_sin
227 /* #undef _GLIBCXX_HAVE___BUILTIN_SIN */
229 // Define if the compiler/host combination has __builtin_sinf
230 /* #undef _GLIBCXX_HAVE___BUILTIN_SINF */
232 // Define if the compiler/host combination has __builtin_sinl
233 /* #undef _GLIBCXX_HAVE___BUILTIN_SINL */
235 // Define if the compiler/host combination has __builtin_sqrt
236 /* #undef _GLIBCXX_HAVE___BUILTIN_SQRT */
238 // Define if the compiler/host combination has __builtin_sqrtf
239 /* #undef _GLIBCXX_HAVE___BUILTIN_SQRTF */
241 // Define if the compiler/host combination has __builtin_sqrtl
242 /* #undef _GLIBCXX_HAVE___BUILTIN_SQRTL */
244 // Define if poll is available in <poll.h>.
245 #define _GLIBCXX_HAVE_POLL 1
247 // Define if S_ISREG (Posix) is available in <sys/stat.h>.
248 #define _GLIBCXX_HAVE_S_ISREG 1
250 // Define if S_IFREG is available in <sys/stat.h>.
251 /* #undef _GLIBCXX_HAVE_S_IFREG */
253 // Define if writev is available in <sys/uio.h>.
254 #define _GLIBCXX_HAVE_WRITEV 1
256 // Define if int64_t is available in <stdint.h>.
257 #define _GLIBCXX_HAVE_INT64_T 1
259 // Define if LC_MESSAGES is available in <locale.h>.
260 /* #undef _GLIBCXX_HAVE_LC_MESSAGES */
262 // Define if <float.h> exists.
263 #define _GLIBCXX_HAVE_FLOAT_H 1
265 // Define if modf is present in <math.h>
266 /* #undef _GLIBCXX_HAVE_MODF */
269 /* Define to 1 if you have the `acosf' function. */
270 #define _GLIBCXX_HAVE_ACOSF 1
272 /* Define to 1 if you have the `acosl' function. */
273 /* #undef _GLIBCXX_HAVE_ACOSL */
275 /* Define to 1 if you have the `asinf' function. */
276 #define _GLIBCXX_HAVE_ASINF 1
278 /* Define to 1 if you have the `asinl' function. */
279 /* #undef _GLIBCXX_HAVE_ASINL */
281 /* Define to 1 if you have the `atan2f' function. */
282 #define _GLIBCXX_HAVE_ATAN2F 1
284 /* Define to 1 if you have the `atan2l' function. */
285 /* #undef _GLIBCXX_HAVE_ATAN2L */
287 /* Define to 1 if you have the `atanf' function. */
288 #define _GLIBCXX_HAVE_ATANF 1
290 /* Define to 1 if you have the `atanl' function. */
291 /* #undef _GLIBCXX_HAVE_ATANL */
293 /* Define to 1 if you have the `btowc' function. */
294 #define _GLIBCXX_HAVE_BTOWC 1
296 /* Define to 1 if you have the `ceilf' function. */
297 #define _GLIBCXX_HAVE_CEILF 1
299 /* Define to 1 if you have the `ceill' function. */
300 /* #undef _GLIBCXX_HAVE_CEILL */
302 /* Define to 1 if you have the `copysign' function. */
303 #define _GLIBCXX_HAVE_COPYSIGN 1
305 /* Define to 1 if you have the `copysignf' function. */
306 #define _GLIBCXX_HAVE_COPYSIGNF 1
308 /* Define to 1 if you have the `copysignl' function. */
309 /* #undef _GLIBCXX_HAVE_COPYSIGNL */
311 /* Define to 1 if you have the `cosf' function. */
312 #define _GLIBCXX_HAVE_COSF 1
314 /* Define to 1 if you have the `coshf' function. */
315 #define _GLIBCXX_HAVE_COSHF 1
317 /* Define to 1 if you have the `coshl' function. */
318 /* #undef _GLIBCXX_HAVE_COSHL */
320 /* Define to 1 if you have the `cosl' function. */
321 /* #undef _GLIBCXX_HAVE_COSL */
323 /* Define to 1 if you have the <endian.h> header file. */
324 #define _GLIBCXX_HAVE_ENDIAN_H 1
326 /* Define to 1 if you have the `expf' function. */
327 #define _GLIBCXX_HAVE_EXPF 1
329 /* Define to 1 if you have the `expl' function. */
330 /* #undef _GLIBCXX_HAVE_EXPL */
332 /* Define to 1 if you have the `fabsf' function. */
333 #define _GLIBCXX_HAVE_FABSF 1
335 /* Define to 1 if you have the `fabsl' function. */
336 /* #undef _GLIBCXX_HAVE_FABSL */
338 /* Define to 1 if you have the `fgetwc' function. */
339 #define _GLIBCXX_HAVE_FGETWC 1
341 /* Define to 1 if you have the `fgetws' function. */
342 #define _GLIBCXX_HAVE_FGETWS 1
344 /* Define to 1 if you have the `finite' function. */
345 #define _GLIBCXX_HAVE_FINITE 1
347 /* Define to 1 if you have the `finitef' function. */
348 #define _GLIBCXX_HAVE_FINITEF 1
350 /* Define to 1 if you have the `finitel' function. */
351 /* #undef _GLIBCXX_HAVE_FINITEL */
353 /* Define to 1 if you have the <float.h> header file. */
354 #define _GLIBCXX_HAVE_FLOAT_H 1
356 /* Define to 1 if you have the `floorf' function. */
357 #define _GLIBCXX_HAVE_FLOORF 1
359 /* Define to 1 if you have the `floorl' function. */
360 /* #undef _GLIBCXX_HAVE_FLOORL */
362 /* Define to 1 if you have the `fmodf' function. */
363 #define _GLIBCXX_HAVE_FMODF 1
365 /* Define to 1 if you have the `fmodl' function. */
366 /* #undef _GLIBCXX_HAVE_FMODL */
368 /* Define to 1 if you have the `fpclass' function. */
369 /* #undef _GLIBCXX_HAVE_FPCLASS */
371 /* Define to 1 if you have the `fputwc' function. */
372 #define _GLIBCXX_HAVE_FPUTWC 1
374 /* Define to 1 if you have the `fputws' function. */
375 #define _GLIBCXX_HAVE_FPUTWS 1
377 /* Define to 1 if you have the <fp.h> header file. */
378 /* #undef _GLIBCXX_HAVE_FP_H */
380 /* Define to 1 if you have the `frexpf' function. */
381 #define _GLIBCXX_HAVE_FREXPF 1
383 /* Define to 1 if you have the `frexpl' function. */
384 /* #undef _GLIBCXX_HAVE_FREXPL */
386 /* Define to 1 if you have the `fwide' function. */
387 #define _GLIBCXX_HAVE_FWIDE 1
389 /* Define to 1 if you have the `fwprintf' function. */
390 #define _GLIBCXX_HAVE_FWPRINTF 1
392 /* Define to 1 if you have the `fwscanf' function. */
393 #define _GLIBCXX_HAVE_FWSCANF 1
395 /* Define to 1 if you have the <gconv.h> header file. */
396 /* #undef _GLIBCXX_HAVE_GCONV_H */
398 /* Define to 1 if you have the `getpagesize' function. */
399 /* #undef _GLIBCXX_HAVE_GETPAGESIZE */
401 /* Define to 1 if you have the `getwc' function. */
402 #define _GLIBCXX_HAVE_GETWC 1
404 /* Define to 1 if you have the `getwchar' function. */
405 #define _GLIBCXX_HAVE_GETWCHAR 1
407 /* Define to 1 if you have the `hypot' function. */
408 #define _GLIBCXX_HAVE_HYPOT 1
410 /* Define to 1 if you have the `hypotf' function. */
411 #define _GLIBCXX_HAVE_HYPOTF 1
413 /* Define to 1 if you have the `hypotl' function. */
414 /* #undef _GLIBCXX_HAVE_HYPOTL */
416 /* Define to 1 if you have the `iconv' function. */
417 /* #undef _GLIBCXX_HAVE_ICONV */
419 /* Define to 1 if you have the `iconv_close' function. */
420 /* #undef _GLIBCXX_HAVE_ICONV_CLOSE */
422 /* Define to 1 if you have the `iconv_open' function. */
423 /* #undef _GLIBCXX_HAVE_ICONV_OPEN */
425 /* Define to 1 if you have the <ieeefp.h> header file. */
426 /* #undef _GLIBCXX_HAVE_IEEEFP_H */
428 /* Define to 1 if you have the <inttypes.h> header file. */
429 #define _GLIBCXX_HAVE_INTTYPES_H 1
431 /* Define to 1 if you have the `isinf' function. */
432 #define _GLIBCXX_HAVE_ISINF 1
434 /* Define to 1 if you have the `isinff' function. */
435 #define _GLIBCXX_HAVE_ISINFF 1
437 /* Define to 1 if you have the `isinfl' function. */
438 /* #undef _GLIBCXX_HAVE_ISINFL */
440 /* Define to 1 if you have the `isnan' function. */
441 #define _GLIBCXX_HAVE_ISNAN 1
443 /* Define to 1 if you have the `isnanf' function. */
444 #define _GLIBCXX_HAVE_ISNANF 1
446 /* Define to 1 if you have the `isnanl' function. */
447 /* #undef _GLIBCXX_HAVE_ISNANL */
449 /* Define to 1 if you have the `iswblank' function. */
450 #define _GLIBCXX_HAVE_ISWBLANK 1
452 /* Define to 1 if you have the `ldexpf' function. */
453 /* #undef _GLIBCXX_HAVE_LDEXPF */
455 /* Define to 1 if you have the `ldexpl' function. */
456 /* #undef _GLIBCXX_HAVE_LDEXPL */
458 /* Define to 1 if you have the <libintl.h> header file. */
459 /* #undef _GLIBCXX_HAVE_LIBINTL_H */
461 /* Define to 1 if you have the `m' library (-lm). */
462 #define _GLIBCXX_HAVE_LIBM 1
464 /* Only used in build directory testsuite_hooks.h. */
465 /* #undef _GLIBCXX_HAVE_LIMIT_AS */
467 /* Only used in build directory testsuite_hooks.h. */
468 /* #undef _GLIBCXX_HAVE_LIMIT_DATA */
470 /* Only used in build directory testsuite_hooks.h. */
471 /* #undef _GLIBCXX_HAVE_LIMIT_FSIZE */
473 /* Only used in build directory testsuite_hooks.h. */
474 /* #undef _GLIBCXX_HAVE_LIMIT_RSS */
476 /* Only used in build directory testsuite_hooks.h. */
477 /* #undef _GLIBCXX_HAVE_LIMIT_VMEM */
479 /* Define to 1 if you have the <locale.h> header file. */
480 #define _GLIBCXX_HAVE_LOCALE_H 1
482 /* Define to 1 if you have the `log10f' function. */
483 #define _GLIBCXX_HAVE_LOG10F 1
485 /* Define to 1 if you have the `log10l' function. */
486 /* #undef _GLIBCXX_HAVE_LOG10L */
488 /* Define to 1 if you have the `logf' function. */
489 #define _GLIBCXX_HAVE_LOGF 1
491 /* Define to 1 if you have the `logl' function. */
492 /* #undef _GLIBCXX_HAVE_LOGL */
494 /* Define to 1 if you have the <machine/endian.h> header file. */
495 /* #undef _GLIBCXX_HAVE_MACHINE_ENDIAN_H */
497 /* Define to 1 if you have the <machine/param.h> header file. */
498 /* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */
500 /* Define to 1 if you have the `mbrlen' function. */
501 #define _GLIBCXX_HAVE_MBRLEN 1
503 /* Define to 1 if you have the `mbrtowc' function. */
504 #define _GLIBCXX_HAVE_MBRTOWC 1
506 /* Define to 1 if you have the `mbsinit' function. */
507 #define _GLIBCXX_HAVE_MBSINIT 1
509 /* Define to 1 if you have the `mbsrtowcs' function. */
510 #define _GLIBCXX_HAVE_MBSRTOWCS 1
512 /* Define to 1 if you have the <memory.h> header file. */
513 #define _GLIBCXX_HAVE_MEMORY_H 1
515 /* Define to 1 if you have a working `mmap' system call. */
516 /* #undef _GLIBCXX_HAVE_MMAP */
518 /* Define to 1 if you have the `modff' function. */
519 #define _GLIBCXX_HAVE_MODFF 1
521 /* Define to 1 if you have the `modfl' function. */
522 /* #undef _GLIBCXX_HAVE_MODFL */
524 /* Define to 1 if you have the <nan.h> header file. */
525 /* #undef _GLIBCXX_HAVE_NAN_H */
527 /* Define to 1 if you have the `nl_langinfo' function. */
528 #define _GLIBCXX_HAVE_NL_LANGINFO 1
530 /* Define to 1 if you have the `powf' function. */
531 /* #undef _GLIBCXX_HAVE_POWF */
533 /* Define to 1 if you have the `powl' function. */
534 /* #undef _GLIBCXX_HAVE_POWL */
536 /* Define to 1 if you have the `putwc' function. */
537 #define _GLIBCXX_HAVE_PUTWC 1
539 /* Define to 1 if you have the `putwchar' function. */
540 #define _GLIBCXX_HAVE_PUTWCHAR 1
542 /* Define to 1 if you have the `qfpclass' function. */
543 /* #undef _GLIBCXX_HAVE_QFPCLASS */
545 /* Define to 1 if you have the `setenv' function. */
546 /* #undef _GLIBCXX_HAVE_SETENV */
548 /* Define if sigsetjmp is available. */
549 /* #undef _GLIBCXX_HAVE_SIGSETJMP */
551 /* Define to 1 if you have the `sincos' function. */
552 #define _GLIBCXX_HAVE_SINCOS 1
554 /* Define to 1 if you have the `sincosf' function. */
555 #define _GLIBCXX_HAVE_SINCOSF 1
557 /* Define to 1 if you have the `sincosl' function. */
558 /* #undef _GLIBCXX_HAVE_SINCOSL */
560 /* Define to 1 if you have the `sinf' function. */
561 #define _GLIBCXX_HAVE_SINF 1
563 /* Define to 1 if you have the `sinhf' function. */
564 #define _GLIBCXX_HAVE_SINHF 1
566 /* Define to 1 if you have the `sinhl' function. */
567 /* #undef _GLIBCXX_HAVE_SINHL */
569 /* Define to 1 if you have the `sinl' function. */
570 /* #undef _GLIBCXX_HAVE_SINL */
572 /* Define to 1 if you have the `sqrtf' function. */
573 #define _GLIBCXX_HAVE_SQRTF 1
575 /* Define to 1 if you have the `sqrtl' function. */
576 /* #undef _GLIBCXX_HAVE_SQRTL */
578 /* Define to 1 if you have the <stdint.h> header file. */
579 #define _GLIBCXX_HAVE_STDINT_H 1
581 /* Define to 1 if you have the <stdlib.h> header file. */
582 #define _GLIBCXX_HAVE_STDLIB_H 1
584 /* Define to 1 if you have the <strings.h> header file. */
585 #define _GLIBCXX_HAVE_STRINGS_H 1
587 /* Define to 1 if you have the <string.h> header file. */
588 #define _GLIBCXX_HAVE_STRING_H 1
590 /* Define to 1 if you have the `strtof' function. */
591 /* #undef _GLIBCXX_HAVE_STRTOF */
593 /* Define to 1 if you have the `strtold' function. */
594 /* #undef _GLIBCXX_HAVE_STRTOLD */
596 /* Define to 1 if you have the `swprintf' function. */
597 #define _GLIBCXX_HAVE_SWPRINTF 1
599 /* Define to 1 if you have the `swscanf' function. */
600 #define _GLIBCXX_HAVE_SWSCANF 1
602 /* Define to 1 if you have the <sys/filio.h> header file. */
603 /* #undef _GLIBCXX_HAVE_SYS_FILIO_H */
605 /* Define to 1 if you have the <sys/ioctl.h> header file. */
606 #define _GLIBCXX_HAVE_SYS_IOCTL_H 1
608 /* Define to 1 if you have the <sys/isa_defs.h> header file. */
609 /* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
611 /* Define to 1 if you have the <sys/machine.h> header file. */
612 /* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
614 /* Define to 1 if you have the <sys/param.h> header file. */
615 /* #undef _GLIBCXX_HAVE_SYS_PARAM_H */
617 /* Define to 1 if you have the <sys/resource.h> header file. */
618 /* #undef _GLIBCXX_HAVE_SYS_RESOURCE_H */
620 /* Define to 1 if you have the <sys/stat.h> header file. */
621 #define _GLIBCXX_HAVE_SYS_STAT_H 1
623 /* Define to 1 if you have the <sys/time.h> header file. */
624 /* #undef _GLIBCXX_HAVE_SYS_TIME_H */
626 /* Define to 1 if you have the <sys/types.h> header file. */
627 #define _GLIBCXX_HAVE_SYS_TYPES_H 1
629 /* Define to 1 if you have the <sys/uio.h> header file. */
630 #define _GLIBCXX_HAVE_SYS_UIO_H 1
632 /* Define to 1 if you have the `tanf' function. */
633 #define _GLIBCXX_HAVE_TANF 1
635 /* Define to 1 if you have the `tanhf' function. */
636 #define _GLIBCXX_HAVE_TANHF 1
638 /* Define to 1 if you have the `tanhl' function. */
639 /* #undef _GLIBCXX_HAVE_TANHL */
641 /* Define to 1 if you have the `tanl' function. */
642 /* #undef _GLIBCXX_HAVE_TANL */
644 /* Define to 1 if you have the `ungetwc' function. */
645 #define _GLIBCXX_HAVE_UNGETWC 1
647 /* Define to 1 if you have the <unistd.h> header file. */
648 #define _GLIBCXX_HAVE_UNISTD_H 1
650 /* Define to 1 if you have the `vfwprintf' function. */
651 #define _GLIBCXX_HAVE_VFWPRINTF 1
653 /* Define to 1 if you have the `vfwscanf' function. */
654 #define _GLIBCXX_HAVE_VFWSCANF 1
656 /* Define to 1 if you have the `vswprintf' function. */
657 #define _GLIBCXX_HAVE_VSWPRINTF 1
659 /* Define to 1 if you have the `vswscanf' function. */
660 #define _GLIBCXX_HAVE_VSWSCANF 1
662 /* Define to 1 if you have the `vwprintf' function. */
663 #define _GLIBCXX_HAVE_VWPRINTF 1
665 /* Define to 1 if you have the `vwscanf' function. */
666 #define _GLIBCXX_HAVE_VWSCANF 1
668 /* Define to 1 if you have the <wchar.h> header file. */
669 #define _GLIBCXX_HAVE_WCHAR_H 1
671 /* Define to 1 if you have the `wcrtomb' function. */
672 #define _GLIBCXX_HAVE_WCRTOMB 1
674 /* Define to 1 if you have the `wcscat' function. */
675 #define _GLIBCXX_HAVE_WCSCAT 1
677 /* Define to 1 if you have the `wcschr' function. */
678 #define _GLIBCXX_HAVE_WCSCHR 1
680 /* Define to 1 if you have the `wcscmp' function. */
681 #define _GLIBCXX_HAVE_WCSCMP 1
683 /* Define to 1 if you have the `wcscoll' function. */
684 #define _GLIBCXX_HAVE_WCSCOLL 1
686 /* Define to 1 if you have the `wcscpy' function. */
687 #define _GLIBCXX_HAVE_WCSCPY 1
689 /* Define to 1 if you have the `wcscspn' function. */
690 #define _GLIBCXX_HAVE_WCSCSPN 1
692 /* Define to 1 if you have the `wcsftime' function. */
693 #define _GLIBCXX_HAVE_WCSFTIME 1
695 /* Define to 1 if you have the `wcslen' function. */
696 #define _GLIBCXX_HAVE_WCSLEN 1
698 /* Define to 1 if you have the `wcsncat' function. */
699 #define _GLIBCXX_HAVE_WCSNCAT 1
701 /* Define to 1 if you have the `wcsncmp' function. */
702 #define _GLIBCXX_HAVE_WCSNCMP 1
704 /* Define to 1 if you have the `wcsncpy' function. */
705 #define _GLIBCXX_HAVE_WCSNCPY 1
707 /* Define to 1 if you have the `wcspbrk' function. */
708 #define _GLIBCXX_HAVE_WCSPBRK 1
710 /* Define to 1 if you have the `wcsrchr' function. */
711 #define _GLIBCXX_HAVE_WCSRCHR 1
713 /* Define to 1 if you have the `wcsrtombs' function. */
714 #define _GLIBCXX_HAVE_WCSRTOMBS 1
716 /* Define to 1 if you have the `wcsspn' function. */
717 #define _GLIBCXX_HAVE_WCSSPN 1
719 /* Define to 1 if you have the `wcsstr' function. */
720 #define _GLIBCXX_HAVE_WCSSTR 1
722 /* Define to 1 if you have the `wcstod' function. */
723 #define _GLIBCXX_HAVE_WCSTOD 1
725 /* Define to 1 if you have the `wcstof' function. */
726 #define _GLIBCXX_HAVE_WCSTOF 1
728 /* Define to 1 if you have the `wcstok' function. */
729 #define _GLIBCXX_HAVE_WCSTOK 1
731 /* Define to 1 if you have the `wcstol' function. */
732 #define _GLIBCXX_HAVE_WCSTOL 1
734 /* Define to 1 if you have the `wcstoul' function. */
735 #define _GLIBCXX_HAVE_WCSTOUL 1
737 /* Define to 1 if you have the `wcsxfrm' function. */
738 #define _GLIBCXX_HAVE_WCSXFRM 1
740 /* Define to 1 if you have the `wctob' function. */
741 #define _GLIBCXX_HAVE_WCTOB 1
743 /* Define to 1 if you have the <wctype.h> header file. */
744 #define _GLIBCXX_HAVE_WCTYPE_H 1
746 /* Define to 1 if you have the `wmemchr' function. */
747 #define _GLIBCXX_HAVE_WMEMCHR 1
749 /* Define to 1 if you have the `wmemcmp' function. */
750 #define _GLIBCXX_HAVE_WMEMCMP 1
752 /* Define to 1 if you have the `wmemcpy' function. */
753 #define _GLIBCXX_HAVE_WMEMCPY 1
755 /* Define to 1 if you have the `wmemmove' function. */
756 #define _GLIBCXX_HAVE_WMEMMOVE 1
758 /* Define to 1 if you have the `wmemset' function. */
759 #define _GLIBCXX_HAVE_WMEMSET 1
761 /* Define to 1 if you have the `wprintf' function. */
762 #define _GLIBCXX_HAVE_WPRINTF 1
764 /* Define to 1 if you have the `wscanf' function. */
765 #define _GLIBCXX_HAVE_WSCANF 1
767 /* Define to 1 if you have the `_acosf' function. */
768 /* #undef _GLIBCXX_HAVE__ACOSF */
770 /* Define to 1 if you have the `_acosl' function. */
771 /* #undef _GLIBCXX_HAVE__ACOSL */
773 /* Define to 1 if you have the `_asinf' function. */
774 /* #undef _GLIBCXX_HAVE__ASINF */
776 /* Define to 1 if you have the `_asinl' function. */
777 /* #undef _GLIBCXX_HAVE__ASINL */
779 /* Define to 1 if you have the `_atan2f' function. */
780 /* #undef _GLIBCXX_HAVE__ATAN2F */
782 /* Define to 1 if you have the `_atan2l' function. */
783 /* #undef _GLIBCXX_HAVE__ATAN2L */
785 /* Define to 1 if you have the `_atanf' function. */
786 /* #undef _GLIBCXX_HAVE__ATANF */
788 /* Define to 1 if you have the `_atanl' function. */
789 /* #undef _GLIBCXX_HAVE__ATANL */
791 /* Define to 1 if you have the `_ceilf' function. */
792 /* #undef _GLIBCXX_HAVE__CEILF */
794 /* Define to 1 if you have the `_ceill' function. */
795 /* #undef _GLIBCXX_HAVE__CEILL */
797 /* Define to 1 if you have the `_copysign' function. */
798 /* #undef _GLIBCXX_HAVE__COPYSIGN */
800 /* Define to 1 if you have the `_copysignl' function. */
801 /* #undef _GLIBCXX_HAVE__COPYSIGNL */
803 /* Define to 1 if you have the `_cosf' function. */
804 /* #undef _GLIBCXX_HAVE__COSF */
806 /* Define to 1 if you have the `_coshf' function. */
807 /* #undef _GLIBCXX_HAVE__COSHF */
809 /* Define to 1 if you have the `_coshl' function. */
810 /* #undef _GLIBCXX_HAVE__COSHL */
812 /* Define to 1 if you have the `_cosl' function. */
813 /* #undef _GLIBCXX_HAVE__COSL */
815 /* Define to 1 if you have the `_expf' function. */
816 /* #undef _GLIBCXX_HAVE__EXPF */
818 /* Define to 1 if you have the `_expl' function. */
819 /* #undef _GLIBCXX_HAVE__EXPL */
821 /* Define to 1 if you have the `_fabsf' function. */
822 /* #undef _GLIBCXX_HAVE__FABSF */
824 /* Define to 1 if you have the `_fabsl' function. */
825 /* #undef _GLIBCXX_HAVE__FABSL */
827 /* Define to 1 if you have the `_finite' function. */
828 /* #undef _GLIBCXX_HAVE__FINITE */
830 /* Define to 1 if you have the `_finitef' function. */
831 /* #undef _GLIBCXX_HAVE__FINITEF */
833 /* Define to 1 if you have the `_finitel' function. */
834 /* #undef _GLIBCXX_HAVE__FINITEL */
836 /* Define to 1 if you have the `_floorf' function. */
837 /* #undef _GLIBCXX_HAVE__FLOORF */
839 /* Define to 1 if you have the `_floorl' function. */
840 /* #undef _GLIBCXX_HAVE__FLOORL */
842 /* Define to 1 if you have the `_fmodf' function. */
843 /* #undef _GLIBCXX_HAVE__FMODF */
845 /* Define to 1 if you have the `_fmodl' function. */
846 /* #undef _GLIBCXX_HAVE__FMODL */
848 /* Define to 1 if you have the `_fpclass' function. */
849 /* #undef _GLIBCXX_HAVE__FPCLASS */
851 /* Define to 1 if you have the `_frexpf' function. */
852 /* #undef _GLIBCXX_HAVE__FREXPF */
854 /* Define to 1 if you have the `_frexpl' function. */
855 /* #undef _GLIBCXX_HAVE__FREXPL */
857 /* Define to 1 if you have the `_hypot' function. */
858 /* #undef _GLIBCXX_HAVE__HYPOT */
860 /* Define to 1 if you have the `_hypotf' function. */
861 /* #undef _GLIBCXX_HAVE__HYPOTF */
863 /* Define to 1 if you have the `_hypotl' function. */
864 /* #undef _GLIBCXX_HAVE__HYPOTL */
866 /* Define to 1 if you have the `_isinf' function. */
867 /* #undef _GLIBCXX_HAVE__ISINF */
869 /* Define to 1 if you have the `_isinff' function. */
870 /* #undef _GLIBCXX_HAVE__ISINFF */
872 /* Define to 1 if you have the `_isinfl' function. */
873 /* #undef _GLIBCXX_HAVE__ISINFL */
875 /* Define to 1 if you have the `_isnan' function. */
876 /* #undef _GLIBCXX_HAVE__ISNAN */
878 /* Define to 1 if you have the `_isnanf' function. */
879 /* #undef _GLIBCXX_HAVE__ISNANF */
881 /* Define to 1 if you have the `_isnanl' function. */
882 /* #undef _GLIBCXX_HAVE__ISNANL */
884 /* Define to 1 if you have the `_ldexpf' function. */
885 /* #undef _GLIBCXX_HAVE__LDEXPF */
887 /* Define to 1 if you have the `_ldexpl' function. */
888 /* #undef _GLIBCXX_HAVE__LDEXPL */
890 /* Define to 1 if you have the `_log10f' function. */
891 /* #undef _GLIBCXX_HAVE__LOG10F */
893 /* Define to 1 if you have the `_log10l' function. */
894 /* #undef _GLIBCXX_HAVE__LOG10L */
896 /* Define to 1 if you have the `_logf' function. */
897 /* #undef _GLIBCXX_HAVE__LOGF */
899 /* Define to 1 if you have the `_logl' function. */
900 /* #undef _GLIBCXX_HAVE__LOGL */
902 /* Define to 1 if you have the `_modff' function. */
903 /* #undef _GLIBCXX_HAVE__MODFF */
905 /* Define to 1 if you have the `_modfl' function. */
906 /* #undef _GLIBCXX_HAVE__MODFL */
908 /* Define to 1 if you have the `_powf' function. */
909 /* #undef _GLIBCXX_HAVE__POWF */
911 /* Define to 1 if you have the `_powl' function. */
912 /* #undef _GLIBCXX_HAVE__POWL */
914 /* Define to 1 if you have the `_qfpclass' function. */
915 /* #undef _GLIBCXX_HAVE__QFPCLASS */
917 /* Define to 1 if you have the `_sincos' function. */
918 /* #undef _GLIBCXX_HAVE__SINCOS */
920 /* Define to 1 if you have the `_sincosf' function. */
921 /* #undef _GLIBCXX_HAVE__SINCOSF */
923 /* Define to 1 if you have the `_sincosl' function. */
924 /* #undef _GLIBCXX_HAVE__SINCOSL */
926 /* Define to 1 if you have the `_sinf' function. */
927 /* #undef _GLIBCXX_HAVE__SINF */
929 /* Define to 1 if you have the `_sinhf' function. */
930 /* #undef _GLIBCXX_HAVE__SINHF */
932 /* Define to 1 if you have the `_sinhl' function. */
933 /* #undef _GLIBCXX_HAVE__SINHL */
935 /* Define to 1 if you have the `_sinl' function. */
936 /* #undef _GLIBCXX_HAVE__SINL */
938 /* Define to 1 if you have the `_sqrtf' function. */
939 /* #undef _GLIBCXX_HAVE__SQRTF */
941 /* Define to 1 if you have the `_sqrtl' function. */
942 /* #undef _GLIBCXX_HAVE__SQRTL */
944 /* Define to 1 if you have the `_tanf' function. */
945 /* #undef _GLIBCXX_HAVE__TANF */
947 /* Define to 1 if you have the `_tanhf' function. */
948 /* #undef _GLIBCXX_HAVE__TANHF */
950 /* Define to 1 if you have the `_tanhl' function. */
951 /* #undef _GLIBCXX_HAVE__TANHL */
953 /* Define to 1 if you have the `_tanl' function. */
954 /* #undef _GLIBCXX_HAVE__TANL */
956 /* Define to 1 if you have the `__signbit' function. */
957 #define _GLIBCXX_HAVE___SIGNBIT 1
959 /* Define to 1 if you have the `__signbitf' function. */
960 #define _GLIBCXX_HAVE___SIGNBITF 1
962 /* Define to 1 if you have the `__signbitl' function. */
963 /* #undef _GLIBCXX_HAVE___SIGNBITL */
965 /* Define to the address where bug reports for this package should be sent. */
966 #define _GLIBCXX_PACKAGE_BUGREPORT ""
968 /* Define to the full name of this package. */
969 #define _GLIBCXX_PACKAGE_NAME "package-unused"
971 /* Define to the full name and version of this package. */
972 #define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
974 /* Define to the one symbol short name of this package. */
975 #define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
977 /* Define to the version of this package. */
978 #define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
980 /* Define to 1 if you have the ANSI C header files. */
981 #define STDC_HEADERS 1
983 /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
984 #define _GLIBCXX_HOSTED 1
986 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
987 /* #undef _GLIBCXX_SJLJ_EXCEPTIONS */
989 // Systems that have certain non-standard functions prefixed with an
990 // underscore, we'll handle those here. Must come after config.h.in.
992 #if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
993 # define _GLIBCXX_HAVE_ISNAN 1
994 # define isnan _isnan
995 #endif
997 #if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
998 # define _GLIBCXX_HAVE_ISNANF 1
999 # define isnanf _isnanf
1000 #endif
1002 #if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
1003 # define _GLIBCXX_HAVE_ISNANL 1
1004 # define isnanl _isnanl
1005 #endif
1007 #if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
1008 # define _GLIBCXX_HAVE_ISINF 1
1009 # define isinf _isinf
1010 #endif
1012 #if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
1013 # define _GLIBCXX_HAVE_ISINFF 1
1014 # define isinff _isinff
1015 #endif
1017 #if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
1018 # define _GLIBCXX_HAVE_ISINFL 1
1019 # define isinfl _isinfl
1020 #endif
1022 #if defined (_GLIBCXX_HAVE__COPYSIGN) && ! defined (_GLIBCXX_HAVE_COPYSIGN)
1023 # define _GLIBCXX_HAVE_COPYSIGN 1
1024 # define copysign _copysign
1025 #endif
1027 #if defined (_GLIBCXX_HAVE__COPYSIGNL) && ! defined (_GLIBCXX_HAVE_COPYSIGNL)
1028 # define _GLIBCXX_HAVE_COPYSIGNL 1
1029 # define copysignl _copysignl
1030 #endif
1032 #if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
1033 # define _GLIBCXX_HAVE_COSF 1
1034 # define cosf _cosf
1035 #endif
1037 #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
1038 # define _GLIBCXX_HAVE_ACOSF 1
1039 # define acosf _acosf
1040 #endif
1042 #if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
1043 # define _GLIBCXX_HAVE_ACOSL 1
1044 # define acosl _acosl
1045 #endif
1047 #if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
1048 # define _GLIBCXX_HAVE_ASINF 1
1049 # define asinf _asinf
1050 #endif
1052 #if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
1053 # define _GLIBCXX_HAVE_ASINL 1
1054 # define asinl _asinl
1055 #endif
1057 #if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
1058 # define _GLIBCXX_HAVE_ATANF 1
1059 # define atanf _atanf
1060 #endif
1062 #if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
1063 # define _GLIBCXX_HAVE_ATANL 1
1064 # define atanl _atanl
1065 #endif
1067 #if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
1068 # define _GLIBCXX_HAVE_CEILF 1
1069 # define aceil _ceilf
1070 #endif
1072 #if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
1073 # define _GLIBCXX_HAVE_CEILL 1
1074 # define aceil _ceill
1075 #endif
1077 #if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
1078 # define _GLIBCXX_HAVE_COSHF 1
1079 # define coshf _coshf
1080 #endif
1082 #if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
1083 # define _GLIBCXX_HAVE_COSL 1
1084 # define cosl _cosl
1085 #endif
1087 #if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
1088 # define _GLIBCXX_HAVE_LOGF 1
1089 # define logf _logf
1090 #endif
1092 #if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
1093 # define _GLIBCXX_HAVE_COSHL 1
1094 # define coshl _coshl
1095 #endif
1097 #if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
1098 # define _GLIBCXX_HAVE_EXPF 1
1099 # define expf _expf
1100 #endif
1102 #if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
1103 # define _GLIBCXX_HAVE_EXPL 1
1104 # define expl _expl
1105 #endif
1107 #if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
1108 # define _GLIBCXX_HAVE_FABSF 1
1109 # define fabsf _fabsf
1110 #endif
1112 #if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
1113 # define _GLIBCXX_HAVE_FABSL 1
1114 # define fabsl _fabsl
1115 #endif
1117 #if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
1118 # define _GLIBCXX_HAVE_FLOORF 1
1119 # define floorf _floorf
1120 #endif
1122 #if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
1123 # define _GLIBCXX_HAVE_FLOORL 1
1124 # define floorl _floorl
1125 #endif
1127 #if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
1128 # define _GLIBCXX_HAVE_FMODF 1
1129 # define fmodf _fmodf
1130 #endif
1132 #if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
1133 # define _GLIBCXX_HAVE_FMODL 1
1134 # define fmodl _fmodl
1135 #endif
1137 #if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
1138 # define _GLIBCXX_HAVE_FREXPF 1
1139 # define frexpf _frexpf
1140 #endif
1142 #if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
1143 # define _GLIBCXX_HAVE_FREXPL 1
1144 # define frexpl _frexpl
1145 #endif
1147 #if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
1148 # define _GLIBCXX_HAVE_LDEXPF 1
1149 # define ldexpf _ldexpf
1150 #endif
1152 #if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
1153 # define _GLIBCXX_HAVE_LDEXPL 1
1154 # define ldexpl _ldexpl
1155 #endif
1157 #if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
1158 # define _GLIBCXX_HAVE_LOG10F 1
1159 # define log10f _log10f
1160 #endif
1162 #if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
1163 # define _GLIBCXX_HAVE_LOGL 1
1164 # define logl _logl
1165 #endif
1167 #if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
1168 # define _GLIBCXX_HAVE_POWF 1
1169 # define powf _powf
1170 #endif
1172 #if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
1173 # define _GLIBCXX_HAVE_LOG10L 1
1174 # define log10l _log10l
1175 #endif
1177 #if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
1178 # define _GLIBCXX_HAVE_MODF 1
1179 # define modf _modf
1180 #endif
1182 #if defined (_GLIBCXX_HAVE__MODL) && ! defined (_GLIBCXX_HAVE_MODL)
1183 # define _GLIBCXX_HAVE_MODL 1
1184 # define modl _modl
1185 #endif
1187 #if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
1188 # define _GLIBCXX_HAVE_SINF 1
1189 # define sinf _sinf
1190 #endif
1192 #if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
1193 # define _GLIBCXX_HAVE_POWL 1
1194 # define powl _powl
1195 #endif
1197 #if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
1198 # define _GLIBCXX_HAVE_SINHF 1
1199 # define sinhf _sinhf
1200 #endif
1202 #if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
1203 # define _GLIBCXX_HAVE_SINL 1
1204 # define sinl _sinl
1205 #endif
1207 #if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
1208 # define _GLIBCXX_HAVE_SQRTF 1
1209 # define sqrtf _sqrtf
1210 #endif
1212 #if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
1213 # define _GLIBCXX_HAVE_SINHL 1
1214 # define sinhl _sinhl
1215 #endif
1217 #if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
1218 # define _GLIBCXX_HAVE_TANF 1
1219 # define tanf _tanf
1220 #endif
1222 #if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
1223 # define _GLIBCXX_HAVE_SQRTL 1
1224 # define sqrtl _sqrtl
1225 #endif
1227 #if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
1228 # define _GLIBCXX_HAVE_TANHF 1
1229 # define tanhf _tanhf
1230 #endif
1232 #if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
1233 # define _GLIBCXX_HAVE_TANF 1
1234 # define tanf _tanf
1235 #endif
1237 #if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
1238 # define _GLIBCXX_HAVE_STRTOF 1
1239 # define strtof _strtof
1240 #endif
1242 #if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
1243 # define _GLIBCXX_HAVE_TANHL 1
1244 # define tanhl _tanhl
1245 #endif
1247 #if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
1248 # define _GLIBCXX_HAVE_STRTOLD 1
1249 # define strtold _strtold
1250 #endif
1252 #if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
1253 # define _GLIBCXX_HAVE_SINCOS 1
1254 # define sincos _sincos
1255 #endif
1257 #if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
1258 # define _GLIBCXX_HAVE_SINCOSF 1
1259 # define sincosf _sincosf
1260 #endif
1262 #if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
1263 # define _GLIBCXX_HAVE_SINCOSL 1
1264 # define sincosl _sincosl
1265 #endif
1267 #if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
1268 # define _GLIBCXX_HAVE_FINITE 1
1269 # define finite _finite
1270 #endif
1272 #if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
1273 # define _GLIBCXX_HAVE_FINITEF 1
1274 # define finitef _finitef
1275 #endif
1277 #if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
1278 # define _GLIBCXX_HAVE_FINITEL 1
1279 # define finitel _finitel
1280 #endif
1282 #if defined (_GLIBCXX_HAVE__QFINITE) && ! defined (_GLIBCXX_HAVE_QFINITE)
1283 # define _GLIBCXX_HAVE_QFINITE 1
1284 # define qfinite _qfinite
1285 #endif
1287 #if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
1288 # define _GLIBCXX_HAVE_FPCLASS 1
1289 # define fpclass _fpclass
1290 #endif
1292 #if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
1293 # define _GLIBCXX_HAVE_QFPCLASS 1
1294 # define qfpclass _qfpclass
1295 #endif
1297 #endif // _CXXCONFIG_