blob: 14ad6bb2671212f85c43777309561deabac4cb43 [file] [log] [blame]
Barry Warsaw257543c2000-06-30 16:12:15 +00001# This file is transmogrified into Setup.config by config.status.
2
3# The purpose of this file is to conditionally enable certain modules
Guido van Rossum3d15bd82001-01-10 18:53:48 +00004# based on configure-time options.
Barry Warsaw257543c2000-06-30 16:12:15 +00005
Guido van Rossum3d15bd82001-01-10 18:53:48 +00006# Threading
7@USE_THREAD_MODULE@thread threadmodule.c
Fred Drakec9cb8472000-08-31 16:11:07 +00008
Andrew M. Kuchling39c4ed62001-02-21 21:10:14 +00009# The signal module
10@USE_SIGNAL_MODULE@signal signalmodule.c
11
Andrew M. Kuchling3712d392001-01-17 18:55:13 +000012# The rest of the modules previously listed in this file are built
13# by the setup.py script in Python 2.1.