Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2.

This commit is contained in:
Martin v. Löwis 2002-09-30 16:19:48 +00:00
parent 174aa49a88
commit 21ee4091e1
5 changed files with 92 additions and 11 deletions

View file

@ -124,7 +124,7 @@ extern int setupterm(char *,int,int *);
#include <term.h>
#endif
#if !defined(HAVE_NCURSES_H) && (defined(sgi) || defined(__sun))
#if !defined(HAVE_NCURSES_H) && (defined(sgi) || defined(__sun) || defined(SCO5))
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
typedef chtype attr_t; /* No attr_t type is available */
#endif