diff options
author | Guido van Rossum <guido@python.org> | 1995-08-28 02:59:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-28 02:59:06 (GMT) |
commit | d639b45ed6a04705ae1952e1da801093cc8ee300 (patch) | |
tree | 79670829a5bb052de46cd2d7097546143a92da67 /Modules/Setup.in | |
parent | e03f277a225022eb6906157f6b2bcfbcd9a3644d (diff) | |
download | cpython-d639b45ed6a04705ae1952e1da801093cc8ee300.zip cpython-d639b45ed6a04705ae1952e1da801093cc8ee300.tar.gz cpython-d639b45ed6a04705ae1952e1da801093cc8ee300.tar.bz2 |
dbhash -> bsddb
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index a0939a9..4ec638c 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -277,7 +277,7 @@ rotor rotormodule.c # enigma-inspired encryption #gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm -# Berkeley DB hash interface. +# Berkeley DB interface. # # This requires the Berkeley DB code, see # ftp://ftp.cs.berkeley.edu/pub/4bsd/db.1.85.tar.gz @@ -287,7 +287,7 @@ rotor rotormodule.c # enigma-inspired encryption #DB=/depot/sundry/src/db.1.85/ #DBPORT=$(DB)/PORT/sunos.5.2 -#dbhash dbhashmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a +#dbhash bsddbmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a |