summaryrefslogtreecommitdiff
path: root/config/companion_libs/expat.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs/expat.in')
-rw-r--r--config/companion_libs/expat.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in
deleted file mode 100644
index 40ad66c..0000000
--- a/config/companion_libs/expat.in
+++ /dev/null
@@ -1,25 +0,0 @@
-# expat config file
-
-choice
- bool
- prompt "expat version"
-# Don't remove next line
-# CT_INSERT_VERSION_BELOW
-
-config EXPAT_V_2_2_0
- bool
- prompt "2.2.0"
-
-config EXPAT_V_2_1_1
- bool
- prompt "2.1.1 (OBSOLETE)"
- depends on OBSOLETE
-
-endchoice
-
-config EXPAT_VERSION
- string
-# Don't remove next line
-# CT_INSERT_VERSION_STRING_BELOW
- default "2.2.0" if EXPAT_V_2_2_0
- default "2.1.1" if EXPAT_V_2_1_1