MEDIUM: cli: disable some keywords in the master
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 26 Oct 2018 12:47:37 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Oct 2018 12:51:39 +0000 (13:51 +0100)
commit14721be11f2cee016dcac4c259813d875e828006
tree51d0ef7417cac6013d6e999bbf7085a03660c14f
parente736115d3aaa38d2cfc89fe74174d7e90f4a6976
MEDIUM: cli: disable some keywords in the master

The master process does not need all the keywords of the cli, add 2
flags to chose which keyword to use.

It might be useful to activate some of them in a debug mode later...
include/types/cli.h
include/types/global.h
src/cli.c