@@ -14,14 +14,18 @@ * @(#) $Id: ctk.shar,v 1.50 1996/01/15 14:47:16 andrewm Exp andrewm $ */ #include "tkPort.h" #include "tkInt.h" -#ifdef USE_NCURSES_H -# include -#else -# include +#ifdef HAVE_CURSES_H +# include +#elif defined(HAVE_CURSES_CURSES_H) +# include +#elif defined(HAVE_CURSES_NCURSES_H) +# include +#elif defined(HAVE_NCURSES_NCURSES_H) +# include #endif /* * The structure below represents a binding table. A binding table * represents a domain in which event bindings may occur. It includes