From fc4f1875fe57c39bf122cfb43a30893fef58c157 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 17:54:02 +0100 Subject: reapeat now built using the GNU Autotools --- rpt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rpt.c') diff --git a/rpt.c b/rpt.c index d6476ad..46a3de9 100644 --- a/rpt.c +++ b/rpt.c @@ -1,4 +1,4 @@ -#define _GNU_SOURCE /* getopt_long */ +#include "config.h" #include #include @@ -10,10 +10,8 @@ #include #include -#define VERSION "1.1.3" - /* Size of the buffer used to clone stdin. */ -#define BUFSIZE 8000 +#define BUFSIZE (1 << 12) /* Exit status */ #define EXIT_SUCCESS 0 -- cgit v1.2.3