aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/test/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/test/filter.c')
-rw-r--r--contrib/ncurses/test/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ncurses/test/filter.c b/contrib/ncurses/test/filter.c
index 6057396a89c6..5d161cb64d6e 100644
--- a/contrib/ncurses/test/filter.c
+++ b/contrib/ncurses/test/filter.c
@@ -29,7 +29,7 @@
/*
* Author: Thomas E. Dickey <dickey@clark.net> 1998
*
- * $Id: filter.c,v 1.2 1998/05/10 00:39:27 tom Exp $
+ * $Id: filter.c,v 1.3 1999/11/13 23:39:19 tom Exp $
*/
#include <test.priv.h>
@@ -81,7 +81,7 @@ int main(
if (has_colors()) {
int background = COLOR_BLACK;
start_color();
-#ifdef NCURSES_VERSION
+#ifdef HAVE_USE_DEFAULT_COLORS
if (use_default_colors () != ERR)
background = -1;
#endif