lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / libbb / Config.src
index 80b1e0d21a2da0636fdeef321a6650bd6857d5b5..9b01757c6b9b39bed56cccac674e40f9d2ee650f 100644 (file)
@@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION
 
 config FEATURE_EDITING_FANCY_PROMPT
        bool "Fancy shell prompts"
-       default n
+       default y
        depends on FEATURE_EDITING
        help
          Setting this option allows for prompts to use things like \w and
@@ -153,6 +153,7 @@ config FEATURE_COPYBUF_KB
 config MONOTONIC_SYSCALL
        bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
        default n
+       depends on PLATFORM_LINUX
        help
          Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring
          time intervals (time, ping, traceroute etc need this).