blob: 7360144c27506e96f5937ba7b3b8fde0ed7d52ba [file] [log] [blame]
Guido van Rossuma0cbb3d1997-12-04 00:48:27 +00001# This file is transmogrified into Setup.thread by config.status.
2
Barry Warsaw3937c8a2000-06-29 16:08:28 +00003# Its purpose is to automatically enable the thread module by default
4# unless the the --without-threads argument is given to the configure
5# script.
Guido van Rossuma0cbb3d1997-12-04 00:48:27 +00006
7# *NOTE*: if the configure script decides it can't support threads,
8# the thread module will still be enabled and cause compile errors.
Barry Warsaw3937c8a2000-06-29 16:08:28 +00009# The solution is to use --without-threads on platforms that don't
Guido van Rossuma0cbb3d1997-12-04 00:48:27 +000010# support threads.
11
12@USE_THREAD_MODULE@thread threadmodule.c
Jeremy Hyltonc5007aa2000-06-30 05:02:53 +000013
14# Garbage collection enabled with --with-cycle-gc
15@USE_GC_MODULE@gc gcmodule.c