Merged revisions 74356-74357 via svnmerge from
[python/dscho.git] / Modules / Setup.config.in
blob5ac2404bf8a11b197dbdbf938492f9dd65e97333
1 # This file is transmogrified into Setup.config by config.status.
3 # The purpose of this file is to conditionally enable certain modules
4 # based on configure-time options.
6 # Threading
7 @USE_THREAD_MODULE@_thread _threadmodule.c
9 # The signal module
10 @USE_SIGNAL_MODULE@signal signalmodule.c
12 # The rest of the modules previously listed in this file are built
13 # by the setup.py script in Python 2.1 and later.