blob: 7a27e52a5ecf1adc69af7562fc9a8a325a7ad4f3 [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
6# Garbage collection enabled with --with-cycle-gc
7@USE_GC_MODULE@gc gcmodule.c
Fred Drakec9cb8472000-08-31 16:11:07 +00008
Guido van Rossum3d15bd82001-01-10 18:53:48 +00009# Threading
10@USE_THREAD_MODULE@thread threadmodule.c
Fred Drakec9cb8472000-08-31 16:11:07 +000011
Andrew M. Kuchling39c4ed62001-02-21 21:10:14 +000012# The signal module
13@USE_SIGNAL_MODULE@signal signalmodule.c
14
Andrew M. Kuchling3712d392001-01-17 18:55:13 +000015# The rest of the modules previously listed in this file are built
16# by the setup.py script in Python 2.1.