ncurses: reinstantiate bsd specific code

This fixes ncurses 6.5 badly reading termcap
This commit is contained in:
Baptiste Daroussin 2024-06-20 20:26:14 +02:00
parent b6196537b0
commit e402155e1a

View file

@ -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