aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 04:30:20 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-22 04:30:20 +0000
commit62d412659b6ef34b08b7dc0c59711c44b5d24c18 (patch)
tree3593c1a2ff03bfa79982fa12b55c9489f969e057 /busybox.def.h
parenta284d70b59c11c06960052fc39a699493f898854 (diff)
downloadbusybox-w32-62d412659b6ef34b08b7dc0c59711c44b5d24c18.tar.gz
busybox-w32-62d412659b6ef34b08b7dc0c59711c44b5d24c18.tar.bz2
busybox-w32-62d412659b6ef34b08b7dc0c59711c44b5d24c18.zip
Added regexp support, fixed Changelog.
git-svn-id: svn://busybox.net/trunk/busybox@50 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
40//#define BB_PRINTF 40//#define BB_PRINTF
41#define BB_PS 41#define BB_PS
42#define BB_PWD 42#define BB_PWD
43#define BB_REGEXP
43#define BB_REBOOT 44#define BB_REBOOT
44#define BB_RM 45#define BB_RM
45#define BB_RMDIR 46#define BB_RMDIR
@@ -52,6 +53,8 @@
52//#define BB_TRUE_FALSE // Supplied by ash 53//#define BB_TRUE_FALSE // Supplied by ash
53#define BB_UMOUNT 54#define BB_UMOUNT
54#define BB_UPDATE 55#define BB_UPDATE
55#define BB_UTILITY
56#define BB_ZCAT 56#define BB_ZCAT
57//#define BB_GZIP 57//#define BB_GZIP
58// Don't turn BB_UTILITY off. It contains support code
59// that compiles to 0 if everything else if turned off.
60#define BB_UTILITY