From 2abc0cca8884def527557395f1660eb72e82914c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sun, 7 Jul 1996 23:51:01 +0000 Subject: [PATCH] Enable use of ncurses library cleanly. --- src/s/gnu.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/s/gnu.h b/src/s/gnu.h index f90fe399e46..67c818848e6 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -42,6 +42,12 @@ Boston, MA 02111-1307, USA. */ #define TABDLY OXTABS #define TAB3 OXTABS +/* Tell Emacs that we are a terminfo based system; disable the use + of local termcap. (GNU uses ncurses.) */ +#ifdef HAVE_LIBNCURSES +#define TERMINFO +#define LIBS_TERMCAP -lncurses +#endif #define SYSV_SYSTEM_DIR -- 2.39.2