aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-03 19:47:00 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-03 19:47:00 +0000
commit0dba359714cad63e8321665caf94ff4d9e61e787 (patch)
treef093280113a03e33ad105928373a4bb2546f0d2c /Config.h
parentcfe110e6abe7367d09565aa22512f1db7257b602 (diff)
downloadbusybox-w32-0dba359714cad63e8321665caf94ff4d9e61e787.tar.gz
busybox-w32-0dba359714cad63e8321665caf94ff4d9e61e787.tar.bz2
busybox-w32-0dba359714cad63e8321665caf94ff4d9e61e787.zip
Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up
a few other ugly places (do_subst_command got a much-needed overhaul). Also took out BB_FEATURE_SED_PATTERN_SPACE from Config.h[.Hurd] as the 'p' is now a standard feature (adds almost no bloat). git-svn-id: svn://busybox.net/trunk/busybox@1282 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Config.h b/Config.h
index a111feeda..b2baac2a2 100644
--- a/Config.h
+++ b/Config.h
@@ -223,9 +223,6 @@
223// Enable support for "--exclude" for excluding files 223// Enable support for "--exclude" for excluding files
224#define BB_FEATURE_TAR_EXCLUDE 224#define BB_FEATURE_TAR_EXCLUDE
225// 225//
226// Enable support for s///p pattern matching
227#define BB_FEATURE_SED_PATTERN_SPACE
228//
229//// Enable reverse sort 226//// Enable reverse sort
230#define BB_FEATURE_SORT_REVERSE 227#define BB_FEATURE_SORT_REVERSE
231// 228//