From 25844176b66a992b42041fd07bf14096f3d2ad02 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Oct 1998 15:10:42 +0000 Subject: Introduced O_DEBUG. svn path=/trunk/; revision=2102 --- fetchmail.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3