aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-05-02 02:53:28 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-05-02 02:53:28 +0000
commitc67528fe19d425cf537589701f67218ff729130b (patch)
tree000214aa7562016317a69d97eb75f1aac7062591 /libstdc++-v3/config.h.in
parent7c1fdbe4d17807e400d403f82105257d50d0192b (diff)
downloadgcc-c67528fe19d425cf537589701f67218ff729130b.zip
gcc-c67528fe19d425cf537589701f67218ff729130b.tar.gz
gcc-c67528fe19d425cf537589701f67218ff729130b.tar.bz2
acconfig.h (_GLIBCPP_USE_NLS): New symbol.
2003-05-01 Phil Edwards <pme@gcc.gnu.org> * acconfig.h (_GLIBCPP_USE_NLS): New symbol. * configure.in: Move libintl.h header test... * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): ...to here. Gather all the NLS-related test results into one symbol. * src/functexcept.cc: Use it here. * aclocal.m4, config.h.in, configure: Regenerated. From-SVN: r66372
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index efcda87..f288f42 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -1,4 +1,4 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
@@ -125,6 +125,9 @@
// Define if LC_MESSAGES is available in <locale.h>.
#undef HAVE_LC_MESSAGES
+// Define if NLS translations are to be used.
+#undef _GLIBCPP_USE_NLS
+
/* Define if you have the __signbit function. */
#undef HAVE___SIGNBIT
@@ -746,9 +749,6 @@
/* Define if you have the <nan.h> header file. */
#undef HAVE_NAN_H
-/* Define if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
/* Define if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H