aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-04-28 21:03:19 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-04-28 21:03:19 +0000
commitad41429085cb4de37aef72bee814b08acc8a2a35 (patch)
treedb642b3ece0d8017bf8bdb4a94cf4955d8443427 /libstdc++-v3/config.h.in
parente83a44d21dee4842b268c8a113c02dd11983ebf0 (diff)
downloadgcc-ad41429085cb4de37aef72bee814b08acc8a2a35.zip
gcc-ad41429085cb4de37aef72bee814b08acc8a2a35.tar.gz
gcc-ad41429085cb4de37aef72bee814b08acc8a2a35.tar.bz2
configure.in: Test for libintl.h.
2003-04-28 Phil Edwards <pme@gcc.gnu.org> * configure.in: Test for libintl.h. * include/bits/c++config: Define __N for everybody. * include/bits/basic_string.h, include/bits/stl_bvector.h, include/bits/stl_deque.h, include/bits/stl_vector.h, include/std/std_bitset.h: Wrap all __throw* text with __N. * po/Makefile.am (pot): New rule, mostly working. * src/functexcept.cc: Call gettext on all __throw* arguments when -fexceptions is in effect. * po/Makefile.in, config.h.in, configure: Regenerate. From-SVN: r66185
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 36e2ae5..efcda87 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -731,6 +731,9 @@
/* Define if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if you have the <libintl.h> header file. */
+#undef HAVE_LIBINTL_H
+
/* Define if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H