From 8e6c4db10e5b9bc2fa89a7b5d38fcf12bb03fd2f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 10 Oct 2016 20:24:34 +0100 Subject: Lazy-create builtin macros By only filling out the internal macro representation for the builtin macros when a config line includes an underscore followed by a letter which might be one we should save startup effort on configs which never use a builtin. --- test/confs/2100 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/confs/2100 b/test/confs/2100 index f61091683..bce339b19 100644 --- a/test/confs/2100 +++ b/test/confs/2100 @@ -6,6 +6,9 @@ SERVER= primary_hostname = myhost.test.ex +.ifdef _HAVE_TLS +# that was purely to trigger the lazy-create of builtin macros +.endif # ----- Main settings ----- acl_smtp_rcpt = accept -- cgit v1.2.3