drop GSS as well, users will have to use correctly configured sasl.
[apps/madmutt.git] / imap / auth.h
index df1fb75..4dab11d 100644 (file)
@@ -29,17 +29,7 @@ typedef struct {
 } imap_auth_t;
 
 /* external authenticator prototypes */
-#ifndef USE_SASL
-imap_auth_res_t imap_auth_anon (IMAP_DATA * idata, const char *method);
-imap_auth_res_t imap_auth_cram_md5 (IMAP_DATA * idata, const char *method);
-#endif
 imap_auth_res_t imap_auth_login (IMAP_DATA * idata, const char *method);
-
-#ifdef USE_GSS
-imap_auth_res_t imap_auth_gss (IMAP_DATA * idata, const char *method);
-#endif
-#ifdef USE_SASL
 imap_auth_res_t imap_auth_sasl (IMAP_DATA * idata, const char *method);
-#endif
 
 #endif /* _IMAP_AUTH_H */