# HG changeset patch # User Michael I. Bushnell # Date 836783461 0 # Node ID a1520c36202546ea2866f14c2ebc026f8c7c6ad8 # Parent de5c3eda52fc2d5d28ef7570c5f6f5a1cccd0e3f Enable use of ncurses library cleanly. diff -r de5c3eda52fc -r a1520c362025 src/s/gnu.h --- a/src/s/gnu.h Sun Jul 07 23:00:30 1996 +0000 +++ b/src/s/gnu.h Sun Jul 07 23:51:01 1996 +0000 @@ -42,6 +42,12 @@ #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