Don't load the config.h file, even under Unix, because we never use the

information from config.h.  Code is still there in case someone in the
future needs to parse an autoconf-generated config.h file.
This commit is contained in:
Greg Ward 2000-04-19 02:18:09 +00:00
parent f70c603149
commit 434ef8fe94
1 changed files with 0 additions and 2 deletions

View File

@ -213,8 +213,6 @@ def parse_makefile(fp, g=None):
def _init_posix():
"""Initialize the module as appropriate for POSIX systems."""
g = globals()
# load the installed config.h:
parse_config_h(open(get_config_h_filename()), g)
# load the installed Makefile:
parse_makefile(open(get_makefile_filename()), g)