1 # This file is transmogrified into Setup.config by config.status. 2 3 # The purpose of this file is to conditionally enable certain modules 4 # based on configure-time options. 5 6 # init system calls(posix/nt/...) for INITFUNC (used by makesetup) 7 posix posixmodule.c 8 9 # Threading 10 thread threadmodule.c 11 12 # The signal module 13 signal signalmodule.c 14 15 # On win32 host(mingw build in MSYS environment) show that site.py 16 # fail to load if some modules are not build-in: 17 #_functools _functoolsmodule.c # Tools for working with functions and callable objects 18 #operator operator.c # operator.add() and similar goodies 19 #_locale _localemodule.c # -lintl 20 #_winreg ../PC/_winreg.c 21 #time timemodule.c 22 #msvcrt ../PC/msvcrtmodule.c 23 24 25 # The rest of the modules previously listed in this file are built 26 # by the setup.py script in Python 2.1 and later. 27