1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Enable use of ncurses library cleanly.

This commit is contained in:
Michael I. Bushnell 1996-07-07 23:51:01 +00:00
parent 0d7ed72012
commit 2abc0cca88

View File

@ -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