- stty's visible() function and catv's guts are identical. Merge them into
[oweals/busybox.git] / editors / Config.in
index 4ba00901961c792bee3b03406546e79ea92ab17e..fd840ae9a2d2b828a55a315e352c3c667b53d9e1 100644 (file)
@@ -127,5 +127,12 @@ config FEATURE_VI_OPTIMIZE_CURSOR
          This will make the cursor movement faster, but requires more memory
          and it makes the applet a tiny bit larger.
 
-endmenu
+config FEATURE_ALLOW_EXEC
+       bool "Allow vi and awk to execute shell commands"
+       default y
+       depends on VI || AWK
+       help
+         Enables vi and awk features which allows user to execute
+         shell commands (using system() C call).
 
+endmenu