diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-07 22:17:01 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-07 22:17:01 +0000 |
commit | 06144ff3388710e1c30a18bfdb7d90568624151e (patch) | |
tree | 2bd8c2f700cbc0896ce320e5b11bcf5d1f394f28 /libstdc++-v3/config.h.in | |
parent | 246f9c5f1f7017f52bcab28c66f2e54cc18e2d20 (diff) | |
download | gcc-06144ff3388710e1c30a18bfdb7d90568624151e.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75520 138bc75d-0d04-0410-961f-82ee72b054a4
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 361cec58059..b2d030da06d 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 |