diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-13 09:12:41 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-13 09:12:41 +0000 |
commit | 6953233a35e9196e7ed40f73c2e174cb53ac78f5 (patch) | |
tree | 53fb9c9ccfe0d0c2a1e4616e72f1a1eb649430ad /pyconfig.h.in | |
parent | 1c07b4b4fbf6c89c6789343e21ea16f52f905f2d (diff) | |
download | cpython-git-6953233a35e9196e7ed40f73c2e174cb53ac78f5.tar.gz |
Check for term.h and include it on non-ncurses system to get a declaration
for tigetstr.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index e3ce90cd9a..749666fbaf 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -699,6 +699,9 @@ /* Define if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H +/* Define if you have the <term.h> header file. */ +#undef HAVE_TERM_H + /* Define if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H |