commit | cdb737e5a2ac74f481f380cb1bcbb9fe6d733538 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 18:43:10 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 21 21:30:54 2016 +0100 |
tree | 542e051c31d1267d618a892e9355c5a3983d2ca9 | |
parent | 1b5af7cd4242066b4a04cbbb0280ec2582e16daa [diff] |
MINOR: haproxy: add a registration for build options Many extensions now report some build options to ease debugging, but this is now being done at the expense of code maintainability. Let's provide a registration function to do this so that we can start to remove most of the #ifdefs from haproxy.c (18 currently just for a single function).