mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
ncurses: reinstantiate bsd specific code
This fixes ncurses 6.5 badly reading termcap (cherry picked from commit e402155e1ad7ec92a1fbd1712ce86c2ca43e1823)
This commit is contained in:
parent
80cd5ab568
commit
2b9196bd3a
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@
|
|||
#define HAVE_LONG_FILE_NAMES 1
|
||||
#define MIXEDCASE_FILENAMES 1
|
||||
#define STDC_HEADERS 1
|
||||
#define USE_GETCAP 1
|
||||
#define USE_BSD_TPUTS 1
|
||||
#define HAVE_BSD_CGETENT 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue