|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: src/lftp_tinfo.cc
|
|
|
|
|
--- src/lftp_tinfo.cc.orig 2002-12-18 09:52:20 +0100
|
|
|
|
|
+++ src/lftp_tinfo.cc 2005-06-13 12:05:39 +0200
|
|
|
|
|
--- src/lftp_tinfo.cc.orig 2005-12-02 07:25:05 +0100
|
|
|
|
|
+++ src/lftp_tinfo.cc 2005-12-03 19:39:27 +0100
|
|
|
|
|
@@ -23,20 +23,20 @@
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ Index: src/lftp_tinfo.cc
|
|
|
|
|
-# endif
|
|
|
|
|
-#elif defined(HAVE_NCURSES_CURSES_H)
|
|
|
|
|
+#if defined(HAVE_NCURSES_CURSES_H)
|
|
|
|
|
#include <ncurses/curses.h>
|
|
|
|
|
# include <ncurses/curses.h>
|
|
|
|
|
# if defined(HAVE_NCURSES_TERM_H)
|
|
|
|
|
# include <ncurses/term.h>
|
|
|
|
|
# elif defined(HAVE_TERM_H)
|
|
|
|
|
@ -27,6 +27,6 @@ Index: src/lftp_tinfo.cc
|
|
|
|
|
+# elif defined(HAVE_NCURSES_TERM_H)
|
|
|
|
|
+# include <ncurses/term.h>
|
|
|
|
|
+# endif
|
|
|
|
|
#elif defined(HAVE_TERMCAP_H)
|
|
|
|
|
# include <termcap.h>
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|