diff options
author | Eric Andersen | 2001-08-02 09:21:17 +0000 |
---|---|---|
committer | Eric Andersen | 2001-08-02 09:21:17 +0000 |
commit | deba6dea0340465af76624f9ef3a0bbe28130d8a (patch) | |
tree | 92d712f8f478e4bf03ed529c54f55afbef4040b2 /Config.h | |
parent | 46bf7de5f69aa1875ac7cb725cda005f437b2c87 (diff) | |
download | busybox-deba6dea0340465af76624f9ef3a0bbe28130d8a.zip busybox-deba6dea0340465af76624f9ef3a0bbe28130d8a.tar.gz |
multibuild.pl saves us again. unix2dos requires that dos2unix
be enabled.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -451,6 +451,10 @@ #endif #endif // +#ifdef BB_UNIX2DOS + #define BB_DOS2UNIX +#endif +// #ifdef BB_SYSLOGD #if defined BB_FEATURE_IPC_SYSLOG #define BB_LOGREAD |