comparison src/s/gnu-linux.h @ 14958:19c05cbf2811

Test HAVE_LIBNCURSES, not HAVE_NCURSES
author Richard M. Stallman <rms@gnu.org>
date Mon, 08 Apr 1996 13:47:00 +0000
parents e827a568785f
children cee88fc1cecd
comparison
equal deleted inserted replaced
14957:52355eb67a7d 14958:19c05cbf2811
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 #ifdef HAVE_NCURSES 225 #ifdef HAVE_LIBNCURSES
226 #define TERMINFO 226 #define TERMINFO
227 #define LIBS_TERMCAP -lncurses 227 #define LIBS_TERMCAP -lncurses
228 #endif 228 #endif
229 229
230 #define HAVE_SYSVIPC 230 #define HAVE_SYSVIPC