2015-11-08 07:31:46 +00:00
|
|
|
# expat config file
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "ncurses version"
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
|
2015-11-15 04:15:56 +00:00
|
|
|
config NCURSES_V_6_0
|
2015-11-08 07:31:46 +00:00
|
|
|
bool
|
2015-11-15 04:15:56 +00:00
|
|
|
prompt "6.0"
|
2015-11-08 07:31:46 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config NCURSES_VERSION
|
|
|
|
string
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2015-11-15 04:15:56 +00:00
|
|
|
default "6.0" if NCURSES_V_6_0
|
|
|
|
|
|
|
|
if NCURSES
|
|
|
|
|
|
|
|
config NCURSES_NEW_ABI
|
|
|
|
bool
|
|
|
|
prompt "ncurses 6.0 ABI support"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
depends on NCURSES
|
|
|
|
help
|
|
|
|
This option allows you to use the new ncurses-6 ABI.
|
|
|
|
It's wise to leave this disabled and stick with the ncurses-5 ABI!
|
|
|
|
|
|
|
|
endif # NCURSES
|