--- ./dietstdio.h~ Wed Dec 4 18:32:33 2002
|
|
+++ ./dietstdio.h Sun Jan 12 08:47:14 2003
|
|
@@ -8,11 +8,12 @@
|
|
#endif
|
|
#include <stdarg.h>
|
|
|
|
-#ifdef WANT_SMALL_STDIO_BUFS
|
|
+/*#ifdef WANT_SMALL_STDIO_BUFS
|
|
#define BUFSIZE 128
|
|
#else
|
|
#define BUFSIZE 2048
|
|
-#endif
|
|
+#endif*/
|
|
+#define BUFSIZE 0
|
|
|
|
struct __stdio_file {
|
|
int fd;
|