summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-11-01 13:11:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-11-01 13:11:12 (GMT)
commit2be9a31213e93e26a71150efaef1a975f8b9afec (patch)
tree5485514a2d8c01bc5fd904c59434905c5a2eff30 /pyconfig.h.in
parent89b84b026b389f3c61cbbc5ee89afd8248721b0d (diff)
downloadcpython-2be9a31213e93e26a71150efaef1a975f8b9afec.zip
cpython-2be9a31213e93e26a71150efaef1a975f8b9afec.tar.gz
cpython-2be9a31213e93e26a71150efaef1a975f8b9afec.tar.bz2
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
(cherry picked from commit 894ebd065e02debf20c0657d26020ecc42b7534f)
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 bf1efd8..bc2693b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -179,6 +179,9 @@
/* Define if you have the 'use_env' function. */
#undef HAVE_CURSES_USE_ENV
+/* Define if you have the 'wchgat' function. */
+#undef HAVE_CURSES_WCHGAT
+
/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
don't. */
#undef HAVE_DECL_ISFINITE