diff options
author | Mark Whitley | 2001-03-12 22:51:50 +0000 |
---|---|---|
committer | Mark Whitley | 2001-03-12 22:51:50 +0000 |
commit | 6317c4baf79c25d7f77897b064eb4f0b7d9f070e (patch) | |
tree | 5fc8fe65a4903f6224925a72b53a4f46e2b0b1d3 /Config.h | |
parent | 4987bbf97924044c88007c45ee2674d97b93ad92 (diff) | |
download | busybox-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.zip busybox-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.tar.gz |
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
klogd (as it should be).
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,7 @@ //#define BB_INSMOD #define BB_KILL #define BB_KILLALL +#define BB_KLOGD //#define BB_LENGTH #define BB_LN //#define BB_LOADACM @@ -59,6 +60,7 @@ //#define BB_LOADKMAP #define BB_LOGGER //#define BB_LOGNAME +#define BB_LOGREAD #define BB_LS #define BB_LSMOD //#define BB_MAKEDEVS |