From 3b89039c25c8eb15435ed4f87bc8cb31c7941064 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 4 May 2006 20:56:43 +0000 Subject: 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. --- editors/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'editors/Config.in') 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 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 -- cgit v1.2.3