setup.configure: Replaced all uses of config-variable global variables with
explicit notation globals()['VARNAME']. This should not change the
behaviour at all.
Reason: These should not be in the global variables. Preparing to move to
a different dict -- so we need to treat globals() as a dictionary to make
this easier.