comparison 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
comparison
equal deleted inserted replaced
14917:f353b7b88418 14918:15b06c5dc608
220 #endif 220 #endif
221 221
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
231 #endif 227 #endif
232 228
233 #define HAVE_SYSVIPC 229 #define HAVE_SYSVIPC
234 230
235 #ifdef __ELF__ 231 #ifdef __ELF__