Refactor: get rid of any sparable use of booth_conf global var in main.c
Even then, booth_conf global variable cannot be turned into static one,
since there is this multi-global complication that was mentioned
already: transport() of inline-fn.h.
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>