diff options
author | Karl Ramm <kcr@mit.edu> | 2008-01-21 07:49:07 +0000 |
---|---|---|
committer | Karl Ramm <kcr@mit.edu> | 2008-01-21 07:49:07 +0000 |
commit | e6fb0737027ee97d911e8d507b1db37446067d10 (patch) | |
tree | 1387ee6b0bcc27a4f9901fb84db1c9d1bdc438bf /h | |
parent | b6144072c1ea4e944403dfe64d9c30c0c2af3b8c (diff) |
actually implement new config tests
Diffstat (limited to 'h')
-rw-r--r-- | h/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in index c962a5d..40c0a3e 100644 --- a/h/config.h.in +++ b/h/config.h.in @@ -210,9 +210,15 @@ /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the <termcap.h> header file. */ +#undef HAVE_TERMCAP_H + /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H +/* Define to 1 if you have the <term.h> header file. */ +#undef HAVE_TERM_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |