Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED.

This commit is contained in:
Martin v. Löwis 2002-10-26 13:36:13 +00:00
parent e4826580bc
commit c9d07dfc87
1 changed files with 0 additions and 2 deletions

View File

@ -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