]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable use of ncurses library cleanly.
authorMichael I. Bushnell <mib@gnu.org>
Sun, 7 Jul 1996 23:51:01 +0000 (23:51 +0000)
committerMichael I. Bushnell <mib@gnu.org>
Sun, 7 Jul 1996 23:51:01 +0000 (23:51 +0000)
src/s/gnu.h

index f90fe399e4655967c9cc2260064325c37e7255e0..67c818848e6c98e0de31220761cdf8a3fcdc45d9 100644 (file)
@@ -42,6 +42,12 @@ Boston, MA 02111-1307, USA.  */
 #define TABDLY OXTABS
 #define TAB3 OXTABS
 
+/* Tell Emacs that we are a terminfo based system; disable the use
+   of local termcap.  (GNU uses ncurses.) */
+#ifdef HAVE_LIBNCURSES
+#define TERMINFO
+#define LIBS_TERMCAP -lncurses
+#endif
 
 #define SYSV_SYSTEM_DIR