aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 80b1e0d21..9b01757c6 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION
98 98
99config FEATURE_EDITING_FANCY_PROMPT 99config FEATURE_EDITING_FANCY_PROMPT
100 bool "Fancy shell prompts" 100 bool "Fancy shell prompts"
101 default n 101 default y
102 depends on FEATURE_EDITING 102 depends on FEATURE_EDITING
103 help 103 help
104 Setting this option allows for prompts to use things like \w and 104 Setting this option allows for prompts to use things like \w and
@@ -153,6 +153,7 @@ config FEATURE_COPYBUF_KB
153config MONOTONIC_SYSCALL 153config MONOTONIC_SYSCALL
154 bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" 154 bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
155 default n 155 default n
156 depends on PLATFORM_LINUX
156 help 157 help
157 Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring 158 Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring
158 time intervals (time, ping, traceroute etc need this). 159 time intervals (time, ping, traceroute etc need this).