aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 63b8306f3..c85f1eeab 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -139,12 +139,6 @@
139// at the same time... 139// at the same time...
140#define BB_FEATURE_USE_PROCFS 140#define BB_FEATURE_USE_PROCFS
141// 141//
142// Enable full regular expressions. This adds about
143// 4k. When this is off, things that would normally
144// use regualr expressions (like grep) will just use
145// normal strings.
146#define BB_FEATURE_FULL_REGULAR_EXPRESSIONS
147//
148// This compiles out everything but the most 142// This compiles out everything but the most
149// trivial --help usage information (i.e. reduces binary size) 143// trivial --help usage information (i.e. reduces binary size)
150//#define BB_FEATURE_TRIVIAL_HELP 144//#define BB_FEATURE_TRIVIAL_HELP
@@ -281,10 +275,6 @@
281#define BB_MTAB 275#define BB_MTAB
282#endif 276#endif
283// 277//
284#if defined BB_FEATURE_FULL_REGULAR_EXPRESSIONS && (defined BB_SED || defined BB_GREP )
285#define BB_REGEXP
286#endif
287//
288#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH 278#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH
289#define BB_CMDEDIT 279#define BB_CMDEDIT
290#endif 280#endif