diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
commit | 0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch) | |
tree | d761a790ee864a0a566d29c9d56173763fa04888 /busybox.def.h | |
parent | d143e8f2bd03470e891a5e3ccca5734edd917e73 (diff) | |
download | busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.gz busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.bz2 busybox-w32-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.zip |
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 845e46382..a79eaaf4f 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -18,6 +18,8 @@ | |||
18 | #define BB_FIND | 18 | #define BB_FIND |
19 | //#define BB_FSCK_MINIX | 19 | //#define BB_FSCK_MINIX |
20 | //#define BB_MKFS_MINIX | 20 | //#define BB_MKFS_MINIX |
21 | #define BB_CHVT | ||
22 | #define BB_DEALLOCVT | ||
21 | #define BB_GREP | 23 | #define BB_GREP |
22 | //#define BB_HALT | 24 | //#define BB_HALT |
23 | #define BB_INIT | 25 | #define BB_INIT |
@@ -53,6 +55,7 @@ | |||
53 | //#define BB_TRUE_FALSE // Supplied by ash | 55 | //#define BB_TRUE_FALSE // Supplied by ash |
54 | #define BB_UMOUNT | 56 | #define BB_UMOUNT |
55 | #define BB_UPDATE | 57 | #define BB_UPDATE |
58 | #define BB_UNAME | ||
56 | #define BB_ZCAT | 59 | #define BB_ZCAT |
57 | //#define BB_GZIP | 60 | //#define BB_GZIP |
58 | // Don't turn BB_UTILITY off. It contains support code | 61 | // Don't turn BB_UTILITY off. It contains support code |