diff options
author | Eric Andersen | 1999-10-12 22:26:06 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-12 22:26:06 +0000 |
commit | 3cf52d19581b2077480e7d2e63010baa1f5399c1 (patch) | |
tree | d91b0cb332ebc976126e36a394655dde7a15d8b1 /busybox.def.h | |
parent | 2ce1edcf544ac675e6762c9861a6b918401ea716 (diff) | |
download | busybox-3cf52d19581b2077480e7d2e63010baa1f5399c1.zip busybox-3cf52d19581b2077480e7d2e63010baa1f5399c1.tar.gz |
More stuff...
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/busybox.def.h b/busybox.def.h index a5c5957..848783b 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -16,7 +16,7 @@ //#define BB_DESCEND #define BB_DF #define BB_DMESG -//#define BB_DUTMP +#define BB_DUTMP //#define BB_DYADIC #define BB_FALSE //#define BB_FDFLUSH @@ -24,7 +24,7 @@ #define BB_GREP ////#define BB_HALT //#define BB_INIT -//#define BB_KILL +#define BB_KILL ////#define BB_LENGTH //#define BB_LN //#define BB_LOADKMAP @@ -44,10 +44,10 @@ //#define BB_POSTPROCESS //#define BB_PRINTF #define BB_PWD -//#define BB_REBOOT +#define BB_REBOOT //#define BB_RM //#define BB_RMDIR -//#define BB_SLEEP +#define BB_SLEEP ////#define BB_SWAPOFF //#define BB_SWAPON //#define BB_SYNC |