diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -234,6 +234,14 @@ | |||
234 | //among other thing. | 234 | //among other thing. |
235 | #define BB_FEATURE_SH_STANDALONE_SHELL | 235 | #define BB_FEATURE_SH_STANDALONE_SHELL |
236 | // | 236 | // |
237 | //When this is enabled, busybox shell builtins can be called using full path | ||
238 | //names. This causes builtins (which includes every single busybox command | ||
239 | //when you enable BB_FEATURE_SH_STANDALONE_SHELL) to override real commands on | ||
240 | //the filesystem. When this is enabled, if you run /bin/cat, it will use | ||
241 | //BusyBox cat even if /bin/cat exists on the filesystem and is _not_ busybox. | ||
242 | //Some systems want this, others do not. Choose wisely. :-) | ||
243 | //BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | ||
244 | // | ||
237 | // Enable tab completion in the shell (not yet | 245 | // Enable tab completion in the shell (not yet |
238 | // working very well -- so don't turn this on) | 246 | // working very well -- so don't turn this on) |
239 | //#define BB_FEATURE_SH_TAB_COMPLETION | 247 | //#define BB_FEATURE_SH_TAB_COMPLETION |