MINOR: global: export the build features string list
authorWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 14:30:32 +0000 (16:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 15:02:36 +0000 (17:02 +0200)
commitf0d3b732fb9641e4d47530381408354129462766
treef9be8abca786528365234ed3946f18409e72c4a6
parent3e293a91357acf86ca52da7ea54ba1f96bf5c2c3
MINOR: global: export the build features string list

Till now it was only presented in the version output but could not be
consulted outside of haproxy.c, let's export it as a variable, and set
it to an empty string if not defined.
include/haproxy/global.h
src/haproxy.c