diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-21 16:18:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-21 16:18:59 +0000 |
commit | 6e33165982a8ba691371185cb898643ec9e78ba6 (patch) | |
tree | 9b048f58d1c11600df69323327124425a2f78f63 /Config.h | |
parent | f55eed1a6ff910575e85e3bfa9cbae62039f8901 (diff) | |
download | busybox-w32-6e33165982a8ba691371185cb898643ec9e78ba6.tar.gz busybox-w32-6e33165982a8ba691371185cb898643ec9e78ba6.tar.bz2 busybox-w32-6e33165982a8ba691371185cb898643ec9e78ba6.zip |
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
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,8 @@ | |||
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
10 | #define BB_ADDGROUP | ||
11 | #define BB_ADDUSER | ||
10 | //#define BB_ADJTIMEX | 12 | //#define BB_ADJTIMEX |
11 | //#define BB_AR | 13 | //#define BB_AR |
12 | //#define BB_ASH | 14 | //#define BB_ASH |
@@ -26,6 +28,8 @@ | |||
26 | //#define BB_DC | 28 | //#define BB_DC |
27 | #define BB_DD | 29 | #define BB_DD |
28 | //#define BB_DEALLOCVT | 30 | //#define BB_DEALLOCVT |
31 | #define BB_DELGROUP | ||
32 | #define BB_DELUSER | ||
29 | #define BB_DF | 33 | #define BB_DF |
30 | #define BB_DIRNAME | 34 | #define BB_DIRNAME |
31 | #define BB_DMESG | 35 | #define BB_DMESG |
@@ -45,6 +49,7 @@ | |||
45 | //#define BB_FREERAMDISK | 49 | //#define BB_FREERAMDISK |
46 | //#define BB_FSCK_MINIX | 50 | //#define BB_FSCK_MINIX |
47 | //#define BB_GETOPT | 51 | //#define BB_GETOPT |
52 | #define BB_GETTY | ||
48 | #define BB_GREP | 53 | #define BB_GREP |
49 | #define BB_GUNZIP | 54 | #define BB_GUNZIP |
50 | #define BB_GZIP | 55 | #define BB_GZIP |