summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist19
1 files changed, 0 insertions, 19 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 5e29bc6..9f189de 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -324,25 +324,6 @@ _symtable symtablemodule.c
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
-# Sleepycat Berkeley DB interface.
-#
-# This requires the Sleepycat DB code, see http://www.sleepycat.com/
-# The earliest supported version of that library is 3.0, the latest
-# supported version is 4.0 (4.1 is specifically not supported, as that
-# changes the semantics of transactional databases). A list of available
-# releases can be found at
-#
-# http://www.sleepycat.com/update/index.html
-#
-# Edit the variables DB and DBLIBVERto point to the db top directory
-# and the subdirectory of PORT where you built it.
-#DB=/usr/local/BerkeleyDB.4.0
-#DBLIBVER=4.0
-#DBINC=$(DB)/include
-#DBLIB=$(DB)/lib
-#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
-
-
# Helper module for various ascii-encoders
#binascii binascii.c