diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-16 15:32:53 (GMT) |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-16 15:32:53 (GMT) |
commit | 0e7b9faa74c7aa4a06b3e44b44b8b9d90c2f5e72 (patch) | |
tree | be59ed6adea8ca3abe2e9eb23b480dc7fdac2f6a /config.h.in | |
parent | d2d75d3edd30f2b3079522d5a984608a6f0b752f (diff) | |
download | cpython-0e7b9faa74c7aa4a06b3e44b44b8b9d90c2f5e72.zip cpython-0e7b9faa74c7aa4a06b3e44b44b8b9d90c2f5e72.tar.gz cpython-0e7b9faa74c7aa4a06b3e44b44b8b9d90c2f5e72.tar.bz2 |
Commit version of config.h.in that covers the TERMIOS test.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b1b711f..c751175 100644 --- a/config.h.in +++ b/config.h.in @@ -620,6 +620,9 @@ /* Define if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H +/* Define if you have the <termios.h> header file. */ +#undef HAVE_TERMIOS_H + /* Define if you have the <thread.h> header file. */ #undef HAVE_THREAD_H |