Commit 434ef8fe authored by Greg Ward's avatar Greg Ward

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.
parent f70c6031
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment