#ifndef MC_TTY_NCURSES_H #define MC_TTY_NCURSES_H #ifdef USE_NCURSES # ifdef HAVE_NCURSES_CURSES_H # include # elif HAVE_NCURSES_NCURSES_H # include # elif HAVE_NCURSESW_CURSES_H # include # elif HAVE_NCURSES_HCURSES_H # include # elif HAVE_NCURSES_H # include # else # include # endif #endif /* USE_NCURSES */ #ifdef USE_NCURSESW # include #endif /* USE_NCURSESW */ #endif /* MC_TTY_NCURSES_H */