comparison src/s/gnu.h @ 15631:a1520c362025

Enable use of ncurses library cleanly.
author Michael I. Bushnell <mib@gnu.org>
date Sun, 07 Jul 1996 23:51:01 +0000
parents 75e7ffc5c547
children e3a026b14e82
comparison
equal deleted inserted replaced
15630:de5c3eda52fc 15631:a1520c362025
40 40
41 /* XXX emacs should not expect TAB3 to be defined. */ 41 /* XXX emacs should not expect TAB3 to be defined. */
42 #define TABDLY OXTABS 42 #define TABDLY OXTABS
43 #define TAB3 OXTABS 43 #define TAB3 OXTABS
44 44
45 /* Tell Emacs that we are a terminfo based system; disable the use
46 of local termcap. (GNU uses ncurses.) */
47 #ifdef HAVE_LIBNCURSES
48 #define TERMINFO
49 #define LIBS_TERMCAP -lncurses
50 #endif
45 51
46 #define SYSV_SYSTEM_DIR 52 #define SYSV_SYSTEM_DIR
47 53
48 /* GNU has POSIX-style pgrp behavior. */ 54 /* GNU has POSIX-style pgrp behavior. */
49 #undef BSD_PGRPS 55 #undef BSD_PGRPS