mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-16 12:40:17 +08:00
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:
parent
6db61f5052
commit
470386b7af
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user