diff options
Diffstat (limited to 'editors/Config.in')
-rw-r--r-- | editors/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in index a30879c..14c316c 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -20,6 +20,14 @@ config CONFIG_FEATURE_AWK_MATH Enable math functions of the Awk programming language. NOTE: This will require libm to be present for linking. +config CONFIG_ED + bool "ed" + default n + help + The original 1970's Unix text editor, from the days of teletypes. + Small, simple, evil. Part of SUSv3. If you're not already using + this, you don't need it. + config CONFIG_PATCH bool "patch" default n |