]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/demo_termcap.c
ncurses 6.0 - patch 20150808
[ncurses.git] / test / demo_termcap.c
index 17ff3f373902ff1d1eaeb974ceb01bced11e81f6..65c2d13d7489494ed940f2d6f222e1fdbc3932e1 100644 (file)
@@ -29,7 +29,7 @@
 /*
  * Author: Thomas E. Dickey
  *
- * $Id: demo_termcap.c,v 1.47 2015/07/10 23:36:16 tom Exp $
+ * $Id: demo_termcap.c,v 1.48 2015/08/08 20:25:39 tom Exp $
  *
  * A simple demo of the termcap interface.
  */
@@ -863,12 +863,14 @@ main(int argc, char *argv[])
     printf("%ld values (%ld booleans, %ld numbers, %ld strings)\n",
           total_values, total_b_values, total_n_values, total_s_values);
 
+#if defined(NCURSES_VERSION) || defined(HAVE_CURSES_DATA_OSPEED)
     if (v_opt) {
        show_number("PC", PC);
        show_string("UP", UP);
        show_string("BC", BC);
        show_number("ospeed", ospeed);
     }
+#endif
 
     free_dblist();