diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-21 23:44:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-22 15:23:37 +0100 |
commit | fbbd45ff5ade30d38ca60ea5aeccc305501c9174 (patch) | |
tree | 17be713e07ab77592e8ea44a670ec24da5a6c47f /test/confs/0290 | |
parent | 6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (diff) |
Add automatic macros for compile-time feature options
Diffstat (limited to 'test/confs/0290')
-rw-r--r-- | test/confs/0290 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/0290 b/test/confs/0290 index e7c501c91..5ccb8451f 100644 --- a/test/confs/0290 +++ b/test/confs/0290 @@ -3,7 +3,7 @@ FOOBAR= FOO=inc1 BAR=.include "DIR/aux-fixed/TESTNUM.inc2" -RT = receive_timeout = 1s +OPT = receive_timeout = 1s INC= C1=# @@ -18,7 +18,7 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- FOOBAR .include DIR/aux-fixed/TESTNUM.FOO -RT +OPT INC remote_sort_domains = a:b:c |