From 0a28551e11dffa7f1bab01975df20b442b60881e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Mar 2001 21:27:14 +0000 Subject: GSSAPI merge. svn path=/trunk/; revision=3221 --- fetchmail.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 31427577..48998a0d 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1480,9 +1480,6 @@ static int query_host(struct query *ctl) #endif /* POP3_ENABLE */ break; case P_IMAP: -#ifdef GSSAPI - case P_IMAP_GSS: -#endif /* GSSAPI */ #ifdef IMAP_ENABLE return(doIMAP(ctl)); #else -- cgit v1.2.3