TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / macro_predef.h
index 7eeaa9692cacbeed7d51aeaa358bc9a228af7789..4bc98e0df3ae9d49563bc4d2b19a37c0cb07df6f 100644 (file)
@@ -20,4 +20,7 @@ extern void options_transports(void);
 extern void options_auths(void);
 extern void options_logging(void);
 extern void params_dkim(void);
+#ifndef DISABLE_TLS
+extern void options_tls(void);
+#endif