giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src screen.h


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/src screen.h
Date: Wed, 15 Oct 2003 21:35:56 -0400

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/10/15 21:35:56

Modified files:
        src            : screen.h 

Log message:
        Define _XOPEN_SOURCE_EXTENDED to get the wide ncurses stuff.

Patches:
Index: giFTcurs/src/screen.h
diff -u giFTcurs/src/screen.h:1.78 giFTcurs/src/screen.h:1.79
--- giFTcurs/src/screen.h:1.78  Mon Oct 13 17:47:13 2003
+++ giFTcurs/src/screen.h       Wed Oct 15 21:35:56 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: screen.h,v 1.78 2003/10/13 21:47:13 weinholt Exp $
+ * $Id: screen.h,v 1.79 2003/10/16 01:35:56 weinholt Exp $
  */
 #ifndef _SCREEN_H
 #define _SCREEN_H
@@ -62,8 +62,8 @@
 /* Used for "exporting" the items[] list. */
 const char *item_name(int);
 
-/* OSF1 curses thinks alot ncurses does is non-standard. */
-#ifdef USE_SYSV_CURSES
+/* OSF1 curses wants this defined, and ncursesw does too. */
+#if defined(USE_SYSV_CURSES) || defined(WIDE_NCURSES)
 #define _XOPEN_SOURCE_EXTENDED
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]