Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't
authorRob Landley <rob@landley.net>
Mon, 23 Jan 2006 21:10:38 +0000 (21:10 -0000)
committerRob Landley <rob@landley.net>
Mon, 23 Jan 2006 21:10:38 +0000 (21:10 -0000)
much use when the symbol is CONFIG_FEATURE_SORT_BIG.

include/usage.h

index 8982f8d..9925732 100644 (file)
@@ -97,6 +97,9 @@
        "\t-c\tWrite output to standard output\n" \
        "\t-f\tForce"
 
+#define busybox_notes_usage \
+       "Hello world!\n"
+
 #define bzcat_trivial_usage \
        "FILE"
 #define bzcat_full_usage \
        USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
        "[98528 second delay results]\n")
 
-#ifdef CONFIG_SORT_BIG
+#if ENABLE_FEATURE_SORT_BIG
 #  define USAGE_SORT_BIG(a) a
 #else
 #  define USAGE_SORT_BIG(a)