aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-25 16:54:47 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-25 16:54:47 +0000
commit4ee92eb6c43a8c101f8fd3762cf84de570f78a0e (patch)
tree0c708ed376115ae13567b696378dfabfdbb490b9 /libstdc++-v3/config.h.in
parent0887bad70bc7a33848ba2fde1fe70aeaab648f7e (diff)
2000-10-25 Phil Edwards <pme@sources.redhat.com>
* configure.in: Check for gconv.h. * libio/wfileops.c: Wrap gconv.h in HAVE_GCONV_H. * config/c_io_libio_codecvt.c: Change __mbstate_t to __c_mbstate_t. * libio/_G_config.h: And here. * libio/iofwide.c: And here. * libio/libio.h: And here. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Remove exception specification to match declaration. * include/bits/locale_facets.tcc: Include bits/std_clocale.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index 7d59d181932..1e1291df57c 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -624,6 +624,9 @@
/* Define if you have the <fp.h> header file. */
#undef HAVE_FP_H
+/* Define if you have the <gconv.h> header file. */
+#undef HAVE_GCONV_H
+
/* Define if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H