commit | 824cd00d3bda8f7f6d4c30baf77ba6c19ab47811 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 27 14:44:14 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 27 14:47:55 2019 +0100 |
tree | a56342cba256462fef4d6e60e0f8f674a5e05d74 | |
parent | 7728ed3565a01f23c80b4426d682662d4c849e69 [diff] |
BUILD: pass all "USE_*" variables as -DUSE_* to the compiler Many of these variables are already passed verbatim. Let's now pass all of them, this will require less changes in the future. A number of older variables have different names for the makefile and the code and should be adjusted to further simplify this. A few remain though, mainly the ones which imply another one (e.g. USE_STATIC_PCRE implies USE_PCRE).