diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-01-07 22:17:01 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-01-07 22:17:01 +0000 |
commit | 158960ba7e2e8f5d4ad01e4ceb736bbbfd600e0e (patch) | |
tree | 2bd8c2f700cbc0896ce320e5b11bcf5d1f394f28 /libstdc++-v3/config.h.in | |
parent | 5d2082d1474951aea430f2a835333f77026aa5a1 (diff) | |
download | gcc-158960ba7e2e8f5d4ad01e4ceb736bbbfd600e0e.zip gcc-158960ba7e2e8f5d4ad01e4ceb736bbbfd600e0e.tar.gz gcc-158960ba7e2e8f5d4ad01e4ceb736bbbfd600e0e.tar.bz2 |
crossconfig.m4: Add LFS, io bits to linux cross config.
2004-01-07 Benjamin Kosnik <bkoz@redhat.com>
* crossconfig.m4: Add LFS, io bits to linux cross config.
* acconfig.h: Remove obsolete bits, reorder.
* config.h.in: Regenerate.
* aclocal.m4: Same.
* configure: Same.
From-SVN: r75520
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 45 |
1 files changed, 21 insertions, 24 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 361cec5..b2d030d 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -17,18 +17,15 @@ // Include I/O support for 'long long' and 'unsigned long long'. #undef _GLIBCXX_USE_LONG_LONG +// Include support for 'long double'. +#undef _GLIBCXX_USE_LONG_DOUBLE + // Define if C99 math functions (like fpclassify) should be exposed. #undef _GLIBCXX_USE_C99_MATH // Define if C99 features such as lldiv_t, llabs, lldiv should be exposed. #undef _GLIBCXX_USE_C99 -// Include support for 'long double'. -#undef _GLIBCXX_USE_LONG_DOUBLE - -// Include support for shadow headers, ie --enable-cshadow-headers. -#undef _GLIBCXX_USE_SHADOW_HEADERS - // Define if code specialized for wchar_t should be used. #undef _GLIBCXX_USE_WCHAR_T @@ -38,18 +35,6 @@ // Define to use concept checking code from the boost libraries. #undef _GLIBCXX_CONCEPT_CHECKS -// Define if the atan2f function exists. -#undef HAVE_ATAN2F - -// Define if the atan2l function exists. -#undef HAVE_ATAN2L - -// Define if the tanl function exists. -#undef HAVE_TANL - -// Define if the copysignf function exists. -#undef HAVE_COPYSIGNF - // Define to use symbol versioning in the shared library. #undef _GLIBCXX_SYMVER @@ -64,9 +49,27 @@ #define _GLIBCXX_ASM_SYMVER(cur, old, version) #endif +// Define if LFS support is available. +#undef _GLIBCXX_USE_LFS + +// Define if NLS translations are to be used. +#undef _GLIBCXX_USE_NLS + // Define if gthr-default.h exists (meaning that threading support is enabled). #undef HAVE_GTHR_DEFAULT +// Define if the atan2f function exists. +#undef HAVE_ATAN2F + +// Define if the atan2l function exists. +#undef HAVE_ATAN2L + +// Define if the tanl function exists. +#undef HAVE_TANL + +// Define if the copysignf function exists. +#undef HAVE_COPYSIGNF + // Define if getpagesize exists. #undef HAVE_GETPAGESIZE @@ -157,9 +160,6 @@ // Define if int64_t is available in <stdint.h>. #undef HAVE_INT64_T -// Define if LFS support is available. -#undef _GLIBCXX_USE_LFS - // Define if LC_MESSAGES is available in <locale.h>. #undef HAVE_LC_MESSAGES @@ -169,9 +169,6 @@ // Define if modf is present in <math.h> #undef HAVE_MODF -// Define if NLS translations are to be used. -#undef _GLIBCXX_USE_NLS - /* Define to 1 if you have the `acosf' function. */ #undef HAVE_ACOSF |