BUILD: report the whole feature set with their status in haproxy -vv
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 12:20:08 +0000 (13:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Mar 2019 13:32:58 +0000 (14:32 +0100)
commit7728ed3565a01f23c80b4426d682662d4c849e69
tree58a60a29e8cbc7da54f20cec4379d3f2d6b7edb2
parent39f1992d7b7b7704ce074d245139ecd859924504
BUILD: report the whole feature set with their status in haproxy -vv

It's not convenient not to know the status of default options, and
requires the user to know what option is enabled by default in each
target. With this patch, a new "Features list" line is added to the
output of "haproxy -vv" to report the whole list of known features
with their respective status. They're prefixed with a "+" when enabled
or a "-" when disabled. The "USE_" prefix is removed for clarity.
Makefile
src/haproxy.c