From: kcook Date: Tue, 5 Apr 2005 03:04:38 +0000 (+0000) Subject: 2005-04-05 Kelley Cook X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d010e504478408c3e221c7f624584b14d659d96d;p=thirdparty%2Fgcc.git 2005-04-05 Kelley Cook * 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e9a74cf568e2..10f5bb2113f2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2005-04-05 Kelley Cook + + * acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove. + (HAVE_GETTEXT, HAVE_STPCPY): Likewise. + * config.h.in: Regenerate. + 2005-04-05 Kelley Cook * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index ae7932b3982b..c3778a241b4e 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -4,11 +4,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 diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 1faa63d68b46..6cdb8d49f1d0 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