summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-09-18 09:54:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-09-18 09:54:52 (GMT)
commitae2830c55cbc630cd639ae0127a59fc7bad4495f (patch)
tree07f6fe728a2249b052209ab2e733bf82d7568ef7 /pyconfig.h.in
parentf3c5611fef7cbd2ac8f0bf4e44bf11fe210817be (diff)
downloadcpython-ae2830c55cbc630cd639ae0127a59fc7bad4495f.zip
cpython-ae2830c55cbc630cd639ae0127a59fc7bad4495f.tar.gz
cpython-ae2830c55cbc630cd639ae0127a59fc7bad4495f.tar.bz2
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Will backport to 2.3.
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 7c45736..a9f3d20 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -76,6 +76,9 @@
/* Define if you have the 'ctermid_r' function. */
#undef HAVE_CTERMID_R
+/* Define to 1 if you have the <curses.h> header file. */
+#undef HAVE_CURSES_H
+
/* Define to 1 if you have the device macros. */
#undef HAVE_DEVICE_MACROS