X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fmacro_predef.h;h=3c988a380ca80562164c861502c22631ab00d0ec;hb=86d51a7b1055b6fad9a4add3b42efd40328b5130;hp=50b61a897a67ab873909ea22e29f06a0c3d3f047;hpb=260958d632506e2789fc632381f560f5a0c77ed7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/macro_predef.h b/src/src/macro_predef.h index 50b61a897..3c988a380 100644 --- a/src/src/macro_predef.h +++ b/src/src/macro_predef.h @@ -12,11 +12,16 @@ extern void builtin_macro_create(const uschar *); extern void builtin_macro_create_var(const uschar *, const uschar *); extern void options_from_list(optionlist *, unsigned, const uschar *, uschar *); +extern void features_acl(void); extern void features_malware(void); extern void features_crypto(void); 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