* acconfig.h (_UNBUF_STREAM_OPT): Undefine.

* newlib.hin (_UNBUF_STREAM_OPT): Undefine.
	* configure.in (--enable-newlib-unbuf-stream-opt): New option.
	* configure: Regenerate.
	* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't do optimization on
	unbuffered stream files.
	* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Likewise.
	* README: Add description about the option.
	* newlib.hin (_UNBUF_STREAM_OPT): Undefine.
	* configure.in (--enable-newlib-unbuf-stream-opt): New option.
	* configure: Regenerate.
	* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't do optimization on
	unbuffered stream files.
	* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Likewise.
	* README: Add description about the option.
This commit is contained in:
Corinna Vinschen
2013-06-19 15:58:50 +00:00
parent 04f8f69cb7
commit 82c19d335a
8 changed files with 77 additions and 1 deletions

View File

@ -64,6 +64,9 @@
/* Define if wide char orientation is supported. */
#undef _WIDE_ORIENT
/* Define if unbuffered stream file optimization is supported. */
#undef _UNBUF_STREAM_OPT
@BOTTOM@
/*
* Iconv encodings enabled ("to" direction)