summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-24 17:10:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-24 17:10:49 (GMT)
commiteb9b1032960dd47916ea31fe77f1c993e26c69f9 (patch)
treeb7dda25c1327ba70bec1b262733c5ccb04f0bf8f /pyconfig.h.in
parent861a65bc2fa83485bdc66f86cb13d4ad4798a68d (diff)
downloadcpython-eb9b1032960dd47916ea31fe77f1c993e26c69f9.zip
cpython-eb9b1032960dd47916ea31fe77f1c993e26c69f9.tar.gz
cpython-eb9b1032960dd47916ea31fe77f1c993e26c69f9.tar.bz2
Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and
STRICT_SYSV_CURSES when compiling curses module on HP/UX. Generalize access to _flags on systems where WINDOW is opaque. Fixes bugs #432497, #422265, and the curses parts of #467145 and #473150.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
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