diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 04:08:07 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 04:08:07 +0000 |
commit | 43cd922cd82026eaa968aeafd29f08ea386bb492 (patch) | |
tree | 99f12e43175191ab6ec8b014d56601423c1445c6 /acconfig.h | |
parent | e05ca62a9cd33a116454bd471e33c17f9c0c8191 (diff) | |
download | zsh-43cd922cd82026eaa968aeafd29f08ea386bb492.tar.gz zsh-43cd922cd82026eaa968aeafd29f08ea386bb492.tar.xz zsh-43cd922cd82026eaa968aeafd29f08ea386bb492.zip |
13955: boolnames et al., not boolcodes
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 15 |
1 files changed, 12 insertions, 3 deletions
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 |