aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-12-08 23:19:36 +0000
committerEric Andersen <andersen@codepoet.org>1999-12-08 23:19:36 +0000
commitabc0f4f8f97b36f2865986374405d091cefea107 (patch)
treeee7605752c6323682f0ef0879cc48f95bdf13e37 /busybox.def.h
parent2285f367e220af9bda9f544945007725a02032dd (diff)
downloadbusybox-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz
Latest and greatest
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
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 @@
//#define BB_DUTMP
//#define BB_FDFLUSH
#define BB_FIND
+#define BB_FREE
#define BB_FSCK_MINIX
#define BB_MKFS_MINIX
#define BB_CHVT
@@ -58,6 +59,7 @@
#define BB_SYNC
#define BB_SYSLOGD
#define BB_TAR
+#define BB_TAIL
#define BB_TOUCH
#define BB_TRUE_FALSE
#define BB_UMOUNT
@@ -76,7 +78,7 @@
// pretty/useful).
//
//
-// enable a second console on VT2 in init
+// enable a second console on TTY2 in init
#define BB_FEATURE_INIT_SECOND_CONSOLE
// enable features that use the /proc filesystem
#define BB_FEATURE_USE_PROCFS