Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug
#1130 (i.e. When you turn on features it should always ADD features)
This commit is contained in:
parent
abec344ab7
commit
004015e9c4
14 changed files with 62 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue