Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git] / Modules / Setup.config.in
blob7a27e52a5ecf1adc69af7562fc9a8a325a7ad4f3
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 # Garbage collection enabled with --with-cycle-gc
7 @USE_GC_MODULE@gc gcmodule.c
9 # Threading
10 @USE_THREAD_MODULE@thread threadmodule.c
12 # The signal module
13 @USE_SIGNAL_MODULE@signal signalmodule.c
15 # The rest of the modules previously listed in this file are built
16 # by the setup.py script in Python 2.1.