We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c68505 commit 35f8d46Copy full SHA for 35f8d46
1 file changed
Modules/Setup.config.in
@@ -1,8 +1,9 @@
1
# 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.
+# based on configure-time options. Currently thread support, garbage
+# collection support, and the BSD DB modules are the only modules so
6
+# enabled.
7
8
@USE_THREAD_MODULE@thread threadmodule.c
9
@@ -16,4 +17,3 @@
16
17
18
# bsddb module enabled by --with-libdb or presence of db.h
19
@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
-
0 commit comments