aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-22 23:44:23 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-22 23:44:23 +0000
commit63a0cbd1311328fcc9d4d7ad97edcbe30be7e621 (patch)
tree1392c95ae5ae79010cd5c747fb537efc14374778 /libstdc++-v3/config.h.in
parent0b0f310b2c73da4f7f79d589b362661ca5cf7bd5 (diff)
2000-08-22 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* src/locale-inst.cc: Add codecvt<unicode_t, wchar_t, __enc_traits> instantiations for has_facet and use_facet. * testsuite/22_locale/codecvt_unicode_wchar_t.cc: New file, for testing two-byte unicode encodings converted to four-byte UCS4 encodings. * bits/codecvt.h (codecvt<__enc_traits>): Fix do_unshift. * testsuite/22_locale/codecvt_unicode_char.cc (test01): Add correct state/encoding information. * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add wcsrtombs, mbsrtowcs checks as codecvt<wchar_t, char, mbstate_t> needs them now. Add checks for langinfo.h, nl_langinfo function call. * libio/iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35897 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 99276e59974..7c35a039e45 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -510,6 +510,9 @@
/* Define if you have the logl function. */
#undef HAVE_LOGL
+/* Define if you have the mbsrtowcs function. */
+#undef HAVE_MBSRTOWCS
+
/* Define if you have the modff function. */
#undef HAVE_MODFF
@@ -519,6 +522,9 @@
/* Define if you have the nan function. */
#undef HAVE_NAN
+/* Define if you have the nl_langinfo function. */
+#undef HAVE_NL_LANGINFO
+
/* Define if you have the powf function. */
#undef HAVE_POWF
@@ -579,6 +585,9 @@
/* Define if you have the wcslen function. */
#undef HAVE_WCSLEN
+/* Define if you have the wcsrtombs function. */
+#undef HAVE_WCSRTOMBS
+
/* Define if you have the wmemchr function. */
#undef HAVE_WMEMCHR