From: Guido van Rossum Date: Wed, 26 Jul 1995 17:31:41 +0000 (+0000) Subject: improved comments for curses, dbhash X-Git-Tag: v1.3b1~162 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8afdcfef0294dda5257addcc5f3e77c3fd0bd1d;p=thirdparty%2FPython%2Fcpython.git improved comments for curses, dbhash --- diff --git a/Modules/Setup.in b/Modules/Setup.in index 28b7e84b8937..efc195e1f7b1 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -241,8 +241,13 @@ md5 md5module.c md5c.c rotor rotormodule.c # enigma-inspired encryption #syslog syslogmodule.c # syslog daemon interface -#curses cursesmodule.c -lcurses -ltermcap # guess what? - # (On Linux, try -lncurses) + + +# Lance's curses module. This requires the System V version of +# curses, sometimes known as ncurses (e.g. on Linux, link with +# -lncurses). + +#curses cursesmodule.c -lcurses -ltermcap @@ -279,7 +284,7 @@ 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. -#DB=/depot/sundry/db +#DB=/depot/sundry/src/db.1.85/ #DBPORT=$(DB)/PORT/sunos.5.2 #dbhash dbhashmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a