Bump to version 1.22.1
[platform/upstream/busybox.git] / editors / Config.src
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Editors"
7
8 INSERT
9
10 config FEATURE_ALLOW_EXEC
11         bool "Allow vi and awk to execute shell commands"
12         default y
13         depends on VI || AWK
14         help
15           Enables vi and awk features which allows user to execute
16           shell commands (using system() C call).
17
18 endmenu