From 8d4e59bff0d923c306f807ba4bc6d9a2e63c9be0 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 25 Jul 1998 06:04:41 +0000 Subject: [PATCH] Add comment regarding definition of TERMCAP_FILES with recent versions of ncurses. --- v7/src/microcode/s/linux.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index 9d4aafc4a..8f614747b 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.15 1998/07/25 05:52:03 cph Exp $ +$Id: linux.h,v 1.16 1998/07/25 06:04:41 cph Exp $ Copyright (c) 1995-98 Massachusetts Institute of Technology @@ -48,10 +48,9 @@ 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. */ +/* Comment out the following line if you are running ncurses 1.9.9g or + later. Version 1.9.9e and earlier defined "tparam", but version + 1.9.9g and later do not. */ #define TERMCAP_FILES #else #define M4_SWITCH_SYSTEM -- 2.25.1