global_include_file
One of the possible options in the config file is a 'global include file'. If defined, that file will be included at the top of all files just as if it had been included with a #include statement.
This is useful for having certain defines available in all objects.