TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / macro_predef.h
index 50b61a897a67ab873909ea22e29f06a0c3d3f047..4bc98e0df3ae9d49563bc4d2b19a37c0cb07df6f 100644 (file)
@@ -18,5 +18,9 @@ extern void options_main(void);
 extern void options_routers(void);
 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