diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-19 00:22:23 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-19 00:22:23 +0000 |
commit | 73c2b45701b07d29d8d7e55a0e980af385ad5280 (patch) | |
tree | 1c5995c19999e51b9ed93ee12c2b4a8b421bdcd1 /Config.h | |
parent | 2c3429d07cd0e129d8a7f26f9f61d8f4200504b4 (diff) | |
download | busybox-w32-73c2b45701b07d29d8d7e55a0e980af385ad5280.tar.gz busybox-w32-73c2b45701b07d29d8d7e55a0e980af385ad5280.tar.bz2 busybox-w32-73c2b45701b07d29d8d7e55a0e980af385ad5280.zip |
Add an option to make the shells not advertise their busybox nature
git-svn-id: svn://busybox.net/trunk/busybox@3548 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -302,6 +302,9 @@ | |||
302 | // Only relevant if a shell is enabled. | 302 | // Only relevant if a shell is enabled. |
303 | //#define BB_FEATURE_SH_FANCY_PROMPT | 303 | //#define BB_FEATURE_SH_FANCY_PROMPT |
304 | // | 304 | // |
305 | //Make interactive shells not print busybox messages | ||
306 | //#define BB_FEATURE_SH_EXTRA_QUIET | ||
307 | // | ||
305 | //Turn on extra fbset options | 308 | //Turn on extra fbset options |
306 | //#define BB_FEATURE_FBSET_FANCY | 309 | //#define BB_FEATURE_FBSET_FANCY |
307 | // | 310 | // |