From 6e33165982a8ba691371185cb898643ec9e78ba6 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 21 Aug 2001 16:18:59 +0000 Subject: 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 git-svn-id: svn://busybox.net/trunk/busybox@3318 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.h') 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 -- cgit v1.2.3-55-g6feb