2002-12-05 08:41:41 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Editors"
|
|
|
|
|
2010-06-08 12:15:11 +02:00
|
|
|
INSERT
|
|
|
|
|
2006-12-19 00:29:22 +00:00
|
|
|
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).
|
2002-12-05 08:41:41 +00:00
|
|
|
|
2006-12-19 00:29:22 +00:00
|
|
|
endmenu
|