aboutsummaryrefslogtreecommitdiff
path: root/editors/config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-11 06:21:00 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-11 06:21:00 +0000
commit545106f8db3e9e40d454a8713e713b0741739b23 (patch)
treec5a1aa31cac00d7bd5bcfa466374ff746764f3f2 /editors/config.in
parent8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 (diff)
downloadbusybox-545106f8db3e9e40d454a8713e713b0741739b23.tar.gz
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
Diffstat (limited to 'editors/config.in')
-rw-r--r--editors/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/config.in b/editors/config.in
index 2d0bb3782..54e1a90e9 100644
--- a/editors/config.in
+++ b/editors/config.in
@@ -6,6 +6,10 @@
mainmenu_option next_comment
comment 'Editors'
+bool 'awk' CONFIG_AWK
+if [ "$CONFIG_AWK" = "y" ]; then
+ bool ' Enable math functions (requires libm)' CONFIG_FEATURE_AWK_MATH
+fi
bool 'sed' CONFIG_SED
bool 'vi' CONFIG_VI
if [ "$CONFIG_VI" = "y" ]; then