head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.11.22.22.36.48; author rse; state Exp; branches; next ; commitid XbKGIwC4E5zUazcu; desc @@ 1.1 log @new package: mbuffer 20091122 (Measuring I/O Buffer Utility) @ text @Index: Makefile.in --- Makefile.in.orig 2009-11-22 22:15:50 +0100 +++ Makefile.in 2009-11-22 23:32:11 +0100 @@@@ -1,6 +1,6 @@@@ CC = @@CC@@ DEFS = @@DEFS@@ -CFLAGS = @@CFLAGS@@ $(DEFS) +CFLAGS = @@CFLAGS@@ @@CPPFLAGS@@ $(DEFS) LDFLAGS = @@LDFLAGS@@ LIBS = @@LIBS@@ EXE = @@EXEEXT@@ Index: log.c --- log.c.orig 2009-11-22 22:15:50 +0100 +++ log.c 2009-11-22 23:31:20 +0100 @@@@ -30,6 +30,7 @@@@ #include #include #include +#include int Verbose = 3, Log = STDERR_FILENO, ErrorOccurred = 0; extern char *Prefix; @