diff options
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 |