]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/internal.h
ncurses 5.6
[ncurses.git] / c++ / internal.h
index 7eb47cdc26d8758d84314e64dc32defd386b1d11..a14680cc504c35106fe719e33aafc873d6e0e44a 100644 (file)
@@ -31,7 +31,7 @@
  *   Author: Juergen Pfeifer, 1997                                          *
  ****************************************************************************/
 
-// $Id: internal.h,v 1.12 2005/08/06 22:12:25 tom Exp $
+// $Id: internal.h,v 1.13 2006/09/30 21:59:57 tom Exp $
 
 #ifndef NCURSES_CPLUS_INTERNAL_H
 #define NCURSES_CPLUS_INTERNAL_H 1
@@ -46,7 +46,7 @@
 
 #define CTRL(x) ((x) & 0x1f)
 
-#ifndef __EXT_QNX
+#ifndef _QNX_SOURCE
 #include <string.h>
 #endif