blob: d5b21906e1796d3f1449005850806a904e18cede [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
Skip Montanaroed33c9a2000-09-08 02:17:15 +000018@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
Fred Drakec9cb8472000-08-31 16:11:07 +000019