diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-21 23:34:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-21 23:34:10 +0000 |
commit | 994c6ffd3ba666ebec1bf72ff786ed85b6894eda (patch) | |
tree | 4d0086e6d83136db4c6f57745872951467635db5 | |
parent | c61804ed592f22340b3698eec6b67216c010cae0 (diff) | |
download | busybox-w32-994c6ffd3ba666ebec1bf72ff786ed85b6894eda.tar.gz busybox-w32-994c6ffd3ba666ebec1bf72ff786ed85b6894eda.tar.bz2 busybox-w32-994c6ffd3ba666ebec1bf72ff786ed85b6894eda.zip |
Disable the tinylogin apps by default.
-rw-r--r-- | Config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,8 +7,8 @@ | |||
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
10 | #define BB_ADDGROUP | 10 | //#define BB_ADDGROUP |
11 | #define BB_ADDUSER | 11 | //#define BB_ADDUSER |
12 | //#define BB_ADJTIMEX | 12 | //#define BB_ADJTIMEX |
13 | //#define BB_AR | 13 | //#define BB_AR |
14 | //#define BB_ASH | 14 | //#define BB_ASH |
@@ -28,8 +28,8 @@ | |||
28 | //#define BB_DC | 28 | //#define BB_DC |
29 | #define BB_DD | 29 | #define BB_DD |
30 | //#define BB_DEALLOCVT | 30 | //#define BB_DEALLOCVT |
31 | #define BB_DELGROUP | 31 | //#define BB_DELGROUP |
32 | #define BB_DELUSER | 32 | //#define BB_DELUSER |
33 | #define BB_DF | 33 | #define BB_DF |
34 | #define BB_DIRNAME | 34 | #define BB_DIRNAME |
35 | #define BB_DMESG | 35 | #define BB_DMESG |
@@ -49,7 +49,7 @@ | |||
49 | //#define BB_FREERAMDISK | 49 | //#define BB_FREERAMDISK |
50 | //#define BB_FSCK_MINIX | 50 | //#define BB_FSCK_MINIX |
51 | //#define BB_GETOPT | 51 | //#define BB_GETOPT |
52 | #define BB_GETTY | 52 | //#define BB_GETTY |
53 | #define BB_GREP | 53 | #define BB_GREP |
54 | #define BB_GUNZIP | 54 | #define BB_GUNZIP |
55 | #define BB_GZIP | 55 | #define BB_GZIP |