diff options
author | Eric Andersen | 2001-08-21 16:18:59 +0000 |
---|---|---|
committer | Eric Andersen | 2001-08-21 16:18:59 +0000 |
commit | f349e978c43b5061bf9dd3d05b5a30e2da039f60 (patch) | |
tree | 9b048f58d1c11600df69323327124425a2f78f63 /Config.h | |
parent | a3e4f455ac0265d9f2477300054f504f563b0c58 (diff) | |
download | busybox-f349e978c43b5061bf9dd3d05b5a30e2da039f60.zip busybox-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |