From 43cd922cd82026eaa968aeafd29f08ea386bb492 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 12 Apr 2001 04:08:07 +0000 Subject: 13955: boolnames et al., not boolcodes --- acconfig.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index f4744d2d7..e28bbc587 100644 --- a/acconfig.h +++ b/acconfig.h @@ -300,11 +300,20 @@ /* 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. */ +/* Define if you have the termcap boolcodes symbol. */ #undef HAVE_BOOLCODES -/* Define if you have the terminfo numcodes symbol. */ +/* Define if you have the termcap numcodes symbol. */ #undef HAVE_NUMCODES -/* Define if you have the terminfo strcodes symbol. */ +/* Define if you have the termcap strcodes symbol. */ #undef HAVE_STRCODES + +/* Define if you have the terminfo boolnames symbol. */ +#undef HAVE_BOOLNAMES + +/* Define if you have the terminfo numnames symbol. */ +#undef HAVE_NUMNAMES + +/* Define if you have the terminfo strnames symbol. */ +#undef HAVE_STRNAMES -- cgit 1.4.1