2000-06-30 18:12:15 +02:00
|
|
|
# This file is transmogrified into Setup.config by config.status.
|
1997-12-04 01:48:27 +01:00
|
|
|
|
2000-06-30 18:12:15 +02:00
|
|
|
# The purpose of this file is to conditionally enable certain modules
|
2001-01-10 19:53:48 +01:00
|
|
|
# based on configure-time options.
|
2000-06-30 07:02:53 +02:00
|
|
|
|
2001-01-10 19:53:48 +01:00
|
|
|
# Threading
|
|
|
|
@USE_THREAD_MODULE@thread threadmodule.c
|
|
|
|
|
2001-02-21 22:10:14 +01:00
|
|
|
# The signal module
|
|
|
|
@USE_SIGNAL_MODULE@signal signalmodule.c
|
|
|
|
|
2001-01-17 19:55:13 +01:00
|
|
|
# The rest of the modules previously listed in this file are built
|
|
|
|
# by the setup.py script in Python 2.1.
|