diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-01 12:34:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-01 12:34:20 (GMT) |
commit | 894ebd065e02debf20c0657d26020ecc42b7534f (patch) | |
tree | 53809e5ad863135e94a77da6825448341f00d65a /pyconfig.h.in | |
parent | 388cd85e51aa9c73f8e7f35f0d06c258be7b579c (diff) | |
download | cpython-894ebd065e02debf20c0657d26020ecc42b7534f.zip cpython-894ebd065e02debf20c0657d26020ecc42b7534f.tar.gz cpython-894ebd065e02debf20c0657d26020ecc42b7534f.tar.bz2 |
bpo-31919: Fix building the curses module on OpenIndiana. (#4211)
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 f630224..5f8b09a 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 |