diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 7acfb2822..2c98af40d 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -186,6 +186,9 @@ | |||
186 | //Should syslogd also provide klogd support? | 186 | //Should syslogd also provide klogd support? |
187 | #define BB_FEATURE_KLOGD | 187 | #define BB_FEATURE_KLOGD |
188 | // | 188 | // |
189 | // enable syslogd -R remotehost | ||
190 | #define BB_FEATURE_REMOTE_LOG | ||
191 | // | ||
189 | //Simple tail implementation (2k vs 6k for the full one). Still | 192 | //Simple tail implementation (2k vs 6k for the full one). Still |
190 | //provides 'tail -f' support -- but for only one file at a time. | 193 | //provides 'tail -f' support -- but for only one file at a time. |
191 | #define BB_FEATURE_SIMPLE_TAIL | 194 | #define BB_FEATURE_SIMPLE_TAIL |