]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
dbhash -> bsddb
authorGuido van Rossum <guido@python.org>
Mon, 28 Aug 1995 02:59:06 +0000 (02:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Aug 1995 02:59:06 +0000 (02:59 +0000)
Modules/Setup.in

index a0939a9fe96b91cd8304d579802c87e27d4cdaf3..4ec638c637475f7f8634eab20a44c3c6bbce5354 100644 (file)
@@ -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