1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(toplevel) [HAVE_TERMCAP_H]: Include termcap.h.

This commit is contained in:
Gerd Moellmann 1999-09-16 12:52:12 +00:00
parent 70afcff363
commit bb10ca9348

View File

@ -25,6 +25,10 @@ Boston, MA 02111-1307, USA. */
#include "cm.h"
#include "termhooks.h"
#ifdef HAVE_TERMCAP_H
#include <termcap.h>
#endif
#define BIG 9999 /* 9999 good on VAXen. For 16 bit machines
use about 2000.... */