Impose the use of SASL2, so that we can drop a lot of useless old dead code.
[apps/madmutt.git] / mutt_sasl.h
index e3c3961..8e1cd18 100644 (file)
@@ -13,7 +13,6 @@
 #define _MUTT_SASL_H_ 1
 
 #include <lib-lib/lib-lib.h>
-#ifdef USE_SASL
 
 #include <sasl/sasl.h>
 #include <lib-sys/mutt_socket.h>
@@ -41,5 +40,4 @@ typedef struct {
     int (*msasl_write) (CONNECTION * conn, const char *buf, ssize_t count);
 } SASL_DATA;
 
-#endif /* USE_SASL */
 #endif /* _MUTT_SASL_H_ */