* Since we don't have a terminfo database installed, we need to enable termcap
support. "ftp" will now accept the terminal type beterm, even though our /etc/termcap file causes ncurses to print some warnings. * Unlike BeOS, we do have stdbool.h, so we should use it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19675 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
* User-definable tweak to disable the include of <stdbool.h>.
|
* User-definable tweak to disable the include of <stdbool.h>.
|
||||||
*/
|
*/
|
||||||
#ifndef NCURSES_ENABLE_STDBOOL_H
|
#ifndef NCURSES_ENABLE_STDBOOL_H
|
||||||
#define NCURSES_ENABLE_STDBOOL_H 0
|
#define NCURSES_ENABLE_STDBOOL_H 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -53,8 +53,10 @@
|
|||||||
#define USE_DATABASE 1
|
#define USE_DATABASE 1
|
||||||
#define TERMINFO_DIRS "/usr/local/share/terminfo"
|
#define TERMINFO_DIRS "/usr/local/share/terminfo"
|
||||||
#define TERMINFO "/usr/local/share/terminfo"
|
#define TERMINFO "/usr/local/share/terminfo"
|
||||||
|
#define TERMPATH "/etc/termcap"
|
||||||
#define HAVE_BIG_CORE 1
|
#define HAVE_BIG_CORE 1
|
||||||
#define PURE_TERMINFO 1
|
#define PURE_TERMINFO 0
|
||||||
|
#define USE_TERMCAP 1
|
||||||
#define USE_HOME_TERMINFO 1
|
#define USE_HOME_TERMINFO 1
|
||||||
#define USE_ROOT_ENVIRON 1
|
#define USE_ROOT_ENVIRON 1
|
||||||
#define HAVE_REMOVE 1
|
#define HAVE_REMOVE 1
|
||||||
|
|||||||
Reference in New Issue
Block a user