diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 7de66af..40cb00d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -288,6 +288,12 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD +/* Define if mvwdelch in curses.h is an expression. */ +#undef MVWDELCH_IS_EXPRESSION + +/* Define if WINDOW in curses.h offers a field _flags. */ +#undef WINDOW_HAS_FLAGS + /* The number of bytes in a char. */ #undef SIZEOF_CHAR |