From 6421b138290aeecda414de1c753ace9d04681f7c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 3 Mar 1998 21:22:36 +0000 Subject: Kerberos V support. svn path=/trunk/; revision=1682 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 021df036..b7eefb5b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -22,6 +22,7 @@ /* preauthentication types */ #define A_PASSWORD 0 /* password or inline authentication */ #define A_KERBEROS_V4 1 /* preauthenticate w/ Kerberos V4 */ +#define A_KERBEROS_V5 2 /* preauthenticate w/ Kerberos V5 */ /* * Definitions for buffer sizes. We get little help on setting maxima -- cgit v1.2.3