From caabfa5d935ae2799e9830f70ac68ea69443ac8e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 11 Feb 1997 09:20:13 +0000 Subject: Trivalent options. svn path=/trunk/; revision=864 --- fetchmail.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index c43bfee2..baba9198 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -47,6 +47,10 @@ #define SIZETICKER 1024 /* print 1 dot per this many bytes */ +/* we need to use zero as a flag-uninitialized value */ +#define FLAG_TRUE 2 +#define FLAG_FALSE 1 + struct idlist { char *id; @@ -70,7 +74,7 @@ struct hostdata /* shared among all user connections to given server */ int timeout; char *envelope; int skip; - int no_dns; + int dns; #ifdef linux char *interface; @@ -106,7 +110,7 @@ struct query int keep; int fetchall; int flush; - int no_rewrite; + int rewrite; int stripcr; int limit; int fetchlimit; -- cgit v1.2.3