blob: ac6fc2e091011e87c1eee5478917b1b2ba183ca2 [file] [log] [blame]
# This file is transmogrified into Setup.config by config.status.
# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.
# init system calls(posix/nt/...) for INITFUNC (used by makesetup)
@INITSYS@ posixmodule.c
# Threading
@USE_THREAD_MODULE@thread threadmodule.c
# The signal module
@USE_SIGNAL_MODULE@signal signalmodule.c
# On win32 host(mingw build in MSYS environment) show that site.py
# fail to load if some modules are not build-in:
@BUILDIN_WIN32_MODULE@_functools _functoolsmodule.c # Tools for working with functions and callable objects
@BUILDIN_WIN32_MODULE@operator operator.c # operator.add() and similar goodies
@BUILDIN_WIN32_MODULE@_locale _localemodule.c # -lintl
@BUILDIN_WIN32_MODULE@_winreg ../PC/_winreg.c
@BUILDIN_WIN32_MODULE@time timemodule.c
@BUILDIN_WIN32_MODULE@msvcrt ../PC/msvcrtmodule.c
# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.