diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:04:38 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 03:04:38 +0000 |
commit | d010e504478408c3e221c7f624584b14d659d96d (patch) | |
tree | ed2a109bd6c10370f92dab36da1e8b1ae08e150e /libstdc++-v3/config.h.in | |
parent | 39e0ec029debadceae6ea8dc5d25dc7f927df0e0 (diff) | |
download | gcc-d010e504478408c3e221c7f624584b14d659d96d.tar.gz |
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
(HAVE_GETTEXT, HAVE_STPCPY): Likewise.
* config.h.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97598 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 1faa63d68b4..6cdb8d49f1d 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -5,11 +5,6 @@ #undef PACKAGE #undef VERSION -// Needed for gettext. -#undef ENABLE_NLS -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_STPCPY // Define if code specialized for long long should be used. #undef _GLIBCXX_USE_LONG_LONG |