diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-02 07:24:15 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-02 07:24:15 +0000 |
commit | ed8078fcf09b69179ba1b8f7fbbac06781b87908 (patch) | |
tree | 45a34394b5127281bc11b43069433b36f688b8c1 /libstdc++-v3/config.h.in | |
parent | 021a57f44690d097ed3e31143b0848c88692f20e (diff) | |
download | gcc-ed8078fcf09b69179ba1b8f7fbbac06781b87908.tar.gz |
2000-06-01 Benjamin Kosnik <bkoz@gnu.org>
* bits/std_cwctype.h: Clean.
* bits/std_cwchar.h: Clean, remove cruft.
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Re-work, add bits
for beginning iconv support.
Remove _GLIBCPP_HAS_WCHAR_MIN_MAX, roll into _GLIBCPP_USE_WCHAR_T
macro.
* acconfig.h: Remove _GLIBCPP_HAS_WCHAR_MIN_MAX.
* bits/limits_generic.h: Remove.
* src/gen-num-limits.cc: Same.
* src/locale.cc: Tweaks.
* bits/char_traits.h: Tweaks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34352 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index b657fdf306f..44af55539c8 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -12,11 +12,6 @@ // around. #undef _GLIBCPP_NEED_MBSTATE_T -// Define if WCHAR_MIN and WCHAR_MAX are in the <cwchar_t> -// header. Presently, this is needed so that solaris won't -// instantitate numeric_limits<wchar_t> -#undef _GLIBCPP_HAS_WCHAR_MIN_MAX - // Define if code specialized for wchar_t should be used. #undef _GLIBCPP_USE_WCHAR_T @@ -290,6 +285,15 @@ /* Define if you have the hypotl function. */ #undef HAVE_HYPOTL +/* Define if you have the iconv function. */ +#undef HAVE_ICONV + +/* Define if you have the iconv_close function. */ +#undef HAVE_ICONV_CLOSE + +/* Define if you have the iconv_open function. */ +#undef HAVE_ICONV_OPEN + /* Define if you have the isinf function. */ #undef HAVE_ISINF |