diff options
author | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 02:49:14 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2001-04-12 02:49:14 +0000 |
commit | e05ca62a9cd33a116454bd471e33c17f9c0c8191 (patch) | |
tree | ee32b61e921a278ef58d17d1755d8597c1934488 /acconfig.h | |
parent | 15ff54f27aecd748204e84f7bd6eae12e5b11b7f (diff) | |
download | zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.tar.gz zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.tar.xz zsh-e05ca62a9cd33a116454bd471e33c17f9c0c8191.zip |
13953: use curses capability inventories instead of hardcoding and presume
that they are terminfo
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |