From: Michael I. Bushnell Date: Sun, 7 Jul 1996 23:51:01 +0000 (+0000) Subject: Enable use of ncurses library cleanly. X-Git-Tag: emacs-19.34~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2abc0cca8884def527557395f1660eb72e82914c;p=emacs.git Enable use of ncurses library cleanly. --- 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