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
This commit is contained in:
Kelley Cook 2005-04-05 03:04:38 +00:00 committed by R. Kelley Cook
parent 6db61f5052
commit 470386b7af
3 changed files with 6 additions and 10 deletions

View 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

View 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

View 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