Patch from Jason Schoon to add optional SIGUSR1 support to dd.
[oweals/busybox.git] / Config.in
index e7207d0ebc420b5d36455f82565b4acd1d951b17..6dd4c58e7cff2ca74cdbaab6b8f8a8e58b6f7ac3 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -56,6 +56,14 @@ config CONFIG_FEATURE_VERBOSE_USAGE
          busybox binary.  In the default configuration, this will add about
          13k, but it can add much more depending on your configuration.
 
          busybox binary.  In the default configuration, this will add about
          13k, but it can add much more depending on your configuration.
 
+config CONFIG_FEATURE_COMPRESS_USAGE
+       bool "Store applet usage messages in compressed form"
+       default y
+       depends on CONFIG_SHOW_USAGE
+       help
+         Store usage messages in compressed form, uncompress them on-the-fly
+         when <applet> --help is called.
+
 config CONFIG_FEATURE_INSTALLER
        bool "Support --install [-s] to install applet links at runtime"
        default n
 config CONFIG_FEATURE_INSTALLER
        bool "Support --install [-s] to install applet links at runtime"
        default n
@@ -183,17 +191,9 @@ config CONFIG_STATIC
 
          Most people will leave this set to 'N'.
 
 
          Most people will leave this set to 'N'.
 
-# The busybox shared library feature is there so make standalone can produce
-# smaller applets.  Since make standalone isn't in yet, there's nothing using
-# this yet, and so it's disabled.
-config CONFIG_DISABLE_SHARED
-       bool
-       default n
-
 config CONFIG_BUILD_LIBBUSYBOX
        bool "Build shared libbusybox"
 config CONFIG_BUILD_LIBBUSYBOX
        bool "Build shared libbusybox"
-       default n
-       depends on CONFIG_DISABLE_SHARED
+       default y
        help
          Build a shared library libbusybox.so which contains all
          libraries used inside busybox.
        help
          Build a shared library libbusybox.so which contains all
          libraries used inside busybox.
@@ -345,7 +345,7 @@ config CONFIG_DEBUG_YANK_SUSv2
        bool "Disable obsolete features removed before SUSv3?"
        default y
        help
        bool "Disable obsolete features removed before SUSv3?"
        default y
        help
-         This option will disable backwards compatability with SuSv2,
+         This option will disable backwards compatibility with SuSv2,
          specifically, old-style numeric options ('command -1 <file>')
          will not be supported in head, tail, and fold.  (Note: should
          yank from renice too.)
          specifically, old-style numeric options ('command -1 <file>')
          will not be supported in head, tail, and fold.  (Note: should
          yank from renice too.)