aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-08-28 03:12:30 +0000
committerMatt Kraai <kraai@debian.org>2000-08-28 03:12:30 +0000
commitab60f6987a8283f60988c7e7806bd7fbfd86fbd3 (patch)
treef3df79cd432fd69d4d4d92833062c6b069a6194c /busybox.def.h
parent88cc3057fdb5a342bc305963cd6abc180ff6c324 (diff)
downloadbusybox-ab60f6987a8283f60988c7e7806bd7fbfd86fbd3.tar.gz
Removed dead regular expression code.
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 @@
// 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