diff options
author | Eric Andersen | 1999-10-25 23:32:44 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-25 23:32:44 +0000 |
commit | 0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch) | |
tree | d761a790ee864a0a566d29c9d56173763fa04888 /busybox.def.h | |
parent | d143e8f2bd03470e891a5e3ccca5734edd917e73 (diff) | |
download | busybox-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.zip busybox-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.gz |
Stuf
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 845e463..a79eaaf 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -18,6 +18,8 @@ #define BB_FIND //#define BB_FSCK_MINIX //#define BB_MKFS_MINIX +#define BB_CHVT +#define BB_DEALLOCVT #define BB_GREP //#define BB_HALT #define BB_INIT @@ -53,6 +55,7 @@ //#define BB_TRUE_FALSE // Supplied by ash #define BB_UMOUNT #define BB_UPDATE +#define BB_UNAME #define BB_ZCAT //#define BB_GZIP // Don't turn BB_UTILITY off. It contains support code |