summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-13 09:12:41 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-10-13 09:12:41 +0000
commit6953233a35e9196e7ed40f73c2e174cb53ac78f5 (patch)
tree53fb9c9ccfe0d0c2a1e4616e72f1a1eb649430ad /pyconfig.h.in
parent1c07b4b4fbf6c89c6789343e21ea16f52f905f2d (diff)
downloadcpython-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.in3
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