diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 02:25:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 02:25:24 (GMT) |
commit | 7f400be210e067e465d13a37fd3f502928621f0f (patch) | |
tree | d31576db8d694fc8a62e3be94e14f667f38868f1 /Modules/Setup.in | |
parent | 668e441a86312a7d13948cb1aa797d42ceadaa01 (diff) | |
download | cpython-7f400be210e067e465d13a37fd3f502928621f0f.zip cpython-7f400be210e067e465d13a37fd3f502928621f0f.tar.gz cpython-7f400be210e067e465d13a37fd3f502928621f0f.tar.bz2 |
Add pointer to new BSDDB module.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index d0a5c70..6acfa88 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -306,6 +306,9 @@ rotor rotormodule.c # enigma-inspired encryption # # Edit the variables DB and DBPORT to point to the db top directory # and the subdirectory of PORT where you built it. +# +# (See http://www.jenkon-dev.com/~rd/python/ for an interface to +# BSD DB 2.1.0.) #DB=/depot/sundry/src/berkeley-db/db.1.85 #DBPORT=$(DB)/PORT/irix.5.3 |