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