* 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:
Axel Dörfler
2007-01-02 01:43:11 +00:00
parent 769cb28ffb
commit 8959497d14
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
* User-definable tweak to disable the include of <stdbool.h>.
*/
#ifndef NCURSES_ENABLE_STDBOOL_H
#define NCURSES_ENABLE_STDBOOL_H 0
#define NCURSES_ENABLE_STDBOOL_H 1
#endif
/*
+3 -1
View File
@@ -53,8 +53,10 @@
#define USE_DATABASE 1
#define TERMINFO_DIRS "/usr/local/share/terminfo"
#define TERMINFO "/usr/local/share/terminfo"
#define TERMPATH "/etc/termcap"
#define HAVE_BIG_CORE 1
#define PURE_TERMINFO 1
#define PURE_TERMINFO 0
#define USE_TERMCAP 1
#define USE_HOME_TERMINFO 1
#define USE_ROOT_ENVIRON 1
#define HAVE_REMOVE 1