commit | 66243b4273a9ce103d0c80ceb8614ca65eedfd5e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 16 15:39:28 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:18:41 2021 +0200 |
tree | 70e8383c1f31d86382545d0f65d9f44440da3fb1 | |
parent | ee0d7279897d94894f2e149bf02d7ea18465362c [diff] |
REORG: config: move the condition preprocessing code to its own file The .if/.else/.endif and condition evaluation code is quite dirty and was dumped into cfgparse.c because it was easy. But it should be tidied quite a bit as it will need to evolve. Let's move all that to cfgcond.{c,h}.