home *** CD-ROM | disk | FTP | other *** search
/ Beginning C++ Through Gam…rogramming (2nd Edition) / BCGP2E.ISO / bloodshed / devcpp-4.9.9.2_setup.exe / c++config.h < prev    next >
C/C++ Source or Header  |  2005-01-29  |  38KB  |  1,295 lines

  1. // Predefined symbols and macros -*- C++ -*-
  2.  
  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.
  11.  
  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.
  16.  
  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.
  21.  
  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.
  30.  
  31. #ifndef _CXXCONFIG
  32. #define _CXXCONFIG 1
  33.  
  34. // Pick up any OS-specific definitions.
  35. #include <bits/os_defines.h>
  36.  
  37. // The current version of the C++ library in compressed ISO date format.
  38. #define __GLIBCXX__ 20040907
  39.  
  40. // Allow use of "export template." This is currently not a feature
  41. // that g++ supports.
  42. // #define _GLIBCXX_EXPORT_TEMPLATE 1
  43.  
  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
  53.  
  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 { }
  58.  
  59. namespace __gnu_debug 
  60.   using namespace __gnu_debug_def;
  61. }
  62.  
  63. #ifdef _GLIBCXX_DEBUG
  64. # define _GLIBCXX_STD __gnu_norm
  65. namespace __gnu_norm 
  66.   using namespace std; 
  67. }
  68. namespace std
  69. {
  70.   using namespace __gnu_debug_def __attribute__ ((strong));
  71. }
  72. #else
  73. # define _GLIBCXX_STD std
  74. #endif
  75.  
  76.  
  77. // The remainder of the prewritten config is automatic; all the
  78. // user hooks are listed above.
  79.  
  80. // Create a boolean flag to be used to determine if --fast-math is set.
  81. #ifdef __FAST_MATH__
  82. # define _GLIBCXX_FAST_MATH 1
  83. #else
  84. # define _GLIBCXX_FAST_MATH 0
  85. #endif
  86.  
  87. // This marks string literals in header files to be extracted for eventual
  88. // translation.  It is primarily used for messages in thrown exceptions; see
  89. // src/functexcept.cc.  We use __N because the more traditional _N is used
  90. // for something else under certain OSes (see BADNAMES).
  91. #define __N(msgid)     (msgid)
  92.  
  93. // End of prewritten config; the discovered settings follow.
  94. /* config.h.  Generated by configure.  */
  95. /* config.h.in.  Generated from configure.ac by autoheader.  */
  96. // acconfig.h symbols and macros for libstdc++ v3 -*- C++ -*-
  97.  
  98. // Defines libstdc++ version.
  99. /* #undef _GLIBCXX_PACKAGE */
  100. /* #undef _GLIBCXX_VERSION */
  101.  
  102. // Needed for gettext.
  103. /* #undef ENABLE_NLS */
  104. /* #undef _GLIBCXX_HAVE_CATGETS */
  105. /* #undef _GLIBCXX_HAVE_GETTEXT */
  106. /* #undef _GLIBCXX_HAVE_STPCPY */
  107.  
  108. // Include I/O support for 'long long' and 'unsigned long long'.
  109. #define _GLIBCXX_USE_LONG_LONG 1
  110.  
  111. // Include support for 'long double'.
  112. /* #undef _GLIBCXX_USE_LONG_DOUBLE */
  113.  
  114. // Define if C99 math functions (like fpclassify) should be exposed.
  115. #define _GLIBCXX_USE_C99_MATH 1
  116.  
  117. // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed.
  118. #define _GLIBCXX_USE_C99 1
  119.  
  120. // Define if code specialized for wchar_t should be used.
  121. /* #undef _GLIBCXX_USE_WCHAR_T */
  122.  
  123. // Define if using setrlimit to set resource limits during 'make check'.
  124. /* #undef _GLIBCXX_RES_LIMITS */
  125.  
  126. // Define to use concept checking code from the boost libraries.
  127. /* #undef _GLIBCXX_CONCEPT_CHECKS */
  128.  
  129. // Define to use symbol versioning in the shared library.
  130. /* #undef _GLIBCXX_SYMVER */
  131.  
  132. // Define symbol versioning in assember directives. If symbol
  133. // versioning is beigng used, and the assembler supports this kind of
  134. // thing, then use it.
  135. // NB: _GLIBCXX_AT_AT is a hack to work around quoting issues in m4.
  136. #if _GLIBCXX_SYMVER
  137.   #define _GLIBCXX_ASM_SYMVER(cur, old, version) \
  138.    asm (".symver " #cur "," #old _GLIBCXX_AT_AT #version);
  139. #else
  140.   #define _GLIBCXX_ASM_SYMVER(cur, old, version)
  141. #endif
  142.  
  143. // Define if LFS support is available.
  144. #define _GLIBCXX_USE_LFS 1
  145.  
  146. // Define if NLS translations are to be used.
  147. /* #undef _GLIBCXX_USE_NLS */
  148.  
  149. // Define if gthr-default.h exists (meaning that threading support is enabled).
  150. #define _GLIBCXX_HAVE_GTHR_DEFAULT 1
  151.  
  152. // Define if the atan2f function exists.
  153. #define _GLIBCXX_HAVE_ATAN2F 1
  154.  
  155. // Define if the atan2l function exists.
  156. #define _GLIBCXX_HAVE_ATAN2L 1
  157.  
  158. // Define if the tanl function exists.
  159. #define _GLIBCXX_HAVE_TANL 1
  160.  
  161. // Define if the copysignf function exists.
  162. #define _GLIBCXX_HAVE_COPYSIGNF 1
  163.  
  164. // Define if getpagesize exists.
  165. #define _GLIBCXX_HAVE_GETPAGESIZE 1
  166.  
  167. // Define if setenv exists.
  168. /* #undef _GLIBCXX_HAVE_SETENV */
  169.  
  170. // Define if sigsetjmp exists.
  171. /* #undef _GLIBCXX_HAVE_SIGSETJMP */
  172.  
  173. // Define if mbstate_t exists in wchar.h.
  174. #define _GLIBCXX_HAVE_MBSTATE_T 1
  175.  
  176. // Define if you have the modff function.
  177. #define _GLIBCXX_HAVE_MODFF 1
  178.  
  179. // Define if you have the modfl function.
  180. #define _GLIBCXX_HAVE_MODFL 1
  181.  
  182. // Define if you have the expf function.
  183. #define _GLIBCXX_HAVE_EXPF 1
  184.  
  185. // Define if you have the expl function.
  186. #define _GLIBCXX_HAVE_EXPL 1
  187.  
  188. // Define if you have the hypot function.
  189. #define _GLIBCXX_HAVE_HYPOT 1
  190.  
  191. // Define if you have the hypotf function.
  192. #define _GLIBCXX_HAVE_HYPOTF 1
  193.  
  194. // Define if you have the hypotl function.
  195. #define _GLIBCXX_HAVE_HYPOTL 1
  196.  
  197. // Define if the compiler/host combination has __builtin_abs
  198. #define _GLIBCXX_HAVE___BUILTIN_ABS 1
  199.  
  200. // Define if the compiler/host combination has __builtin_labs
  201. #define _GLIBCXX_HAVE___BUILTIN_LABS 1
  202.  
  203. // Define if the compiler/host combination has __builtin_cos
  204. #define _GLIBCXX_HAVE___BUILTIN_COS 1
  205.  
  206. // Define if the compiler/host combination has __builtin_cosf
  207. #define _GLIBCXX_HAVE___BUILTIN_COSF 1
  208.  
  209. // Define if the compiler/host combination has __builtin_cosl
  210. #define _GLIBCXX_HAVE___BUILTIN_COSL 1
  211.  
  212. // Define if the compiler/host combination has __builtin_fabs
  213. #define _GLIBCXX_HAVE___BUILTIN_FABS 1
  214.  
  215. // Define if the compiler/host combination has __builtin_fabsf
  216. #define _GLIBCXX_HAVE___BUILTIN_FABSF 1
  217.  
  218. // Define if the compiler/host combination has __builtin_fabsl
  219. #define _GLIBCXX_HAVE___BUILTIN_FABSL 1
  220.  
  221. // Define if the compiler/host combination has __builtin_sin
  222. #define _GLIBCXX_HAVE___BUILTIN_SIN 1
  223.  
  224. // Define if the compiler/host combination has __builtin_sinf
  225. #define _GLIBCXX_HAVE___BUILTIN_SINF 1
  226.  
  227. // Define if the compiler/host combination has __builtin_sinl
  228. #define _GLIBCXX_HAVE___BUILTIN_SINL 1
  229.  
  230. // Define if the compiler/host combination has __builtin_sqrt
  231. #define _GLIBCXX_HAVE___BUILTIN_SQRT 1
  232.  
  233. // Define if the compiler/host combination has __builtin_sqrtf
  234. #define _GLIBCXX_HAVE___BUILTIN_SQRTF 1
  235.  
  236. // Define if the compiler/host combination has __builtin_sqrtl
  237. #define _GLIBCXX_HAVE___BUILTIN_SQRTL 1
  238.  
  239. // Define if poll is available in <poll.h>.
  240. /* #undef _GLIBCXX_HAVE_POLL */
  241.  
  242. // Define if S_ISREG (Posix) is available in <sys/stat.h>.
  243. #define _GLIBCXX_HAVE_S_ISREG 1
  244.  
  245. // Define if S_IFREG is available in <sys/stat.h>.
  246. /* #undef _GLIBCXX_HAVE_S_IFREG */
  247.  
  248. // Define if writev is available in <sys/uio.h>.
  249. /* #undef _GLIBCXX_HAVE_WRITEV */
  250.  
  251. // Define if int64_t is available in <stdint.h>.
  252. #define _GLIBCXX_HAVE_INT64_T 1
  253.  
  254. // Define if LC_MESSAGES is available in <locale.h>.
  255. /* #undef _GLIBCXX_HAVE_LC_MESSAGES */
  256.  
  257. // Define if <float.h> exists.
  258. #define _GLIBCXX_HAVE_FLOAT_H 1
  259.  
  260. // Define if modf is present in <math.h>
  261. /* #undef _GLIBCXX_HAVE_MODF */
  262.  
  263.  
  264. /* Define to 1 if you have the `acosf' function. */
  265. #define _GLIBCXX_HAVE_ACOSF 1
  266.  
  267. /* Define to 1 if you have the `acosl' function. */
  268. #define _GLIBCXX_HAVE_ACOSL 1
  269.  
  270. /* Define to 1 if you have the `asinf' function. */
  271. #define _GLIBCXX_HAVE_ASINF 1
  272.  
  273. /* Define to 1 if you have the `asinl' function. */
  274. #define _GLIBCXX_HAVE_ASINL 1
  275.  
  276. /* Define to 1 if you have the `atan2f' function. */
  277. #define _GLIBCXX_HAVE_ATAN2F 1
  278.  
  279. /* Define to 1 if you have the `atan2l' function. */
  280. #define _GLIBCXX_HAVE_ATAN2L 1
  281.  
  282. /* Define to 1 if you have the `atanf' function. */
  283. #define _GLIBCXX_HAVE_ATANF 1
  284.  
  285. /* Define to 1 if you have the `atanl' function. */
  286. #define _GLIBCXX_HAVE_ATANL 1
  287.  
  288. /* Define to 1 if you have the `btowc' function. */
  289. /* #undef _GLIBCXX_HAVE_BTOWC */
  290.  
  291. /* Define to 1 if you have the `ceilf' function. */
  292. #define _GLIBCXX_HAVE_CEILF 1
  293.  
  294. /* Define to 1 if you have the `ceill' function. */
  295. #define _GLIBCXX_HAVE_CEILL 1
  296.  
  297. /* Define to 1 if you have the `copysign' function. */
  298. #define _GLIBCXX_HAVE_COPYSIGN 1
  299.  
  300. /* Define to 1 if you have the `copysignf' function. */
  301. #define _GLIBCXX_HAVE_COPYSIGNF 1
  302.  
  303. /* Define to 1 if you have the `copysignl' function. */
  304. #define _GLIBCXX_HAVE_COPYSIGNL 1
  305.  
  306. /* Define to 1 if you have the `cosf' function. */
  307. #define _GLIBCXX_HAVE_COSF 1
  308.  
  309. /* Define to 1 if you have the `coshf' function. */
  310. #define _GLIBCXX_HAVE_COSHF 1
  311.  
  312. /* Define to 1 if you have the `coshl' function. */
  313. #define _GLIBCXX_HAVE_COSHL 1
  314.  
  315. /* Define to 1 if you have the `cosl' function. */
  316. #define _GLIBCXX_HAVE_COSL 1
  317.  
  318. /* Define to 1 if you have the <endian.h> header file. */
  319. /* #undef _GLIBCXX_HAVE_ENDIAN_H */
  320.  
  321. /* Define to 1 if you have the `expf' function. */
  322. #define _GLIBCXX_HAVE_EXPF 1
  323.  
  324. /* Define to 1 if you have the `expl' function. */
  325. #define _GLIBCXX_HAVE_EXPL 1
  326.  
  327. /* Define to 1 if you have the `fabsf' function. */
  328. #define _GLIBCXX_HAVE_FABSF 1
  329.  
  330. /* Define to 1 if you have the `fabsl' function. */
  331. #define _GLIBCXX_HAVE_FABSL 1
  332.  
  333. /* Define to 1 if you have the `fgetwc' function. */
  334. #define _GLIBCXX_HAVE_FGETWC 1
  335.  
  336. /* Define to 1 if you have the `fgetws' function. */
  337. #define _GLIBCXX_HAVE_FGETWS 1
  338.  
  339. /* Define to 1 if you have the `finite' function. */
  340. #define _GLIBCXX_HAVE_FINITE 1
  341.  
  342. /* Define to 1 if you have the `finitef' function. */
  343. /* #undef _GLIBCXX_HAVE_FINITEF */
  344.  
  345. /* Define to 1 if you have the `finitel' function. */
  346. /* #undef _GLIBCXX_HAVE_FINITEL */
  347.  
  348. /* Define to 1 if you have the <float.h> header file. */
  349. #define _GLIBCXX_HAVE_FLOAT_H 1
  350.  
  351. /* Define to 1 if you have the `floorf' function. */
  352. #define _GLIBCXX_HAVE_FLOORF 1
  353.  
  354. /* Define to 1 if you have the `floorl' function. */
  355. #define _GLIBCXX_HAVE_FLOORL 1
  356.  
  357. /* Define to 1 if you have the `fmodf' function. */
  358. #define _GLIBCXX_HAVE_FMODF 1
  359.  
  360. /* Define to 1 if you have the `fmodl' function. */
  361. #define _GLIBCXX_HAVE_FMODL 1
  362.  
  363. /* Define to 1 if you have the `fpclass' function. */
  364. #define _GLIBCXX_HAVE_FPCLASS 1
  365.  
  366. /* Define to 1 if you have the `fputwc' function. */
  367. #define _GLIBCXX_HAVE_FPUTWC 1
  368.  
  369. /* Define to 1 if you have the `fputws' function. */
  370. #define _GLIBCXX_HAVE_FPUTWS 1
  371.  
  372. /* Define to 1 if you have the <fp.h> header file. */
  373. /* #undef _GLIBCXX_HAVE_FP_H */
  374.  
  375. /* Define to 1 if you have the `frexpf' function. */
  376. #define _GLIBCXX_HAVE_FREXPF 1
  377.  
  378. /* Define to 1 if you have the `frexpl' function. */
  379. #define _GLIBCXX_HAVE_FREXPL 1
  380.  
  381. /* Define to 1 if you have the `fwide' function. */
  382. #define _GLIBCXX_HAVE_FWIDE 1
  383.  
  384. /* Define to 1 if you have the `fwprintf' function. */
  385. #define _GLIBCXX_HAVE_FWPRINTF 1
  386.  
  387. /* Define to 1 if you have the `fwscanf' function. */
  388. #define _GLIBCXX_HAVE_FWSCANF 1
  389.  
  390. /* Define to 1 if you have the <gconv.h> header file. */
  391. /* #undef _GLIBCXX_HAVE_GCONV_H */
  392.  
  393. /* Define to 1 if you have the `getpagesize' function. */
  394. #define _GLIBCXX_HAVE_GETPAGESIZE 1
  395.  
  396. /* Define to 1 if you have the `getwc' function. */
  397. #define _GLIBCXX_HAVE_GETWC 1
  398.  
  399. /* Define to 1 if you have the `getwchar' function. */
  400. #define _GLIBCXX_HAVE_GETWCHAR 1
  401.  
  402. /* Define to 1 if you have the `hypot' function. */
  403. #define _GLIBCXX_HAVE_HYPOT 1
  404.  
  405. /* Define to 1 if you have the `hypotf' function. */
  406. #define _GLIBCXX_HAVE_HYPOTF 1
  407.  
  408. /* Define to 1 if you have the `hypotl' function. */
  409. #define _GLIBCXX_HAVE_HYPOTL 1
  410.  
  411. /* Define to 1 if you have the `iconv' function. */
  412. /* #undef _GLIBCXX_HAVE_ICONV */
  413.  
  414. /* Define to 1 if you have the `iconv_close' function. */
  415. /* #undef _GLIBCXX_HAVE_ICONV_CLOSE */
  416.  
  417. /* Define to 1 if you have the `iconv_open' function. */
  418. /* #undef _GLIBCXX_HAVE_ICONV_OPEN */
  419.  
  420. /* Define to 1 if you have the <ieeefp.h> header file. */
  421. /* #undef _GLIBCXX_HAVE_IEEEFP_H */
  422.  
  423. /* Define to 1 if you have the <inttypes.h> header file. */
  424. #define _GLIBCXX_HAVE_INTTYPES_H 1
  425.  
  426. /* Define to 1 if you have the `isinf' function. */
  427. /* #undef _GLIBCXX_HAVE_ISINF */
  428.  
  429. /* Define to 1 if you have the `isinff' function. */
  430. /* #undef _GLIBCXX_HAVE_ISINFF */
  431.  
  432. /* Define to 1 if you have the `isinfl' function. */
  433. /* #undef _GLIBCXX_HAVE_ISINFL */
  434.  
  435. /* Define to 1 if you have the `isnan' function. */
  436. #define _GLIBCXX_HAVE_ISNAN 1
  437.  
  438. /* Define to 1 if you have the `isnanf' function. */
  439. /* #undef _GLIBCXX_HAVE_ISNANF */
  440.  
  441. /* Define to 1 if you have the `isnanl' function. */
  442. /* #undef _GLIBCXX_HAVE_ISNANL */
  443.  
  444. /* Define to 1 if you have the `iswblank' function. */
  445. /* #undef _GLIBCXX_HAVE_ISWBLANK */
  446.  
  447. /* Define to 1 if you have the `ldexpf' function. */
  448. #define _GLIBCXX_HAVE_LDEXPF 1
  449.  
  450. /* Define to 1 if you have the `ldexpl' function. */
  451. #define _GLIBCXX_HAVE_LDEXPL 1
  452.  
  453. /* Define to 1 if you have the <libintl.h> header file. */
  454. /* #undef _GLIBCXX_HAVE_LIBINTL_H */
  455.  
  456. /* Define to 1 if you have the `m' library (-lm). */
  457. #define _GLIBCXX_HAVE_LIBM 1
  458.  
  459. /* Only used in build directory testsuite_hooks.h. */
  460. /* #undef _GLIBCXX_HAVE_LIMIT_AS */
  461.  
  462. /* Only used in build directory testsuite_hooks.h. */
  463. /* #undef _GLIBCXX_HAVE_LIMIT_DATA */
  464.  
  465. /* Only used in build directory testsuite_hooks.h. */
  466. /* #undef _GLIBCXX_HAVE_LIMIT_FSIZE */
  467.  
  468. /* Only used in build directory testsuite_hooks.h. */
  469. /* #undef _GLIBCXX_HAVE_LIMIT_RSS */
  470.  
  471. /* Only used in build directory testsuite_hooks.h. */
  472. /* #undef _GLIBCXX_HAVE_LIMIT_VMEM */
  473.  
  474. /* Define to 1 if you have the <locale.h> header file. */
  475. #define _GLIBCXX_HAVE_LOCALE_H 1
  476.  
  477. /* Define to 1 if you have the `log10f' function. */
  478. #define _GLIBCXX_HAVE_LOG10F 1
  479.  
  480. /* Define to 1 if you have the `log10l' function. */
  481. #define _GLIBCXX_HAVE_LOG10L 1
  482.  
  483. /* Define to 1 if you have the `logf' function. */
  484. #define _GLIBCXX_HAVE_LOGF 1
  485.  
  486. /* Define to 1 if you have the `logl' function. */
  487. #define _GLIBCXX_HAVE_LOGL 1
  488.  
  489. /* Define to 1 if you have the <machine/endian.h> header file. */
  490. /* #undef _GLIBCXX_HAVE_MACHINE_ENDIAN_H */
  491.  
  492. /* Define to 1 if you have the <machine/param.h> header file. */
  493. /* #undef _GLIBCXX_HAVE_MACHINE_PARAM_H */
  494.  
  495. /* Define to 1 if you have the `mbrlen' function. */
  496. /* #undef _GLIBCXX_HAVE_MBRLEN */
  497.  
  498. /* Define to 1 if you have the `mbrtowc' function. */
  499. /* #undef _GLIBCXX_HAVE_MBRTOWC */
  500.  
  501. /* Define to 1 if you have the `mbsinit' function. */
  502. #define _GLIBCXX_HAVE_MBSINIT 1
  503.  
  504. /* Define to 1 if you have the `mbsrtowcs' function. */
  505. /* #undef _GLIBCXX_HAVE_MBSRTOWCS */
  506.  
  507. /* Define to 1 if you have the <memory.h> header file. */
  508. #define _GLIBCXX_HAVE_MEMORY_H 1
  509.  
  510. /* Define to 1 if you have a working `mmap' system call. */
  511. /* #undef _GLIBCXX_HAVE_MMAP */
  512.  
  513. /* Define to 1 if you have the `modff' function. */
  514. #define _GLIBCXX_HAVE_MODFF 1
  515.  
  516. /* Define to 1 if you have the `modfl' function. */
  517. #define _GLIBCXX_HAVE_MODFL 1
  518.  
  519. /* Define to 1 if you have the <nan.h> header file. */
  520. /* #undef _GLIBCXX_HAVE_NAN_H */
  521.  
  522. /* Define to 1 if you have the `nl_langinfo' function. */
  523. /* #undef _GLIBCXX_HAVE_NL_LANGINFO */
  524.  
  525. /* Define to 1 if you have the `powf' function. */
  526. #define _GLIBCXX_HAVE_POWF 1
  527.  
  528. /* Define to 1 if you have the `powl' function. */
  529. #define _GLIBCXX_HAVE_POWL 1
  530.  
  531. /* Define to 1 if you have the `putwc' function. */
  532. #define _GLIBCXX_HAVE_PUTWC 1
  533.  
  534. /* Define to 1 if you have the `putwchar' function. */
  535. #define _GLIBCXX_HAVE_PUTWCHAR 1
  536.  
  537. /* Define to 1 if you have the `qfpclass' function. */
  538. /* #undef _GLIBCXX_HAVE_QFPCLASS */
  539.  
  540. /* Define to 1 if you have the `setenv' function. */
  541. /* #undef _GLIBCXX_HAVE_SETENV */
  542.  
  543. /* Define if sigsetjmp is available. */
  544. /* #undef _GLIBCXX_HAVE_SIGSETJMP */
  545.  
  546. /* Define to 1 if you have the `sincos' function. */
  547. /* #undef _GLIBCXX_HAVE_SINCOS */
  548.  
  549. /* Define to 1 if you have the `sincosf' function. */
  550. /* #undef _GLIBCXX_HAVE_SINCOSF */
  551.  
  552. /* Define to 1 if you have the `sincosl' function. */
  553. /* #undef _GLIBCXX_HAVE_SINCOSL */
  554.  
  555. /* Define to 1 if you have the `sinf' function. */
  556. #define _GLIBCXX_HAVE_SINF 1
  557.  
  558. /* Define to 1 if you have the `sinhf' function. */
  559. #define _GLIBCXX_HAVE_SINHF 1
  560.  
  561. /* Define to 1 if you have the `sinhl' function. */
  562. #define _GLIBCXX_HAVE_SINHL 1
  563.  
  564. /* Define to 1 if you have the `sinl' function. */
  565. #define _GLIBCXX_HAVE_SINL 1
  566.  
  567. /* Define to 1 if you have the `sqrtf' function. */
  568. #define _GLIBCXX_HAVE_SQRTF 1
  569.  
  570. /* Define to 1 if you have the `sqrtl' function. */
  571. #define _GLIBCXX_HAVE_SQRTL 1
  572.  
  573. /* Define to 1 if you have the <stdint.h> header file. */
  574. #define _GLIBCXX_HAVE_STDINT_H 1
  575.  
  576. /* Define to 1 if you have the <stdlib.h> header file. */
  577. #define _GLIBCXX_HAVE_STDLIB_H 1
  578.  
  579. /* Define to 1 if you have the <strings.h> header file. */
  580. #define _GLIBCXX_HAVE_STRINGS_H 1
  581.  
  582. /* Define to 1 if you have the <string.h> header file. */
  583. #define _GLIBCXX_HAVE_STRING_H 1
  584.  
  585. /* Define to 1 if you have the `strtof' function. */
  586. #define _GLIBCXX_HAVE_STRTOF 1
  587.  
  588. /* Define to 1 if you have the `strtold' function. */
  589. #define _GLIBCXX_HAVE_STRTOLD 1
  590.  
  591. /* Define to 1 if you have the `swprintf' function. */
  592. #define _GLIBCXX_HAVE_SWPRINTF 1
  593.  
  594. /* Define to 1 if you have the `swscanf' function. */
  595. #define _GLIBCXX_HAVE_SWSCANF 1
  596.  
  597. /* Define to 1 if you have the <sys/filio.h> header file. */
  598. /* #undef _GLIBCXX_HAVE_SYS_FILIO_H */
  599.  
  600. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  601. /* #undef _GLIBCXX_HAVE_SYS_IOCTL_H */
  602.  
  603. /* Define to 1 if you have the <sys/isa_defs.h> header file. */
  604. /* #undef _GLIBCXX_HAVE_SYS_ISA_DEFS_H */
  605.  
  606. /* Define to 1 if you have the <sys/machine.h> header file. */
  607. /* #undef _GLIBCXX_HAVE_SYS_MACHINE_H */
  608.  
  609. /* Define to 1 if you have the <sys/param.h> header file. */
  610. /* #undef _GLIBCXX_HAVE_SYS_PARAM_H */
  611.  
  612. /* Define to 1 if you have the <sys/resource.h> header file. */
  613. /* #undef _GLIBCXX_HAVE_SYS_RESOURCE_H */
  614.  
  615. /* Define to 1 if you have the <sys/stat.h> header file. */
  616. #define _GLIBCXX_HAVE_SYS_STAT_H 1
  617.  
  618. /* Define to 1 if you have the <sys/time.h> header file. */
  619. #define _GLIBCXX_HAVE_SYS_TIME_H 1
  620.  
  621. /* Define to 1 if you have the <sys/types.h> header file. */
  622. #define _GLIBCXX_HAVE_SYS_TYPES_H 1
  623.  
  624. /* Define to 1 if you have the <sys/uio.h> header file. */
  625. /* #undef _GLIBCXX_HAVE_SYS_UIO_H */
  626.  
  627. /* Define to 1 if you have the `tanf' function. */
  628. #define _GLIBCXX_HAVE_TANF 1
  629.  
  630. /* Define to 1 if you have the `tanhf' function. */
  631. #define _GLIBCXX_HAVE_TANHF 1
  632.  
  633. /* Define to 1 if you have the `tanhl' function. */
  634. #define _GLIBCXX_HAVE_TANHL 1
  635.  
  636. /* Define to 1 if you have the `tanl' function. */
  637. #define _GLIBCXX_HAVE_TANL 1
  638.  
  639. /* Define to 1 if you have the `ungetwc' function. */
  640. #define _GLIBCXX_HAVE_UNGETWC 1
  641.  
  642. /* Define to 1 if you have the <unistd.h> header file. */
  643. #define _GLIBCXX_HAVE_UNISTD_H 1
  644.  
  645. /* Define to 1 if you have the `vfwprintf' function. */
  646. #define _GLIBCXX_HAVE_VFWPRINTF 1
  647.  
  648. /* Define to 1 if you have the `vfwscanf' function. */
  649. #define _GLIBCXX_HAVE_VFWSCANF 1
  650.  
  651. /* Define to 1 if you have the `vswprintf' function. */
  652. #define _GLIBCXX_HAVE_VSWPRINTF 1
  653.  
  654. /* Define to 1 if you have the `vswscanf' function. */
  655. #define _GLIBCXX_HAVE_VSWSCANF 1
  656.  
  657. /* Define to 1 if you have the `vwprintf' function. */
  658. #define _GLIBCXX_HAVE_VWPRINTF 1
  659.  
  660. /* Define to 1 if you have the `vwscanf' function. */
  661. #define _GLIBCXX_HAVE_VWSCANF 1
  662.  
  663. /* Define to 1 if you have the <wchar.h> header file. */
  664. #define _GLIBCXX_HAVE_WCHAR_H 1
  665.  
  666. /* Define to 1 if you have the `wcrtomb' function. */
  667. /* #undef _GLIBCXX_HAVE_WCRTOMB */
  668.  
  669. /* Define to 1 if you have the `wcscat' function. */
  670. #define _GLIBCXX_HAVE_WCSCAT 1
  671.  
  672. /* Define to 1 if you have the `wcschr' function. */
  673. #define _GLIBCXX_HAVE_WCSCHR 1
  674.  
  675. /* Define to 1 if you have the `wcscmp' function. */
  676. #define _GLIBCXX_HAVE_WCSCMP 1
  677.  
  678. /* Define to 1 if you have the `wcscoll' function. */
  679. #define _GLIBCXX_HAVE_WCSCOLL 1
  680.  
  681. /* Define to 1 if you have the `wcscpy' function. */
  682. #define _GLIBCXX_HAVE_WCSCPY 1
  683.  
  684. /* Define to 1 if you have the `wcscspn' function. */
  685. #define _GLIBCXX_HAVE_WCSCSPN 1
  686.  
  687. /* Define to 1 if you have the `wcsftime' function. */
  688. #define _GLIBCXX_HAVE_WCSFTIME 1
  689.  
  690. /* Define to 1 if you have the `wcslen' function. */
  691. #define _GLIBCXX_HAVE_WCSLEN 1
  692.  
  693. /* Define to 1 if you have the `wcsncat' function. */
  694. #define _GLIBCXX_HAVE_WCSNCAT 1
  695.  
  696. /* Define to 1 if you have the `wcsncmp' function. */
  697. #define _GLIBCXX_HAVE_WCSNCMP 1
  698.  
  699. /* Define to 1 if you have the `wcsncpy' function. */
  700. #define _GLIBCXX_HAVE_WCSNCPY 1
  701.  
  702. /* Define to 1 if you have the `wcspbrk' function. */
  703. #define _GLIBCXX_HAVE_WCSPBRK 1
  704.  
  705. /* Define to 1 if you have the `wcsrchr' function. */
  706. #define _GLIBCXX_HAVE_WCSRCHR 1
  707.  
  708. /* Define to 1 if you have the `wcsrtombs' function. */
  709. /* #undef _GLIBCXX_HAVE_WCSRTOMBS */
  710.  
  711. /* Define to 1 if you have the `wcsspn' function. */
  712. #define _GLIBCXX_HAVE_WCSSPN 1
  713.  
  714. /* Define to 1 if you have the `wcsstr' function. */
  715. #define _GLIBCXX_HAVE_WCSSTR 1
  716.  
  717. /* Define to 1 if you have the `wcstod' function. */
  718. #define _GLIBCXX_HAVE_WCSTOD 1
  719.  
  720. /* Define to 1 if you have the `wcstof' function. */
  721. #define _GLIBCXX_HAVE_WCSTOF 1
  722.  
  723. /* Define to 1 if you have the `wcstok' function. */
  724. #define _GLIBCXX_HAVE_WCSTOK 1
  725.  
  726. /* Define to 1 if you have the `wcstol' function. */
  727. #define _GLIBCXX_HAVE_WCSTOL 1
  728.  
  729. /* Define to 1 if you have the `wcstoul' function. */
  730. #define _GLIBCXX_HAVE_WCSTOUL 1
  731.  
  732. /* Define to 1 if you have the `wcsxfrm' function. */
  733. #define _GLIBCXX_HAVE_WCSXFRM 1
  734.  
  735. /* Define to 1 if you have the `wctob' function. */
  736. /* #undef _GLIBCXX_HAVE_WCTOB */
  737.  
  738. /* Define to 1 if you have the <wctype.h> header file. */
  739. #define _GLIBCXX_HAVE_WCTYPE_H 1
  740.  
  741. /* Define to 1 if you have the `wmemchr' function. */
  742. #define _GLIBCXX_HAVE_WMEMCHR 1
  743.  
  744. /* Define to 1 if you have the `wmemcmp' function. */
  745. #define _GLIBCXX_HAVE_WMEMCMP 1
  746.  
  747. /* Define to 1 if you have the `wmemcpy' function. */
  748. #define _GLIBCXX_HAVE_WMEMCPY 1
  749.  
  750. /* Define to 1 if you have the `wmemmove' function. */
  751. #define _GLIBCXX_HAVE_WMEMMOVE 1
  752.  
  753. /* Define to 1 if you have the `wmemset' function. */
  754. #define _GLIBCXX_HAVE_WMEMSET 1
  755.  
  756. /* Define to 1 if you have the `wprintf' function. */
  757. #define _GLIBCXX_HAVE_WPRINTF 1
  758.  
  759. /* Define to 1 if you have the `wscanf' function. */
  760. #define _GLIBCXX_HAVE_WSCANF 1
  761.  
  762. /* Define to 1 if you have the `_acosf' function. */
  763. /* #undef _GLIBCXX_HAVE__ACOSF */
  764.  
  765. /* Define to 1 if you have the `_acosl' function. */
  766. /* #undef _GLIBCXX_HAVE__ACOSL */
  767.  
  768. /* Define to 1 if you have the `_asinf' function. */
  769. /* #undef _GLIBCXX_HAVE__ASINF */
  770.  
  771. /* Define to 1 if you have the `_asinl' function. */
  772. /* #undef _GLIBCXX_HAVE__ASINL */
  773.  
  774. /* Define to 1 if you have the `_atan2f' function. */
  775. /* #undef _GLIBCXX_HAVE__ATAN2F */
  776.  
  777. /* Define to 1 if you have the `_atan2l' function. */
  778. /* #undef _GLIBCXX_HAVE__ATAN2L */
  779.  
  780. /* Define to 1 if you have the `_atanf' function. */
  781. /* #undef _GLIBCXX_HAVE__ATANF */
  782.  
  783. /* Define to 1 if you have the `_atanl' function. */
  784. /* #undef _GLIBCXX_HAVE__ATANL */
  785.  
  786. /* Define to 1 if you have the `_ceilf' function. */
  787. /* #undef _GLIBCXX_HAVE__CEILF */
  788.  
  789. /* Define to 1 if you have the `_ceill' function. */
  790. /* #undef _GLIBCXX_HAVE__CEILL */
  791.  
  792. /* Define to 1 if you have the `_copysign' function. */
  793. /* #undef _GLIBCXX_HAVE__COPYSIGN */
  794.  
  795. /* Define to 1 if you have the `_copysignl' function. */
  796. /* #undef _GLIBCXX_HAVE__COPYSIGNL */
  797.  
  798. /* Define to 1 if you have the `_cosf' function. */
  799. /* #undef _GLIBCXX_HAVE__COSF */
  800.  
  801. /* Define to 1 if you have the `_coshf' function. */
  802. /* #undef _GLIBCXX_HAVE__COSHF */
  803.  
  804. /* Define to 1 if you have the `_coshl' function. */
  805. /* #undef _GLIBCXX_HAVE__COSHL */
  806.  
  807. /* Define to 1 if you have the `_cosl' function. */
  808. /* #undef _GLIBCXX_HAVE__COSL */
  809.  
  810. /* Define to 1 if you have the `_expf' function. */
  811. /* #undef _GLIBCXX_HAVE__EXPF */
  812.  
  813. /* Define to 1 if you have the `_expl' function. */
  814. /* #undef _GLIBCXX_HAVE__EXPL */
  815.  
  816. /* Define to 1 if you have the `_fabsf' function. */
  817. /* #undef _GLIBCXX_HAVE__FABSF */
  818.  
  819. /* Define to 1 if you have the `_fabsl' function. */
  820. /* #undef _GLIBCXX_HAVE__FABSL */
  821.  
  822. /* Define to 1 if you have the `_finite' function. */
  823. /* #undef _GLIBCXX_HAVE__FINITE */
  824.  
  825. /* Define to 1 if you have the `_finitef' function. */
  826. /* #undef _GLIBCXX_HAVE__FINITEF */
  827.  
  828. /* Define to 1 if you have the `_finitel' function. */
  829. /* #undef _GLIBCXX_HAVE__FINITEL */
  830.  
  831. /* Define to 1 if you have the `_floorf' function. */
  832. /* #undef _GLIBCXX_HAVE__FLOORF */
  833.  
  834. /* Define to 1 if you have the `_floorl' function. */
  835. /* #undef _GLIBCXX_HAVE__FLOORL */
  836.  
  837. /* Define to 1 if you have the `_fmodf' function. */
  838. /* #undef _GLIBCXX_HAVE__FMODF */
  839.  
  840. /* Define to 1 if you have the `_fmodl' function. */
  841. /* #undef _GLIBCXX_HAVE__FMODL */
  842.  
  843. /* Define to 1 if you have the `_fpclass' function. */
  844. /* #undef _GLIBCXX_HAVE__FPCLASS */
  845.  
  846. /* Define to 1 if you have the `_frexpf' function. */
  847. /* #undef _GLIBCXX_HAVE__FREXPF */
  848.  
  849. /* Define to 1 if you have the `_frexpl' function. */
  850. /* #undef _GLIBCXX_HAVE__FREXPL */
  851.  
  852. /* Define to 1 if you have the `_hypot' function. */
  853. /* #undef _GLIBCXX_HAVE__HYPOT */
  854.  
  855. /* Define to 1 if you have the `_hypotf' function. */
  856. /* #undef _GLIBCXX_HAVE__HYPOTF */
  857.  
  858. /* Define to 1 if you have the `_hypotl' function. */
  859. /* #undef _GLIBCXX_HAVE__HYPOTL */
  860.  
  861. /* Define to 1 if you have the `_isinf' function. */
  862. /* #undef _GLIBCXX_HAVE__ISINF */
  863.  
  864. /* Define to 1 if you have the `_isinff' function. */
  865. /* #undef _GLIBCXX_HAVE__ISINFF */
  866.  
  867. /* Define to 1 if you have the `_isinfl' function. */
  868. /* #undef _GLIBCXX_HAVE__ISINFL */
  869.  
  870. /* Define to 1 if you have the `_isnan' function. */
  871. /* #undef _GLIBCXX_HAVE__ISNAN */
  872.  
  873. /* Define to 1 if you have the `_isnanf' function. */
  874. /* #undef _GLIBCXX_HAVE__ISNANF */
  875.  
  876. /* Define to 1 if you have the `_isnanl' function. */
  877. /* #undef _GLIBCXX_HAVE__ISNANL */
  878.  
  879. /* Define to 1 if you have the `_ldexpf' function. */
  880. /* #undef _GLIBCXX_HAVE__LDEXPF */
  881.  
  882. /* Define to 1 if you have the `_ldexpl' function. */
  883. /* #undef _GLIBCXX_HAVE__LDEXPL */
  884.  
  885. /* Define to 1 if you have the `_log10f' function. */
  886. /* #undef _GLIBCXX_HAVE__LOG10F */
  887.  
  888. /* Define to 1 if you have the `_log10l' function. */
  889. /* #undef _GLIBCXX_HAVE__LOG10L */
  890.  
  891. /* Define to 1 if you have the `_logf' function. */
  892. /* #undef _GLIBCXX_HAVE__LOGF */
  893.  
  894. /* Define to 1 if you have the `_logl' function. */
  895. /* #undef _GLIBCXX_HAVE__LOGL */
  896.  
  897. /* Define to 1 if you have the `_modff' function. */
  898. /* #undef _GLIBCXX_HAVE__MODFF */
  899.  
  900. /* Define to 1 if you have the `_modfl' function. */
  901. /* #undef _GLIBCXX_HAVE__MODFL */
  902.  
  903. /* Define to 1 if you have the `_powf' function. */
  904. /* #undef _GLIBCXX_HAVE__POWF */
  905.  
  906. /* Define to 1 if you have the `_powl' function. */
  907. /* #undef _GLIBCXX_HAVE__POWL */
  908.  
  909. /* Define to 1 if you have the `_qfpclass' function. */
  910. /* #undef _GLIBCXX_HAVE__QFPCLASS */
  911.  
  912. /* Define to 1 if you have the `_sincos' function. */
  913. /* #undef _GLIBCXX_HAVE__SINCOS */
  914.  
  915. /* Define to 1 if you have the `_sincosf' function. */
  916. /* #undef _GLIBCXX_HAVE__SINCOSF */
  917.  
  918. /* Define to 1 if you have the `_sincosl' function. */
  919. /* #undef _GLIBCXX_HAVE__SINCOSL */
  920.  
  921. /* Define to 1 if you have the `_sinf' function. */
  922. /* #undef _GLIBCXX_HAVE__SINF */
  923.  
  924. /* Define to 1 if you have the `_sinhf' function. */
  925. /* #undef _GLIBCXX_HAVE__SINHF */
  926.  
  927. /* Define to 1 if you have the `_sinhl' function. */
  928. /* #undef _GLIBCXX_HAVE__SINHL */
  929.  
  930. /* Define to 1 if you have the `_sinl' function. */
  931. /* #undef _GLIBCXX_HAVE__SINL */
  932.  
  933. /* Define to 1 if you have the `_sqrtf' function. */
  934. /* #undef _GLIBCXX_HAVE__SQRTF */
  935.  
  936. /* Define to 1 if you have the `_sqrtl' function. */
  937. /* #undef _GLIBCXX_HAVE__SQRTL */
  938.  
  939. /* Define to 1 if you have the `_tanf' function. */
  940. /* #undef _GLIBCXX_HAVE__TANF */
  941.  
  942. /* Define to 1 if you have the `_tanhf' function. */
  943. /* #undef _GLIBCXX_HAVE__TANHF */
  944.  
  945. /* Define to 1 if you have the `_tanhl' function. */
  946. /* #undef _GLIBCXX_HAVE__TANHL */
  947.  
  948. /* Define to 1 if you have the `_tanl' function. */
  949. /* #undef _GLIBCXX_HAVE__TANL */
  950.  
  951. /* Define to 1 if you have the `__signbit' function. */
  952. #define _GLIBCXX_HAVE___SIGNBIT 1
  953.  
  954. /* Define to 1 if you have the `__signbitf' function. */
  955. #define _GLIBCXX_HAVE___SIGNBITF 1
  956.  
  957. /* Define to 1 if you have the `__signbitl' function. */
  958. #define _GLIBCXX_HAVE___SIGNBITL 1
  959.  
  960. /* Define to the address where bug reports for this package should be sent. */
  961. #define _GLIBCXX_PACKAGE_BUGREPORT ""
  962.  
  963. /* Define to the full name of this package. */
  964. #define _GLIBCXX_PACKAGE_NAME "package-unused"
  965.  
  966. /* Define to the full name and version of this package. */
  967. #define _GLIBCXX_PACKAGE_STRING "package-unused version-unused"
  968.  
  969. /* Define to the one symbol short name of this package. */
  970. #define _GLIBCXX_PACKAGE_TARNAME "libstdc++"
  971.  
  972. /* Define to the version of this package. */
  973. #define _GLIBCXX_PACKAGE__GLIBCXX_VERSION "version-unused"
  974.  
  975. /* Define to 1 if you have the ANSI C header files. */
  976. #define STDC_HEADERS 1
  977.  
  978. /* Define to 1 if a full hosted library is built, or 0 if freestanding. */
  979. #define _GLIBCXX_HOSTED 1
  980.  
  981. /* Define if the compiler is configured for setjmp/longjmp exceptions. */
  982. #define _GLIBCXX_SJLJ_EXCEPTIONS 1
  983. //
  984. // Systems that have certain non-standard functions prefixed with an
  985. // underscore, we'll handle those here. Must come after config.h.in.
  986. //
  987. #if defined (_GLIBCXX_HAVE__ISNAN) && ! defined (_GLIBCXX_HAVE_ISNAN)
  988. # define _GLIBCXX_HAVE_ISNAN 1
  989. # define isnan _isnan
  990. #endif
  991.  
  992. #if defined (_GLIBCXX_HAVE__ISNANF) && ! defined (_GLIBCXX_HAVE_ISNANF)
  993. # define _GLIBCXX_HAVE_ISNANF 1
  994. # define isnanf _isnanf
  995. #endif
  996.  
  997. #if defined (_GLIBCXX_HAVE__ISNANL) && ! defined (_GLIBCXX_HAVE_ISNANL)
  998. # define _GLIBCXX_HAVE_ISNANL 1
  999. # define isnanl _isnanl
  1000. #endif
  1001.  
  1002. #if defined (_GLIBCXX_HAVE__ISINF) && ! defined (_GLIBCXX_HAVE_ISINF)
  1003. # define _GLIBCXX_HAVE_ISINF 1
  1004. # define isinf _isinf
  1005. #endif
  1006.  
  1007. #if defined (_GLIBCXX_HAVE__ISINFF) && ! defined (_GLIBCXX_HAVE_ISINFF)
  1008. # define _GLIBCXX_HAVE_ISINFF 1
  1009. # define isinff _isinff
  1010. #endif
  1011.  
  1012. #if defined (_GLIBCXX_HAVE__ISINFL) && ! defined (_GLIBCXX_HAVE_ISINFL)
  1013. # define _GLIBCXX_HAVE_ISINFL 1
  1014. # define isinfl _isinfl
  1015. #endif
  1016.  
  1017. #if defined (_GLIBCXX_HAVE__COPYSIGN) && ! defined (_GLIBCXX_HAVE_COPYSIGN)
  1018. # define _GLIBCXX_HAVE_COPYSIGN 1
  1019. # define copysign _copysign
  1020. #endif
  1021.  
  1022. #if defined (_GLIBCXX_HAVE__COPYSIGNL) && ! defined (_GLIBCXX_HAVE_COPYSIGNL)
  1023. # define _GLIBCXX_HAVE_COPYSIGNL 1
  1024. # define copysignl _copysignl
  1025. #endif
  1026.  
  1027. #if defined (_GLIBCXX_HAVE__COSF) && ! defined (_GLIBCXX_HAVE_COSF)
  1028. # define _GLIBCXX_HAVE_COSF 1
  1029. # define cosf _cosf
  1030. #endif
  1031.  
  1032. #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF)
  1033. # define _GLIBCXX_HAVE_ACOSF 1
  1034. # define acosf _acosf
  1035. #endif
  1036.  
  1037. #if defined (_GLIBCXX_HAVE__ACOSL) && ! defined (_GLIBCXX_HAVE_ACOSL)
  1038. # define _GLIBCXX_HAVE_ACOSL 1
  1039. # define acosl _acosl
  1040. #endif
  1041.  
  1042. #if defined (_GLIBCXX_HAVE__ASINF) && ! defined (_GLIBCXX_HAVE_ASINF)
  1043. # define _GLIBCXX_HAVE_ASINF 1
  1044. # define asinf _asinf
  1045. #endif
  1046.  
  1047. #if defined (_GLIBCXX_HAVE__ASINL) && ! defined (_GLIBCXX_HAVE_ASINL)
  1048. # define _GLIBCXX_HAVE_ASINL 1
  1049. # define asinl _asinl
  1050. #endif
  1051.  
  1052. #if defined (_GLIBCXX_HAVE__ATANF) && ! defined (_GLIBCXX_HAVE_ATANF)
  1053. # define _GLIBCXX_HAVE_ATANF 1
  1054. # define atanf _atanf
  1055. #endif
  1056.  
  1057. #if defined (_GLIBCXX_HAVE__ATANL) && ! defined (_GLIBCXX_HAVE_ATANL)
  1058. # define _GLIBCXX_HAVE_ATANL 1
  1059. # define atanl _atanl
  1060. #endif
  1061.  
  1062. #if defined (_GLIBCXX_HAVE__CEILF) && ! defined (_GLIBCXX_HAVE_CEILF)
  1063. # define _GLIBCXX_HAVE_CEILF 1
  1064. # define aceil _ceilf
  1065. #endif
  1066.  
  1067. #if defined (_GLIBCXX_HAVE__CEILL) && ! defined (_GLIBCXX_HAVE_CEILL)
  1068. # define _GLIBCXX_HAVE_CEILL 1
  1069. # define aceil _ceill
  1070. #endif
  1071.  
  1072. #if defined (_GLIBCXX_HAVE__COSHF) && ! defined (_GLIBCXX_HAVE_COSHF)
  1073. # define _GLIBCXX_HAVE_COSHF 1
  1074. # define coshf _coshf
  1075. #endif
  1076.  
  1077. #if defined (_GLIBCXX_HAVE__COSL) && ! defined (_GLIBCXX_HAVE_COSL)
  1078. # define _GLIBCXX_HAVE_COSL 1
  1079. # define cosl _cosl
  1080. #endif
  1081.  
  1082. #if defined (_GLIBCXX_HAVE__LOGF) && ! defined (_GLIBCXX_HAVE_LOGF)
  1083. # define _GLIBCXX_HAVE_LOGF 1
  1084. # define logf _logf
  1085. #endif
  1086.  
  1087. #if defined (_GLIBCXX_HAVE__COSHL) && ! defined (_GLIBCXX_HAVE_COSHL)
  1088. # define _GLIBCXX_HAVE_COSHL 1
  1089. # define coshl _coshl
  1090. #endif
  1091.  
  1092. #if defined (_GLIBCXX_HAVE__EXPF) && ! defined (_GLIBCXX_HAVE_EXPF)
  1093. # define _GLIBCXX_HAVE_EXPF 1
  1094. # define expf _expf
  1095. #endif
  1096.  
  1097. #if defined (_GLIBCXX_HAVE__EXPL) && ! defined (_GLIBCXX_HAVE_EXPL)
  1098. # define _GLIBCXX_HAVE_EXPL 1
  1099. # define expl _expl
  1100. #endif
  1101.  
  1102. #if defined (_GLIBCXX_HAVE__FABSF) && ! defined (_GLIBCXX_HAVE_FABSF)
  1103. # define _GLIBCXX_HAVE_FABSF 1
  1104. # define fabsf _fabsf
  1105. #endif
  1106.  
  1107. #if defined (_GLIBCXX_HAVE__FABSL) && ! defined (_GLIBCXX_HAVE_FABSL)
  1108. # define _GLIBCXX_HAVE_FABSL 1
  1109. # define fabsl _fabsl
  1110. #endif
  1111.  
  1112. #if defined (_GLIBCXX_HAVE__FLOORF) && ! defined (_GLIBCXX_HAVE_FLOORF)
  1113. # define _GLIBCXX_HAVE_FLOORF 1
  1114. # define floorf _floorf
  1115. #endif
  1116.  
  1117. #if defined (_GLIBCXX_HAVE__FLOORL) && ! defined (_GLIBCXX_HAVE_FLOORL)
  1118. # define _GLIBCXX_HAVE_FLOORL 1
  1119. # define floorl _floorl
  1120. #endif
  1121.  
  1122. #if defined (_GLIBCXX_HAVE__FMODF) && ! defined (_GLIBCXX_HAVE_FMODF)
  1123. # define _GLIBCXX_HAVE_FMODF 1
  1124. # define fmodf _fmodf
  1125. #endif
  1126.  
  1127. #if defined (_GLIBCXX_HAVE__FMODL) && ! defined (_GLIBCXX_HAVE_FMODL)
  1128. # define _GLIBCXX_HAVE_FMODL 1
  1129. # define fmodl _fmodl
  1130. #endif
  1131.  
  1132. #if defined (_GLIBCXX_HAVE__FREXPF) && ! defined (_GLIBCXX_HAVE_FREXPF)
  1133. # define _GLIBCXX_HAVE_FREXPF 1
  1134. # define frexpf _frexpf
  1135. #endif
  1136.  
  1137. #if defined (_GLIBCXX_HAVE__FREXPL) && ! defined (_GLIBCXX_HAVE_FREXPL)
  1138. # define _GLIBCXX_HAVE_FREXPL 1
  1139. # define frexpl _frexpl
  1140. #endif
  1141.  
  1142. #if defined (_GLIBCXX_HAVE__LDEXPF) && ! defined (_GLIBCXX_HAVE_LDEXPF)
  1143. # define _GLIBCXX_HAVE_LDEXPF 1
  1144. # define ldexpf _ldexpf
  1145. #endif
  1146.  
  1147. #if defined (_GLIBCXX_HAVE__LDEXPL) && ! defined (_GLIBCXX_HAVE_LDEXPL)
  1148. # define _GLIBCXX_HAVE_LDEXPL 1
  1149. # define ldexpl _ldexpl
  1150. #endif
  1151.  
  1152. #if defined (_GLIBCXX_HAVE__LOG10F) && ! defined (_GLIBCXX_HAVE_LOG10F)
  1153. # define _GLIBCXX_HAVE_LOG10F 1
  1154. # define log10f _log10f
  1155. #endif
  1156.  
  1157. #if defined (_GLIBCXX_HAVE__LOGL) && ! defined (_GLIBCXX_HAVE_LOGL)
  1158. # define _GLIBCXX_HAVE_LOGL 1
  1159. # define logl _logl
  1160. #endif
  1161.  
  1162. #if defined (_GLIBCXX_HAVE__POWF) && ! defined (_GLIBCXX_HAVE_POWF)
  1163. # define _GLIBCXX_HAVE_POWF 1
  1164. # define powf _powf
  1165. #endif
  1166.  
  1167. #if defined (_GLIBCXX_HAVE__LOG10L) && ! defined (_GLIBCXX_HAVE_LOG10L)
  1168. # define _GLIBCXX_HAVE_LOG10L 1
  1169. # define log10l _log10l
  1170. #endif
  1171.  
  1172. #if defined (_GLIBCXX_HAVE__MODF) && ! defined (_GLIBCXX_HAVE_MODF)
  1173. # define _GLIBCXX_HAVE_MODF 1
  1174. # define modf _modf
  1175. #endif
  1176.  
  1177. #if defined (_GLIBCXX_HAVE__MODL) && ! defined (_GLIBCXX_HAVE_MODL)
  1178. # define _GLIBCXX_HAVE_MODL 1
  1179. # define modl _modl
  1180. #endif
  1181.  
  1182. #if defined (_GLIBCXX_HAVE__SINF) && ! defined (_GLIBCXX_HAVE_SINF)
  1183. # define _GLIBCXX_HAVE_SINF 1
  1184. # define sinf _sinf
  1185. #endif
  1186.  
  1187. #if defined (_GLIBCXX_HAVE__POWL) && ! defined (_GLIBCXX_HAVE_POWL)
  1188. # define _GLIBCXX_HAVE_POWL 1
  1189. # define powl _powl
  1190. #endif
  1191.  
  1192. #if defined (_GLIBCXX_HAVE__SINHF) && ! defined (_GLIBCXX_HAVE_SINHF)
  1193. # define _GLIBCXX_HAVE_SINHF 1
  1194. # define sinhf _sinhf
  1195. #endif
  1196.  
  1197. #if defined (_GLIBCXX_HAVE__SINL) && ! defined (_GLIBCXX_HAVE_SINL)
  1198. # define _GLIBCXX_HAVE_SINL 1
  1199. # define sinl _sinl
  1200. #endif
  1201.  
  1202. #if defined (_GLIBCXX_HAVE__SQRTF) && ! defined (_GLIBCXX_HAVE_SQRTF)
  1203. # define _GLIBCXX_HAVE_SQRTF 1
  1204. # define sqrtf _sqrtf
  1205. #endif
  1206.  
  1207. #if defined (_GLIBCXX_HAVE__SINHL) && ! defined (_GLIBCXX_HAVE_SINHL)
  1208. # define _GLIBCXX_HAVE_SINHL 1
  1209. # define sinhl _sinhl
  1210. #endif
  1211.  
  1212. #if defined (_GLIBCXX_HAVE__TANF) && ! defined (_GLIBCXX_HAVE_TANF)
  1213. # define _GLIBCXX_HAVE_TANF 1
  1214. # define tanf _tanf
  1215. #endif
  1216.  
  1217. #if defined (_GLIBCXX_HAVE__SQRTL) && ! defined (_GLIBCXX_HAVE_SQRTL)
  1218. # define _GLIBCXX_HAVE_SQRTL 1
  1219. # define sqrtl _sqrtl
  1220. #endif
  1221.  
  1222. #if defined (_GLIBCXX_HAVE__TANHF) && ! defined (_GLIBCXX_HAVE_TANHF)
  1223. # define _GLIBCXX_HAVE_TANHF 1
  1224. # define tanhf _tanhf
  1225. #endif
  1226.  
  1227. #if defined (_GLIBCXX_HAVE__TANL) && ! defined (_GLIBCXX_HAVE_TANL)
  1228. # define _GLIBCXX_HAVE_TANF 1
  1229. # define tanf _tanf
  1230. #endif
  1231.  
  1232. #if defined (_GLIBCXX_HAVE__STRTOF) && ! defined (_GLIBCXX_HAVE_STRTOF)
  1233. # define _GLIBCXX_HAVE_STRTOF 1
  1234. # define strtof _strtof
  1235. #endif
  1236.  
  1237. #if defined (_GLIBCXX_HAVE__TANHL) && ! defined (_GLIBCXX_HAVE_TANHL)
  1238. # define _GLIBCXX_HAVE_TANHL 1
  1239. # define tanhl _tanhl
  1240. #endif
  1241.  
  1242. #if defined (_GLIBCXX_HAVE__STRTOLD) && ! defined (_GLIBCXX_HAVE_STRTOLD)
  1243. # define _GLIBCXX_HAVE_STRTOLD 1
  1244. # define strtold _strtold
  1245. #endif
  1246.  
  1247. #if defined (_GLIBCXX_HAVE__SINCOS) && ! defined (_GLIBCXX_HAVE_SINCOS)
  1248. # define _GLIBCXX_HAVE_SINCOS 1
  1249. # define sincos _sincos
  1250. #endif
  1251.  
  1252. #if defined (_GLIBCXX_HAVE__SINCOSF) && ! defined (_GLIBCXX_HAVE_SINCOSF)
  1253. # define _GLIBCXX_HAVE_SINCOSF 1
  1254. # define sincosf _sincosf
  1255. #endif
  1256.  
  1257. #if defined (_GLIBCXX_HAVE__SINCOSL) && ! defined (_GLIBCXX_HAVE_SINCOSL)
  1258. # define _GLIBCXX_HAVE_SINCOSL 1
  1259. # define sincosl _sincosl
  1260. #endif
  1261.  
  1262. #if defined (_GLIBCXX_HAVE__FINITE) && ! defined (_GLIBCXX_HAVE_FINITE)
  1263. # define _GLIBCXX_HAVE_FINITE 1
  1264. # define finite _finite
  1265. #endif
  1266.  
  1267. #if defined (_GLIBCXX_HAVE__FINITEF) && ! defined (_GLIBCXX_HAVE_FINITEF)
  1268. # define _GLIBCXX_HAVE_FINITEF 1
  1269. # define finitef _finitef
  1270. #endif
  1271.  
  1272. #if defined (_GLIBCXX_HAVE__FINITEL) && ! defined (_GLIBCXX_HAVE_FINITEL)
  1273. # define _GLIBCXX_HAVE_FINITEL 1
  1274. # define finitel _finitel
  1275. #endif
  1276.  
  1277. #if defined (_GLIBCXX_HAVE__QFINITE) && ! defined (_GLIBCXX_HAVE_QFINITE)
  1278. # define _GLIBCXX_HAVE_QFINITE 1
  1279. # define qfinite _qfinite
  1280. #endif
  1281.  
  1282. #if defined (_GLIBCXX_HAVE__FPCLASS) && ! defined (_GLIBCXX_HAVE_FPCLASS)
  1283. # define _GLIBCXX_HAVE_FPCLASS 1
  1284. # define fpclass _fpclass
  1285. #endif
  1286.  
  1287. #if defined (_GLIBCXX_HAVE__QFPCLASS) && ! defined (_GLIBCXX_HAVE_QFPCLASS)
  1288. # define _GLIBCXX_HAVE_QFPCLASS 1
  1289. # define qfpclass _qfpclass
  1290. #endif
  1291.  
  1292. #endif // _CXXCONFIG_
  1293.