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 | |
| 6 | # Garbage collection enabled with --with-cycle-gc |
| 7 | @USE_GC_MODULE@gc gcmodule.c |
Fred Drake | c9cb847 | 2000-08-31 16:11:07 +0000 | [diff] [blame] | 8 | |
Guido van Rossum | 3d15bd8 | 2001-01-10 18:53:48 +0000 | [diff] [blame] | 9 | # Threading |
| 10 | @USE_THREAD_MODULE@thread threadmodule.c |
Fred Drake | c9cb847 | 2000-08-31 16:11:07 +0000 | [diff] [blame] | 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 |
| 13 | # by the setup.py script in Python 2.1. |