This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC / patch] Autoconf test to avoid inclusion of <cstdio>
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>, libstdc++ at gcc dot gnu dot org
- Cc: iant at google dot com, tromey at redhat dot com
- Date: Wed, 6 Aug 2008 12:56:54 -0500 (CDT)
- Subject: Re: [RFC / patch] Autoconf test to avoid inclusion of <cstdio>
- Accept-language: en-US
- References: <21042076.1218042604718.JavaMail.oracle@acsmt302.oracle.com>
> Today I tried to figure out a possible
> solution, which involves using the return value of a test
> program to set a configuration macro (_GLIBCXX_STDIO_EOF,
> _GLIBCXX_STDIO_SEEK_CUR, ...).
Argh, doesn't work with *negative* values...
Paolo.