From: Guido van Rossum Date: Mon, 28 Aug 1995 02:59:06 +0000 (+0000) Subject: dbhash -> bsddb X-Git-Tag: v1.3b1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d639b45ed6a04705ae1952e1da801093cc8ee300;p=thirdparty%2FPython%2Fcpython.git dbhash -> bsddb --- diff --git a/Modules/Setup.in b/Modules/Setup.in index a0939a9fe96b..4ec638c63747 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