diff options
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 |