X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fdemo_terminfo.c;h=239739a47a8f36ac5fedf05d932d257677070df2;hp=cc0fae900107648074d7b06b6ac3cc61d27d7883;hb=17d9459c7aecedecbfc59b8ba5d29279a01e9003;hpb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06 diff --git a/test/demo_terminfo.c b/test/demo_terminfo.c index cc0fae90..239739a4 100644 --- a/test/demo_terminfo.c +++ b/test/demo_terminfo.c @@ -29,20 +29,19 @@ /* * Author: Thomas E. Dickey * - * $Id: demo_terminfo.c,v 1.17 2013/06/08 16:52:47 tom Exp $ + * $Id: demo_terminfo.c,v 1.19 2013/09/28 21:50:01 tom Exp $ * * A simple demo of the terminfo interface. */ #define USE_TINFO #include -#ifdef NCURSES_VERSION -#if !(defined(HAVE_TERM_ENTRY_H) && HAVE_TERM_ENTRY_H) -#undef NCURSES_XNAMES -#define NCURSES_XNAMES 0 -#endif #if NCURSES_XNAMES +#if HAVE_TERM_ENTRY_H #include +#else +#undef NCURSES_XNAMES +#define NCURSES_XNAMES 0 #endif #endif