diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -231,18 +231,18 @@ | |||
231 | // Enable command line editing in the shell | 231 | // Enable command line editing in the shell |
232 | #define BB_FEATURE_SH_COMMAND_EDITING | 232 | #define BB_FEATURE_SH_COMMAND_EDITING |
233 | // | 233 | // |
234 | //Allow the shell to invoke all the compiled in BusyBox commands as if they | 234 | //Allow the shell to invoke all the compiled in BusyBox applets as if they |
235 | //were shell builtins. Nice for staticly linking an emergency rescue shell | 235 | //were shell builtins. Nice for staticly linking an emergency rescue shell, |
236 | //among other thing. | 236 | //among other things. |
237 | #define BB_FEATURE_SH_STANDALONE_SHELL | 237 | #define BB_FEATURE_SH_STANDALONE_SHELL |
238 | // | 238 | // |
239 | //When this is enabled, busybox shell builtins can be called using full path | 239 | //When this is enabled, busybox shell applets can be called using full path |
240 | //names. This causes builtins (i.e. every single busybox command) to override | 240 | //names. This causes applets (i.e., most busybox commands) to override |
241 | //real commands on the filesystem. For example, if you run run /bin/cat, it | 241 | //real commands on the filesystem. For example, if you run run /bin/cat, it |
242 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ | 242 | //will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_ |
243 | //busybox. Some systems want this, others do not. Choose wisely. :-) This | 243 | //busybox. Some systems want this, others do not. Choose wisely. :-) This |
244 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. | 244 | //only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. |
245 | //BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | 245 | //BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
246 | // | 246 | // |
247 | // Enable tab completion in the shell (not yet | 247 | // Enable tab completion in the shell (not yet |
248 | // working very well -- so don't turn this on) | 248 | // working very well -- so don't turn this on) |