From: Chris Hanson Date: Sat, 25 Jul 1998 05:52:03 +0000 (+0000) Subject: Add comment regarding definition of TERMCAP_FILES with recent versions X-Git-Tag: 20090517-FFI~4755 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f19aea101ec09281d39783090c3c4ea55d68e264;p=mit-scheme.git Add comment regarding definition of TERMCAP_FILES with recent versions of ncurses. --- diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index 820f0e45f..9d4aafc4a 100644 --- a/v7/src/microcode/s/linux.h +++ b/v7/src/microcode/s/linux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Linux -$Id: linux.h,v 1.14 1998/01/20 01:06:09 cph Exp $ +$Id: linux.h,v 1.15 1998/07/25 05:52:03 cph Exp $ Copyright (c) 1995-98 Massachusetts Institute of Technology @@ -48,6 +48,10 @@ MIT in each case. */ instead. */ #define LIBS_TERMCAP LINUX_STATIC_LIBS (-lncurses) #define HAVE_TERMINFO +/* Comment out the following line if you are running ncurses 3.4 or + later (and possibly a bit earlier). Version 3.0 and earlier + defined "tparam", but version 3.4 and later do not. I'm not sure + about intermediate versions. */ #define TERMCAP_FILES #else #define M4_SWITCH_SYSTEM