]> gcc.gnu.org Git - gcc.git/commitdiff
acconfig.h (ENABLE_NLS, [...]): Remove.
authorKelley Cook <kcook@gcc.gnu.org>
Tue, 5 Apr 2005 03:04:38 +0000 (03:04 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Tue, 5 Apr 2005 03:04:38 +0000 (03:04 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/acconfig.h
libstdc++-v3/config.h.in

index e9a74cf568e23496ed4cfb5011d69b55135ffe3b..10f5bb2113f2fb39713b2c1a305df3e001f7e56e 100644 (file)
@@ -1,3 +1,9 @@
+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 
index ae7932b3982b42ab080524daab71493fc307f5ba..c3778a241b4ed59944c612b82103482bcdcd0985 100644 (file)
@@ -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
index 1faa63d68b469ecf322821653f2ff892d2b2fe25..6cdb8d49f1d025aec8e57341c8b9a3bc7e76d71b 100644 (file)
@@ -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
This page took 0.059483 seconds and 5 git commands to generate.