diff options
| author | Richard M. Stallman | 1996-03-30 16:09:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-30 16:09:50 +0000 |
| commit | c3f1ca02d32e4873a1f100f26962e062ef43e90c (patch) | |
| tree | ed5f4c87f3434ed399b9488d7b705db5d56482fc /src/s/gnu-linux.h | |
| parent | b92f6988fa7558d4dc853c15c3336c609c9e3a96 (diff) | |
| download | emacs-c3f1ca02d32e4873a1f100f26962e062ef43e90c.tar.gz emacs-c3f1ca02d32e4873a1f100f26962e062ef43e90c.zip | |
(TERMINFO): Do define (if HAVE_NCURSES).
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ee9e6a621ad..bbd50dc0fc4 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -222,13 +222,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ | 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ |
| 223 | #define LIB_MOTIF -lXm -lXpm | 223 | #define LIB_MOTIF -lXm -lXpm |
| 224 | 224 | ||
| 225 | #if 0 /* bobg@ipost.com reports that terminal type unknown, used by | ||
| 226 | comint.el, is broken "on Linux". I don't know which system | ||
| 227 | or version he means. */ | ||
| 228 | #ifdef HAVE_NCURSES | 225 | #ifdef HAVE_NCURSES |
| 229 | #define TERMINFO | 226 | #define TERMINFO |
| 230 | #endif | 227 | #endif |
| 231 | #endif | ||
| 232 | 228 | ||
| 233 | #define HAVE_SYSVIPC | 229 | #define HAVE_SYSVIPC |
| 234 | 230 | ||