From e05ca62a9cd33a116454bd471e33c17f9c0c8191 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 12 Apr 2001 02:49:14 +0000 Subject: 13953: use curses capability inventories instead of hardcoding and presume that they are terminfo --- acconfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 5b4dd4041..f4744d2d7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -299,3 +299,12 @@ /* Define to 1 if h_errno is not defined by the system */ #undef USE_LOCAL_H_ERRNO + +/* Define if you have the terminfo boolcodes symbol. */ +#undef HAVE_BOOLCODES + +/* Define if you have the terminfo numcodes symbol. */ +#undef HAVE_NUMCODES + +/* Define if you have the terminfo strcodes symbol. */ +#undef HAVE_STRCODES -- cgit 1.4.1