blob: 1f208bdfa875cbd42063c9158196f40b0bddbed4 [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
Fred Drakec9cb8472000-08-31 16:11:07 +000011
12# You may want this to be built as a dynamically loaded module; uncomment
13# the following line in that case:
14
15#*shared*
16
17# bsddb module enabled by --with-libdb or presence of db.h
18@USE_BSDDB_MODULE@bsddb bsddbmodule.c -ldb
19