commit | b5e58d6ba1714e08d7470ce5f8a57de8450c6359 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 18:49:29 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 21:30:54 2016 +0100 |
tree | de90f8b89fcc0022cac979cd9c4cb7a918032365 | |
parent | 770042d3c642292947545696cb5a16c0df839ef4 [diff] [blame] |
CLEANUP: 51d: use the build options list to report it This removes one #ifdef from haproxy.c.
diff --git a/src/51d.c b/src/51d.c index 74b7928..a44b40b 100644 --- a/src/51d.c +++ b/src/51d.c
@@ -648,4 +648,5 @@ sample_register_fetches(&sample_fetch_keywords); sample_register_convs(&conv_kws); cfg_register_keywords(&_51dcfg_kws); + hap_register_build_opts("Built with 51Degrees support.", 0); }