X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftest.priv.h;h=f0a68c2e5bb6ee152537e69aed1efef9b453860c;hp=fbc1fdb3c510d01a05f94f0ea6f2ebfd383ef5f0;hb=b0bdfbb1c78346047c54d8e516a104fcff586e52;hpb=aed072e27e60c2abc5ac0ab8113aacf9b4908d50 diff --git a/test/test.priv.h b/test/test.priv.h index fbc1fdb3..f0a68c2e 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.161 2017/12/23 21:40:21 tom Exp $ */ +/* $Id: test.priv.h,v 1.162 2017/12/26 22:20:42 tom Exp $ */ #ifndef __TEST_PRIV_H #define __TEST_PRIV_H 1 @@ -206,6 +206,10 @@ #define HAVE_PUTWIN 0 #endif +#ifndef HAVE_RESET_COLOR_PAIRS +#define HAVE_RESET_COLOR_PAIRS 0 +#endif + #ifndef HAVE_RESIZE_TERM #define HAVE_RESIZE_TERM 0 #endif