]> granicus.if.org Git - python/commit
Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 24 Oct 2001 17:10:49 +0000 (17:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 24 Oct 2001 17:10:49 +0000 (17:10 +0000)
commiteb9b1032960dd47916ea31fe77f1c993e26c69f9
treeb7dda25c1327ba70bec1b262733c5ccb04f0bf8f
parent861a65bc2fa83485bdc66f86cb13d4ad4798a68d
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.
Include/py_curses.h
Modules/_cursesmodule.c
acconfig.h
configure.in
pyconfig.h.in