summaryrefslogtreecommitdiff
path: root/config/companion_libs/ncurses.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs/ncurses.in')
-rw-r--r--config/companion_libs/ncurses.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/ncurses.in b/config/companion_libs/ncurses.in
new file mode 100644
index 0000000..550cdc0
--- /dev/null
+++ b/config/companion_libs/ncurses.in
@@ -0,0 +1,19 @@
+# expat config file
+
+choice
+ bool
+ prompt "ncurses version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+config NCURSES_V_5_9
+ bool
+ prompt "5.9"
+
+endchoice
+
+config NCURSES_VERSION
+ string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "5.9" if NCURSES_V_5_9