From ab109df4317d3feda8b2155decc2ccbf2b58b94a Mon Sep 17 00:00:00 2001 From: paolo Date: Tue, 27 Jul 2010 10:36:50 +0000 Subject: 2010-07-27 Paolo Carlini Ralf Wildenhues * acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Add, actually compute the constants via AC_COMPUTE_INT. * configure.ac: Call the latter. * include/bits/ios_base.h: Adjust. * include/bits/char_traits.h: Likewise. * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error line number. * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise. * config.h.in: Regenerate. * configure: Likewise. 2010-07-27 Paolo Carlini * config/io/c_io_stdio.h: Do not include . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162562 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/config.h.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'libstdc++-v3/config.h.in') diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 00aed69c388..6ab257fa344 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -713,8 +713,14 @@ /* Define if the compiler is configured for setjmp/longjmp exceptions. */ #undef _GLIBCXX_SJLJ_EXCEPTIONS -/* Define if EOF == -1, SEEK_CUR == 1, SEEK_END == 2. */ -#undef _GLIBCXX_STDIO_MACROS +/* Define to the value of the EOF integer constant. */ +#undef _GLIBCXX_STDIO_EOF + +/* Define to the value of the SEEK_CUR integer constant. */ +#undef _GLIBCXX_STDIO_SEEK_CUR + +/* Define to the value of the SEEK_END integer constant. */ +#undef _GLIBCXX_STDIO_SEEK_END /* Define to use symbol versioning in the shared library. */ #undef _GLIBCXX_SYMVER -- cgit v1.2.1