michael@466: Index: src/lftp_tinfo.cc michael@466: --- src/lftp_tinfo.cc.orig 2008-11-27 06:56:39 +0100 michael@466: +++ src/lftp_tinfo.cc 2009-09-13 21:09:13 +0200 michael@466: @@ -23,20 +23,20 @@ michael@466: #include michael@466: michael@466: extern "C" { michael@466: -#if defined(HAVE_CURSES_H) michael@466: -# include michael@466: -# if defined(HAVE_TERM_H) michael@466: -# include michael@466: -# elif defined(HAVE_NCURSES_TERM_H) michael@466: -# include michael@466: -# endif michael@466: -#elif defined(HAVE_NCURSES_CURSES_H) michael@466: +#if defined(HAVE_NCURSES_CURSES_H) michael@466: # include michael@466: # if defined(HAVE_NCURSES_TERM_H) michael@466: # include michael@466: # elif defined(HAVE_TERM_H) michael@466: # include michael@466: # endif michael@466: +#elif defined(HAVE_CURSES_H) michael@466: +# include michael@466: +# if defined(HAVE_TERM_H) michael@466: +# include michael@466: +# elif defined(HAVE_NCURSES_TERM_H) michael@466: +# include michael@466: +# endif michael@466: #elif defined(HAVE_TERMCAP_H) michael@466: # include michael@466: #endif