diff options
author | Sven-Göran Bergh | 2013-11-12 14:18:25 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-11-12 14:18:25 +0100 |
commit | f200f732f4d04a26814f109be8db2b6510e7127c (patch) | |
tree | 6a25379ab278a37e65a8ee8999818247fec60376 /editors/Config.src | |
parent | cd0936be361ad2566200479d66fc1e5671182b73 (diff) | |
download | busybox-f200f732f4d04a26814f109be8db2b6510e7127c.zip busybox-f200f732f4d04a26814f109be8db2b6510e7127c.tar.gz |
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.src | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/Config.src b/editors/Config.src index af1e1de..d3bd46e 100644 --- a/editors/Config.src +++ b/editors/Config.src @@ -7,21 +7,6 @@ menu "Editors" INSERT -config AWK - bool "awk" - default y - help - Awk is used as a pattern scanning and processing language. This is - the BusyBox implementation of that programming language. - -config FEATURE_AWK_LIBM - bool "Enable math functions (requires libm)" - default y - depends on AWK - help - Enable math functions of the Awk programming language. - NOTE: This will require libm to be present for linking. - config CMP bool "cmp" default y |