Commit c9d07dfc authored by Martin v. Löwis's avatar Martin v. Löwis

Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.

parent e4826580
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment