diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:27:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-07 21:27:14 +0000 |
commit | 0a28551e11dffa7f1bab01975df20b442b60881e (patch) | |
tree | 5b6ee5c3d2b9370f8803824927330c110fcdc537 /fetchmail.c | |
parent | c655543868305b428a4588ce132003e48602b0bf (diff) | |
download | fetchmail-0a28551e11dffa7f1bab01975df20b442b60881e.tar.gz fetchmail-0a28551e11dffa7f1bab01975df20b442b60881e.tar.bz2 fetchmail-0a28551e11dffa7f1bab01975df20b442b60881e.zip |
GSSAPI merge.
svn path=/trunk/; revision=3221
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |