diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-02 02:53:28 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-02 02:53:28 +0000 |
commit | 307f7a6d3dd50baf8ab642e80e9f16eeaa3abf48 (patch) | |
tree | 000214aa7562016317a69d97eb75f1aac7062591 /libstdc++-v3/config.h.in | |
parent | b58ef4b3452cfaf05a26ce76cd36d05add5311e9 (diff) | |
download | ppe42-gcc-307f7a6d3dd50baf8ab642e80e9f16eeaa3abf48.tar.gz ppe42-gcc-307f7a6d3dd50baf8ab642e80e9f16eeaa3abf48.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index efcda87839f..f288f42ed9d 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 |