diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-17 15:10:42 +0000 | 
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-17 15:10:42 +0000 | 
| commit | 25844176b66a992b42041fd07bf14096f3d2ad02 (patch) | |
| tree | 9cfe4ceaa0ec54da911b2eee4b90bf98ee142c09 /fetchmail.h | |
| parent | b7356877e3484f1bdb40c60dae17b85a365eb434 (diff) | |
| download | fetchmail-25844176b66a992b42041fd07bf14096f3d2ad02.tar.gz fetchmail-25844176b66a992b42041fd07bf14096f3d2ad02.tar.bz2 fetchmail-25844176b66a992b42041fd07bf14096f3d2ad02.zip  | |
Introduced O_DEBUG.
svn path=/trunk/; revision=2102
Diffstat (limited to 'fetchmail.h')
| -rw-r--r-- | fetchmail.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 7ee599dd..2143a89a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -71,7 +71,8 @@  /* output noise level */  #define         O_SILENT	0	/* mute, max squelch, etc. */  #define		O_NORMAL	1	/* user-friendly */ -#define		O_VERBOSE	2	/* excessive */ +#define		O_VERBOSE	2	/* chatty */ +#define		O_DEBUG		3	/* prolix */  #define		SIZETICKER	1024	/* print 1 dot per this many bytes */  | 
