NCURSES_IMPEXP
# define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type
#if !defined(NCURSES_IMPEXP)
# define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API
# define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type
# define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API