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