diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-11-01 13:11:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-01 13:11:12 (GMT) |
commit | 2be9a31213e93e26a71150efaef1a975f8b9afec (patch) | |
tree | 5485514a2d8c01bc5fd904c59434905c5a2eff30 /pyconfig.h.in | |
parent | 89b84b026b389f3c61cbbc5ee89afd8248721b0d (diff) | |
download | cpython-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.in | 3 |
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 |