diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-04-05 03:04:38 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-04-05 03:04:38 +0000 |
commit | 470386b7afe59efcd1a7203a4a6a5a3d195e4521 (patch) | |
tree | ed2a109bd6c10370f92dab36da1e8b1ae08e150e | |
parent | 6db61f50521eb2115b2e89a0680cf6343c57c65e (diff) | |
download | gcc-470386b7afe59efcd1a7203a4a6a5a3d195e4521.zip gcc-470386b7afe59efcd1a7203a4a6a5a3d195e4521.tar.gz gcc-470386b7afe59efcd1a7203a4a6a5a3d195e4521.tar.bz2 |
acconfig.h (ENABLE_NLS, [...]): Remove.
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.
From-SVN: r97598
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/acconfig.h | 5 | ||||
-rw-r--r-- | libstdc++-v3/config.h.in | 5 |
3 files changed, 6 insertions, 10 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e9a74cf..10f5bb2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,11 @@ 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. + +2005-04-05 Kelley Cook <kcook@gcc.gnu.org> + * linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro to convert to uppercase instead of shelling out to tr. * acconfig.h: Remove now redundant HAVE__BUILTINS_*. diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index ae7932b..c3778a2 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 1faa63d..6cdb8d4 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 |