diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-10 20:24:34 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-10 21:14:56 +0100 |
commit | 8e6c4db10e5b9bc2fa89a7b5d38fcf12bb03fd2f (patch) | |
tree | 6b889ece94d930b8b2d33067c0998754ec5ba9d3 /test | |
parent | a4034eb84d56cfa1e8525bcf8b2f5af74e916ace (diff) |
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.
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/2100 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |