From 6dc04f1329e79d5bb0934c33413c4b1af9431dfc Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 26 Apr 2001 15:48:14 +0000 Subject: 14123: don't include curses.h in termcap.c if term.h doesn't need it --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index e28bbc587..733782f8d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -317,3 +317,6 @@ /* Define if you have the terminfo strnames symbol. */ #undef HAVE_STRNAMES + +/* Define if term.h chokes without curses.h */ +#undef TERM_H_NEEDS_CURSES_H -- cgit 1.4.1