aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.src
diff options
context:
space:
mode:
authorSven-Göran Bergh <sgb@systemasis.org>2013-11-12 14:18:25 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-11-12 14:18:25 +0100
commitf200f732f4d04a26814f109be8db2b6510e7127c (patch)
tree6a25379ab278a37e65a8ee8999818247fec60376 /editors/Config.src
parentcd0936be361ad2566200479d66fc1e5671182b73 (diff)
downloadbusybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.tar.gz
busybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.tar.bz2
busybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.zip
awk: optionally support -e AWK_PROG
function old new delta awk_main 959 978 +19 Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/Config.src')
-rw-r--r--editors/Config.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/Config.src b/editors/Config.src
index af1e1de5e..d3bd46e40 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -7,21 +7,6 @@ menu "Editors"
7 7
8INSERT 8INSERT
9 9
10config AWK
11 bool "awk"
12 default y
13 help
14 Awk is used as a pattern scanning and processing language. This is
15 the BusyBox implementation of that programming language.
16
17config FEATURE_AWK_LIBM
18 bool "Enable math functions (requires libm)"
19 default y
20 depends on AWK
21 help
22 Enable math functions of the Awk programming language.
23 NOTE: This will require libm to be present for linking.
24
25config CMP 10config CMP
26 bool "cmp" 11 bool "cmp"
27 default y 12 default y