jfb2 writes in Bug 119:
[oweals/busybox.git] / coreutils / Config.in
index c995e55ff07dd397b18e9fc98a39eb92260ac6d8..a299506e68557b38424d3e8637ba594cf4368ce7 100644 (file)
@@ -329,6 +329,12 @@ config CONFIG_MV
        help
          mv is used to move or rename files or directories.
 
+config CONFIG_NICE
+       bool "nice"
+       default n
+       help
+         nice runs a program with modified scheduling priority.
+
 config CONFIG_OD
        bool "od"
        default n
@@ -398,6 +404,18 @@ config CONFIG_SORT
        help
          sort is used to sort lines of text in specified files.
 
+config CONFIG_SORT_BIG
+       bool "  full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
+       default y
+       depends on CONFIG_SORT
+       help
+         Without this, sort only supports  -r, -u, and an integer version
+         of -n.  Selecting this adds sort keys, floating point support, and
+         more.  This adds a little over 3k to a nonstatic build on x86.
+
+         The SuSv3 sort standard is available at:
+         http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
+
 config CONFIG_STTY
        bool "stty"
        default n
@@ -455,6 +473,13 @@ if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
              and bash) have test builtin.
 endif
 
+config CONFIG_FEATURE_TEST_64
+       bool "  Extend test to 64 bit"
+       default n
+       depends on CONFIG_TEST
+       help
+         Enable 64-bit support in test.
+
 config CONFIG_TOUCH
        bool "touch"
        default n