From 004015e9c4e8ff98bcbaf955cf42147218204da4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 21 May 2001 20:30:51 +0000 Subject: Patch from Lars Kellogg-Stedman to fix bug #1130 (i.e. When you turn on features it should always ADD features) --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index b442e8b35..63c00c674 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1166,7 +1166,7 @@ "Name: debian\n" \ "Address: 127.0.0.1\n" -#ifdef BB_FEATURE_SIMPLE_PING +#ifndef BB_FEATURE_FANCY_PING #define ping_trivial_usage "host" #define ping_full_usage "Send ICMP ECHO_REQUEST packets to network hosts" #else @@ -1433,7 +1433,7 @@ "$ syslogd -R 192.168.1.1:601\n" -#ifdef BB_FEATURE_SIMPLE_TAIL +#ifndef BB_FEATURE_FANCY_TAIL #define USAGE_UNSIMPLE_TAIL(a) #else #define USAGE_UNSIMPLE_TAIL(a) a -- cgit v1.2.3