From f19aea101ec09281d39783090c3c4ea55d68e264 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 25 Jul 1998 05:52:03 +0000 Subject: [PATCH] Add comment regarding definition of TERMCAP_FILES with recent versions of ncurses. --- v7/src/microcode/s/linux.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1