Barry Warsaw | 257543c | 2000-06-30 16:12:15 +0000 | [diff] [blame] | 1 | # 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 Rossum | 3d15bd8 | 2001-01-10 18:53:48 +0000 | [diff] [blame] | 4 | # based on configure-time options. |
Barry Warsaw | 257543c | 2000-06-30 16:12:15 +0000 | [diff] [blame] | 5 | |
Guido van Rossum | 3d15bd8 | 2001-01-10 18:53:48 +0000 | [diff] [blame] | 6 | # Threading |
| 7 | @USE_THREAD_MODULE@thread threadmodule.c |
Fred Drake | c9cb847 | 2000-08-31 16:11:07 +0000 | [diff] [blame] | 8 | |
Andrew M. Kuchling | 39c4ed6 | 2001-02-21 21:10:14 +0000 | [diff] [blame] | 9 | # The signal module |
| 10 | @USE_SIGNAL_MODULE@signal signalmodule.c |
| 11 | |
Andrew M. Kuchling | 3712d39 | 2001-01-17 18:55:13 +0000 | [diff] [blame] | 12 | # The rest of the modules previously listed in this file are built |
Marc-André Lemburg | b28de0d | 2002-12-12 17:37:50 +0000 | [diff] [blame] | 13 | # by the setup.py script in Python 2.1 and later. |