aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index f90fe399e46..67c818848e6 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -42,6 +42,12 @@ Boston, MA 02111-1307, USA. */
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