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/0557 | |
parent | 6acd9fcf8454b0a18065bcd6ee865c5ddc82e44d (diff) |
Add automatic macros for compile-time feature options
Diffstat (limited to 'test/confs/0557')
-rw-r--r-- | test/confs/0557 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/confs/0557 b/test/confs/0557 index 5c944e9cd..9b7dec2e6 100644 --- a/test/confs/0557 +++ b/test/confs/0557 @@ -1,7 +1,7 @@ # Exim test configuration 0557 -X= -Y= +FAKE= +OPT= HOSTS= HAI= @@ -19,8 +19,8 @@ begin routers r1: driver = manualroute route_list = * HOSTS -X host_find_failed = ignore -Y host_all_ignored = HAI +FAKE host_find_failed = ignore +OPT host_all_ignored = HAI no_more self = send transport = t1 |