diff options
author | Matt Kraai <kraai@debian.org> | 2000-08-28 03:12:30 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2000-08-28 03:12:30 +0000 |
commit | ab60f6987a8283f60988c7e7806bd7fbfd86fbd3 (patch) | |
tree | f3df79cd432fd69d4d4d92833062c6b069a6194c /busybox.def.h | |
parent | 88cc3057fdb5a342bc305963cd6abc180ff6c324 (diff) | |
download | busybox-w32-ab60f6987a8283f60988c7e7806bd7fbfd86fbd3.tar.gz busybox-w32-ab60f6987a8283f60988c7e7806bd7fbfd86fbd3.tar.bz2 busybox-w32-ab60f6987a8283f60988c7e7806bd7fbfd86fbd3.zip |
Removed dead regular expression code.
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 @@ | |||
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 |