diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
commit | 4b718d969e8f44e9b7167872e7271ee068b7f062 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /busybox.def.h | |
parent | abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (diff) | |
download | busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.gz busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.bz2 busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.zip |
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index ac7a9b76f..786f98119 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -16,6 +16,7 @@ | |||
16 | //#define BB_DUTMP | 16 | //#define BB_DUTMP |
17 | //#define BB_FDFLUSH | 17 | //#define BB_FDFLUSH |
18 | #define BB_FIND | 18 | #define BB_FIND |
19 | #define BB_FREE | ||
19 | #define BB_FSCK_MINIX | 20 | #define BB_FSCK_MINIX |
20 | #define BB_MKFS_MINIX | 21 | #define BB_MKFS_MINIX |
21 | #define BB_CHVT | 22 | #define BB_CHVT |
@@ -58,6 +59,7 @@ | |||
58 | #define BB_SYNC | 59 | #define BB_SYNC |
59 | #define BB_SYSLOGD | 60 | #define BB_SYSLOGD |
60 | #define BB_TAR | 61 | #define BB_TAR |
62 | #define BB_TAIL | ||
61 | #define BB_TOUCH | 63 | #define BB_TOUCH |
62 | #define BB_TRUE_FALSE | 64 | #define BB_TRUE_FALSE |
63 | #define BB_UMOUNT | 65 | #define BB_UMOUNT |
@@ -76,7 +78,7 @@ | |||
76 | // pretty/useful). | 78 | // pretty/useful). |
77 | // | 79 | // |
78 | // | 80 | // |
79 | // enable a second console on VT2 in init | 81 | // enable a second console on TTY2 in init |
80 | #define BB_FEATURE_INIT_SECOND_CONSOLE | 82 | #define BB_FEATURE_INIT_SECOND_CONSOLE |
81 | // enable features that use the /proc filesystem | 83 | // enable features that use the /proc filesystem |
82 | #define BB_FEATURE_USE_PROCFS | 84 | #define BB_FEATURE_USE_PROCFS |