diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 04:39:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-26 04:39:48 +0000 |
commit | b5f11af2806783066050846fedefa2bdc5c8864f (patch) | |
tree | 966f2e9f8565733e000a7995af1ea9ad9044fa76 | |
parent | 29783b401e04e4e38a139f22b30e832f29e3c447 (diff) | |
download | fetchmail-b5f11af2806783066050846fedefa2bdc5c8864f.tar.gz fetchmail-b5f11af2806783066050846fedefa2bdc5c8864f.tar.bz2 fetchmail-b5f11af2806783066050846fedefa2bdc5c8864f.zip |
Even more improved sizeticker.
svn path=/trunk/; revision=157
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |