aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-22 04:30:20 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-22 04:30:20 +0000
commitaa0765e11bdeba5c5abf745369a8430c8311d60c (patch)
tree3593c1a2ff03bfa79982fa12b55c9489f969e057 /busybox.def.h
parentc49960189a04b73e033016bd0f43fbb950f800e1 (diff)
downloadbusybox-aa0765e11bdeba5c5abf745369a8430c8311d60c.tar.gz
Added regexp support, fixed Changelog.
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 692f24e49..033ccca84 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -40,6 +40,7 @@
//#define BB_PRINTF
#define BB_PS
#define BB_PWD
+#define BB_REGEXP
#define BB_REBOOT
#define BB_RM
#define BB_RMDIR
@@ -52,6 +53,8 @@
//#define BB_TRUE_FALSE // Supplied by ash
#define BB_UMOUNT
#define BB_UPDATE
-#define BB_UTILITY
#define BB_ZCAT
//#define BB_GZIP
+// Don't turn BB_UTILITY off. It contains support code
+// that compiles to 0 if everything else if turned off.
+#define BB_UTILITY