drop gss as well.
[apps/madmutt.git] / imap / auth.c
index 8ee355b..8b32807 100644 (file)
 
 static imap_auth_t imap_authenticators[] = {
   {imap_auth_sasl, NULL},
-#ifdef USE_GSS
-  {imap_auth_gss, "gssapi"},
-#endif
-  /* SASL includes CRAM-MD5 (and GSSAPI, but that's not enabled by default) */
   {imap_auth_login, "login"},
   {NULL, NULL}
 };