aboutsummaryrefslogtreecommitdiff
path: root/editors/config.in
diff options
context:
space:
mode:
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