diff options
author | Mark Whitley <markw@lineo.com> | 2001-03-12 22:51:50 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-03-12 22:51:50 +0000 |
commit | 6317c4baf79c25d7f77897b064eb4f0b7d9f070e (patch) | |
tree | 5fc8fe65a4903f6224925a72b53a4f46e2b0b1d3 /Config.h | |
parent | 4987bbf97924044c88007c45ee2674d97b93ad92 (diff) | |
download | busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.tar.gz busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.tar.bz2 busybox-w32-6317c4baf79c25d7f77897b064eb4f0b7d9f070e.zip |
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 @@ | |||
52 | //#define BB_INSMOD | 52 | //#define BB_INSMOD |
53 | #define BB_KILL | 53 | #define BB_KILL |
54 | #define BB_KILLALL | 54 | #define BB_KILLALL |
55 | #define BB_KLOGD | ||
55 | //#define BB_LENGTH | 56 | //#define BB_LENGTH |
56 | #define BB_LN | 57 | #define BB_LN |
57 | //#define BB_LOADACM | 58 | //#define BB_LOADACM |
@@ -59,6 +60,7 @@ | |||
59 | //#define BB_LOADKMAP | 60 | //#define BB_LOADKMAP |
60 | #define BB_LOGGER | 61 | #define BB_LOGGER |
61 | //#define BB_LOGNAME | 62 | //#define BB_LOGNAME |
63 | #define BB_LOGREAD | ||
62 | #define BB_LS | 64 | #define BB_LS |
63 | #define BB_LSMOD | 65 | #define BB_LSMOD |
64 | //#define BB_MAKEDEVS | 66 | //#define BB_MAKEDEVS |