diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 10 |
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 @@ // at the same time... #define BB_FEATURE_USE_PROCFS // -// Enable full regular expressions. This adds about -// 4k. When this is off, things that would normally -// use regualr expressions (like grep) will just use -// normal strings. -#define BB_FEATURE_FULL_REGULAR_EXPRESSIONS -// // This compiles out everything but the most // trivial --help usage information (i.e. reduces binary size) //#define BB_FEATURE_TRIVIAL_HELP @@ -281,10 +275,6 @@ #define BB_MTAB #endif // -#if defined BB_FEATURE_FULL_REGULAR_EXPRESSIONS && (defined BB_SED || defined BB_GREP ) -#define BB_REGEXP -#endif -// #if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #define BB_CMDEDIT #endif |