diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-06 02:35:27 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-06 02:35:27 +0000 |
commit | a53b2cd8cfcead281f4f829d33b06b0696bfbe50 (patch) | |
tree | eef68519465ad60fd5b89a877865f901310583a8 /libstdc++-v3/config.h.in | |
parent | c4a0fee9ea0630bd19fe39580e78427126501aae (diff) | |
download | gcc-a53b2cd8cfcead281f4f829d33b06b0696bfbe50.tar.gz |
2000-12-05 Benjamin Kosnik <bkoz@haight.redhat.com>
* acinclude.m4 (EXTRA_CXX_FLAGS): And here.
* include/c/bits/std_cstdlib.h (std ): Change macro to
_GLIBCPP_NEED_LLDIV_T.
* acconfig.h: Remove unused MBSTATE_T bits.
* configure.in: Same.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38058 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 2f796109ca8..bda8a2b241a 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -12,18 +12,12 @@ // Include support for shadow headers, ie --enable-cshadow-headers. #undef _GLIBCPP_USE_SHADOW_HEADERS -// Define if lldiv_t exists in stdlib.h. -#undef _GLIBCPP_HAVE_LLDIV_T - -// Define if the host has a type mbstate_t defined in -// wchar.h, as required by 21.1.3.1. Some systems, namely -// hppa-hp-hpux10.20 do not meet this requirement, and must be worked -// around. -#undef _GLIBCPP_NEED_MBSTATE_T - // Define if code specialized for wchar_t should be used. #undef _GLIBCPP_USE_WCHAR_T +// Define if lldiv_t exists in stdlib.h. +#undef HAVE_LLDIV_T + // Define if the compiler/host combination has __builtin_abs #undef HAVE___BUILTIN_ABS |