X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftest.priv.h;h=50f5b69000d2901f114e65485f29a1940cf1c2c1;hb=5c2245b6fc619f8d96ce940281dfbf13b5b8900b;hp=cc5c1a8abe20bc8a0ad805139794adb80160c255;hpb=0485620c03e69b1b58a6b12e5e45c98415fc7575;p=ncurses.git diff --git a/test/test.priv.h b/test/test.priv.h index cc5c1a8a..50f5b690 100644 --- a/test/test.priv.h +++ b/test/test.priv.h @@ -29,7 +29,7 @@ /**************************************************************************** * Author: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: test.priv.h,v 1.147 2017/08/19 23:40:19 tom Exp $ */ +/* $Id: test.priv.h,v 1.148 2017/08/20 16:51:33 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -69,14 +69,23 @@ #ifndef HAVE_BSD_STRING_H #define HAVE_BSD_STRING_H 0 #endif + #ifndef HAVE_CURSES_VERSION #define HAVE_CURSES_VERSION 0 #endif +#ifndef HAVE_CURSCR +#define HAVE_CURSCR 0 +#endif + #ifndef HAVE_CHGAT #define HAVE_CHGAT 0 #endif +#ifndef HAVE_COLOR_CONTENT +#define HAVE_COLOR_CONTENT 0 +#endif + #ifndef HAVE_COLOR_SET #define HAVE_COLOR_SET 0 #endif @@ -564,6 +573,14 @@ extern int optind; #define WACS_STERLING &(CURSES_WACS_ARRAY['}']) #endif +#ifndef OK +#define OK (0) +#endif + +#ifndef ERR +#define ERR (-1) +#endif + #undef CTRL #define CTRL(x) ((x) & 0x1f)