]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: pools: move default settings to defaults.h
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Sep 2021 17:29:30 +0000 (19:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 Sep 2021 17:31:16 +0000 (19:31 +0200)
commit8de6dc99260ef0f8a48b31d43c1327a210de9a13
treeb1c6389b4c19863fe02c21179c4808ae0d93145e
parentc7e9492166b57eb3440d877a203c9370844a106d
REORG: pools: move default settings to defaults.h

There's no reason CONFIG_HAP_POOLS and its opposite are located into
pools-t.h, it forces those that depend on them to inlcude the file.
Other similar options are normally dealt with in defaults.h, which is
part of the default API, so let's do that.
include/haproxy/defaults.h
include/haproxy/pool-t.h
include/haproxy/tinfo-t.h