blob: 5ac2404bf8a11b197dbdbf938492f9dd65e97333 [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
Georg Brandl2067bfd2008-05-25 13:05:15 +00007@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
Marc-André Lemburgb28de0d2002-12-12 17:37:50 +000013# by the setup.py script in Python 2.1 and later.