blob: 8558fb4448cd13e2d0560c7ceafb270aae20bf3e [file] [log] [blame]
Barry Warsaw257543c2000-06-30 16:12:15 +00001# This file is transmogrified into Setup.config by config.status.
2
3# The purpose of this file is to conditionally enable certain modules
4# based on configure-time options. Currently thread support and
5# garbage collection support are the only two modules so enabled.
6
Barry Warsaw257543c2000-06-30 16:12:15 +00007@USE_THREAD_MODULE@thread threadmodule.c
8
9# Garbage collection enabled with --with-cycle-gc
10@USE_GC_MODULE@gc gcmodule.c