2 #ifndef MC_TTY_NCURSES_H
3 #define MC_TTY_NCURSES_H
6 # ifdef HAVE_NCURSES_CURSES_H
7 # include <ncurses/curses.h>
8 # elif HAVE_NCURSES_NCURSES_H
9 # include <ncurses/ncurses.h>
10 # elif HAVE_NCURSESW_CURSES_H
11 # include <ncursesw/curses.h>
12 # elif HAVE_NCURSES_HCURSES_H
19 #endif /* USE_NCURSES */
22 # include <ncursesw/curses.h>
23 #endif /* USE_NCURSESW */
25 #endif /* MC_TTY_NCURSES_H */