diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-06 20:25:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-06 20:25:32 +0000 |
commit | 17d49efd8ce6507152d78a70574193bb1b313af6 (patch) | |
tree | 64e24302dc2575867d8a78897500e5a5b2a48398 /busybox.def.h | |
parent | 9d3aba7b37b275350a9fe0887871da9ba73dcbd7 (diff) |
More stuff.
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/busybox.def.h b/busybox.def.h index 0149cc3bb..111aca63d 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -14,15 +14,14 @@ #define BB_DATE #define BB_DD //#define BB_DESCEND -//#define BB_DF +#define BB_DF #define BB_DMESG //#define BB_DUTMP //#define BB_DYADIC #define BB_FALSE //#define BB_FDFLUSH -//#define BB_FIND -//#define BB_FINDMOUNT -//#define BB_GREP +#define BB_FIND +#define BB_GREP ////#define BB_HALT //#define BB_INIT //#define BB_KILL @@ -53,11 +52,11 @@ ////#define BB_SWAPOFF //#define BB_SWAPON //#define BB_SYNC -//#define BB_TAR +#define BB_TAR //#define BB_TOUCH #define BB_TRUE //#define BB_UMOUNT //#define BB_UPDATE //#define BB_UTILITY -//#define BB_ZCAT -//#define BB_GZIP +#define BB_ZCAT +#define BB_GZIP |