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