[uClibc-cvs] uClibc/extra/Configs Config.in,1.40,1.41
Erik Andersen
andersen at uclibc.org
Thu Dec 4 18:25:40 UTC 2003
Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv20182/extra/Configs
Modified Files:
Config.in
Log Message:
Set the default stdio buffer size to 4096, rather then 256.
256 is fine of course, but many applications use this value
and expect it to be larger.
Index: Config.in
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Config.in 5 Nov 2003 05:04:23 -0000 1.40
+++ Config.in 4 Dec 2003 18:25:36 -0000 1.41
@@ -684,7 +684,7 @@
choice
prompt "Stdio buffer size"
- default UCLIBC_HAS_STDIO_BUFSIZ_256
+ default UCLIBC_HAS_STDIO_BUFSIZ_4096
help
Please select a value for BUFSIZ. This will be used by the
stdio subsystem as the default buffer size for a file, and
More information about the uClibc-cvs
mailing list