mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.
This commit is contained in:
parent
e4826580bc
commit
c9d07dfc87
1 changed files with 0 additions and 2 deletions
|
@ -103,12 +103,10 @@ char *PyCursesVersion = "2.2";
|
|||
#include "Python.h"
|
||||
|
||||
#ifdef __osf__
|
||||
#define _XOPEN_SOURCE_EXTENDED /* Define macro for OSF/1 */
|
||||
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
|
||||
#endif
|
||||
|
||||
#ifdef __hpux
|
||||
#define _XOPEN_SOURCE_EXTENDED
|
||||
#define STRICT_SYSV_CURSES
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue