From b5f11af2806783066050846fedefa2bdc5c8864f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Sep 1996 04:39:48 +0000 Subject: Even more improved sizeticker. svn path=/trunk/; revision=157 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.h b/fetchmail.h index 0733be2f..8f2cc579 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -54,7 +54,7 @@ #define TO_STDOUT 3 /* use stdout */ #define TO_MDA 4 /* use agent */ -#define TICKERSIZE 1024 /* print 1 dot per this many bytes */ +#define SIZETICKER 1024 /* print 1 dot per this many bytes */ struct hostrec { -- cgit v1.2.3