From b11b996ab664a8f09b63c1352400ba227cb93253 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 May 1997 06:43:41 +0000 Subject: Caseblind comparison of names, more explicitness about Kerberos. svn path=/trunk/; revision=988 --- fetchmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 4680bfe3..10597a6a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -14,8 +14,8 @@ #define KPOP_PORT 1109 /* authentication types */ -#define A_PASSWORD 0 /* passwords in cleartext */ -#define A_KERBEROS 1 /* get Kerberos V4 ticket */ +#define A_PASSWORD 0 /* password or inline authentication */ +#define A_KERBEROS_V4 1 /* preauthenticate w/ Kerberos V4 */ /* definitions for buffer sizes -- somewhat arbitrary */ #define POPBUFSIZE 512 /* per RFC 937 */ -- cgit v1.2.3