From d6c728ad218f79305ad759eba6d787d125c67ec3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 11 Feb 2001 23:26:10 +0000 Subject: Let's get rid of the old protocols with preauthentication bundled in. svn path=/trunk/; revision=3071 --- options.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 86e10ebc..e10ac840 100644 --- a/options.c +++ b/options.c @@ -358,18 +358,6 @@ struct query *ctl; /* option record to be initialized */ } else if (strcasecmp(optarg,"imap") == 0) ctl->server.protocol = P_IMAP; -#ifdef KERBEROS_V4 - else if (strcasecmp(optarg,"imap-k4") == 0) - ctl->server.protocol = P_IMAP_K4; -#endif /* KERBEROS_V4 */ -#ifdef GSSAPI - else if (strcasecmp(optarg, "imap-gss") == 0) - ctl->server.protocol = P_IMAP_GSS; -#endif /* GSSAPI */ - else if (strcasecmp(optarg, "imap-crammd5") == 0) - ctl->server.protocol = P_IMAP_CRAM_MD5; - else if (strcasecmp(optarg, "imap-login") == 0) - ctl->server.protocol = P_IMAP_LOGIN; else if (strcasecmp(optarg,"etrn") == 0) ctl->server.protocol = P_ETRN; else { -- cgit v1.2.3