mirror of https://github.com/python/cpython
Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.
This commit is contained in:
parent
e4826580bc
commit
c9d07dfc87
|
@ -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…
Reference in New Issue