1 --- src/lftp_tinfo.cc.orig 2020-01-08 03:29:15.129200361 +0000
2 +++ src/lftp_tinfo.cc 2020-01-08 03:30:35.491691581 +0000
7 -#if defined(HAVE_CURSES_H)
9 -# if defined(HAVE_TERM_H)
11 -# elif defined(HAVE_NCURSES_TERM_H)
12 -# include <ncurses/term.h>
14 -#elif defined(HAVE_NCURSES_CURSES_H)
15 +#if defined(HAVE_NCURSES_CURSES_H)
16 # include <ncurses/curses.h>
17 # if defined(HAVE_NCURSES_TERM_H)
18 # include <ncurses/term.h>
19 # elif defined(HAVE_TERM_H)
22 +#elif defined(HAVE_CURSES_H)
24 +# if defined(HAVE_TERM_H)
26 +# elif defined(HAVE_NCURSES_TERM_H)
27 +# include <ncurses/term.h>
29 #elif defined(HAVE_TERMCAP_H)