Mercurial > emacs
diff src/s/gnu-linux.h @ 14918:15b06c5dc608
(TERMINFO): Do define (if HAVE_NCURSES).
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 30 Mar 1996 16:09:50 +0000 |
| parents | 31ec812fd659 |
| children | e827a568785f |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sat Mar 30 00:07:35 1996 +0000 +++ b/src/s/gnu-linux.h Sat Mar 30 16:09:50 1996 +0000 @@ -222,13 +222,9 @@ /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ #define LIB_MOTIF -lXm -lXpm -#if 0 /* bobg@ipost.com reports that terminal type unknown, used by - comint.el, is broken "on Linux". I don't know which system - or version he means. */ #ifdef HAVE_NCURSES #define TERMINFO #endif -#endif #define HAVE_SYSVIPC
