diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 8eb32bfb8..ea17a3982 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -97,6 +97,7 @@ | |||
97 | #define BB_UPTIME | 97 | #define BB_UPTIME |
98 | #define BB_USLEEP | 98 | #define BB_USLEEP |
99 | #define BB_WC | 99 | #define BB_WC |
100 | #define BB_WHICH | ||
100 | #define BB_WHOAMI | 101 | #define BB_WHOAMI |
101 | #define BB_UMOUNT | 102 | #define BB_UMOUNT |
102 | #define BB_UNIQ | 103 | #define BB_UNIQ |
@@ -200,7 +201,7 @@ | |||
200 | #define BB_FEATURE_SORT_REVERSE | 201 | #define BB_FEATURE_SORT_REVERSE |
201 | // | 202 | // |
202 | // Enable command line editing in the shell | 203 | // Enable command line editing in the shell |
203 | //#define BB_FEATURE_SH_COMMAND_EDITING | 204 | #define BB_FEATURE_SH_COMMAND_EDITING |
204 | // | 205 | // |
205 | //Allow the shell to invoke all the compiled in BusyBox commands as if they | 206 | //Allow the shell to invoke all the compiled in BusyBox commands as if they |
206 | //were shell builtins. Nice for staticly linking an emergency rescue shell | 207 | //were shell builtins. Nice for staticly linking an emergency rescue shell |
@@ -261,3 +262,8 @@ | |||
261 | #define BB_NFSMOUNT | 262 | #define BB_NFSMOUNT |
262 | #endif | 263 | #endif |
263 | // | 264 | // |
265 | #if defined BB_FEATURE_STANDALONE_SHELL | ||
266 | #ifndef BB_FEATURE_USE_TERMIOS | ||
267 | #define BB_FEATURE_USE_TERMIOS | ||
268 | #endif | ||
269 | #endif | ||