aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-04 20:56:43 +0000
committerRob Landley <rob@landley.net>2006-05-04 20:56:43 +0000
commit3b89039c25c8eb15435ed4f87bc8cb31c7941064 (patch)
tree0793ca73b2cbceca33e678571de77178364c5b6b /editors/Config.in
parent846fe0c045eedb2a2e5b3432648f4c1f04353631 (diff)
downloadbusybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.gz
busybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.bz2
busybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.zip
It was sitting there, in the patches directory, for years. It was delete it
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off.
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in
index a30879c63..14c316c08 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -20,6 +20,14 @@ config CONFIG_FEATURE_AWK_MATH
20 Enable math functions of the Awk programming language. 20 Enable math functions of the Awk programming language.
21 NOTE: This will require libm to be present for linking. 21 NOTE: This will require libm to be present for linking.
22 22
23config CONFIG_ED
24 bool "ed"
25 default n
26 help
27 The original 1970's Unix text editor, from the days of teletypes.
28 Small, simple, evil. Part of SUSv3. If you're not already using
29 this, you don't need it.
30
23config CONFIG_PATCH 31config CONFIG_PATCH
24 bool "patch" 32 bool "patch"
25 default n 33 default n