aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-21 16:18:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-21 16:18:59 +0000
commitf349e978c43b5061bf9dd3d05b5a30e2da039f60 (patch)
tree9b048f58d1c11600df69323327124425a2f78f63 /Config.h
parenta3e4f455ac0265d9f2477300054f504f563b0c58 (diff)
downloadbusybox-f349e978c43b5061bf9dd3d05b5a30e2da039f60.tar.gz
Initial merge of all tinylogin applets that do not require crypt.
There is some optimization that can be done to better use libbb in these applets. There is also redundancy between stty and getty which could be eliminated. -Erik
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index c46e2d282..69ef293c9 100644
--- a/Config.h
+++ b/Config.h
@@ -7,6 +7,8 @@
//
//
// BusyBox Applications
+#define BB_ADDGROUP
+#define BB_ADDUSER
//#define BB_ADJTIMEX
//#define BB_AR
//#define BB_ASH
@@ -26,6 +28,8 @@
//#define BB_DC
#define BB_DD
//#define BB_DEALLOCVT
+#define BB_DELGROUP
+#define BB_DELUSER
#define BB_DF
#define BB_DIRNAME
#define BB_DMESG
@@ -45,6 +49,7 @@
//#define BB_FREERAMDISK
//#define BB_FSCK_MINIX
//#define BB_GETOPT
+#define BB_GETTY
#define BB_GREP
#define BB_GUNZIP
#define BB_GZIP