4 // Longest one I could find was ``9798-U-RSA-SHA1-ENC''
5 #define MAX_SASL_MECH_LEN 32
7 #if defined(HAVE_SASL_SASL_H) && defined(ENABLE_SASL)
12 extern char my_sasl_hostname
[1025];
14 #else /* End of SASL support */
16 typedef void* sasl_conn_t
;
18 #define init_sasl() {}
19 #define sasl_dispose(x) {}
20 #define sasl_server_new(a, b, c, d, e, f, g, h) 1
21 #define sasl_listmech(a, b, c, d, e, f, g, h) 1
22 #define sasl_server_start(a, b, c, d, e, f) 1
23 #define sasl_server_step(a, b, c, d, e) 1
24 #define sasl_getprop(a, b, c) {}
27 #define SASL_CONTINUE -1
29 #endif /* sasl compat */
31 #endif /* SASL_DEFS_H */