diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index a2d216ff7..744db85e8 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #define BB_CHVT | 14 | #define BB_CHVT |
15 | #define BB_CLEAR | 15 | #define BB_CLEAR |
16 | #define BB_CP_MV | 16 | #define BB_CP_MV |
17 | #define BB_CUT | ||
17 | #define BB_DATE | 18 | #define BB_DATE |
18 | #define BB_DD | 19 | #define BB_DD |
19 | #define BB_DEALLOCVT | 20 | #define BB_DEALLOCVT |
@@ -60,7 +61,7 @@ | |||
60 | #define BB_MKNOD | 61 | #define BB_MKNOD |
61 | #define BB_MKSWAP | 62 | #define BB_MKSWAP |
62 | #define BB_MKTEMP | 63 | #define BB_MKTEMP |
63 | #define BB_MNC | 64 | #define BB_NC |
64 | #define BB_MORE | 65 | #define BB_MORE |
65 | #define BB_MOUNT | 66 | #define BB_MOUNT |
66 | #define BB_MT | 67 | #define BB_MT |
@@ -134,7 +135,7 @@ | |||
134 | // | 135 | // |
135 | // This compiles out everything but the most | 136 | // This compiles out everything but the most |
136 | // trivial --help usage information (i.e. reduces binary size) | 137 | // trivial --help usage information (i.e. reduces binary size) |
137 | //#define BB_FEATURE_TRIVIAL_HELP | 138 | #define BB_FEATURE_TRIVIAL_HELP |
138 | // | 139 | // |
139 | // Use termios to manipulate the screen ('more' is prettier with this on) | 140 | // Use termios to manipulate the screen ('more' is prettier with this on) |
140 | //#define BB_FEATURE_USE_TERMIOS | 141 | //#define BB_FEATURE_USE_TERMIOS |