diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-02 09:21:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-02 09:21:17 +0000 |
commit | deba6dea0340465af76624f9ef3a0bbe28130d8a (patch) | |
tree | 92d712f8f478e4bf03ed529c54f55afbef4040b2 /Config.h | |
parent | 46bf7de5f69aa1875ac7cb725cda005f437b2c87 (diff) | |
download | busybox-w32-deba6dea0340465af76624f9ef3a0bbe28130d8a.tar.gz busybox-w32-deba6dea0340465af76624f9ef3a0bbe28130d8a.tar.bz2 busybox-w32-deba6dea0340465af76624f9ef3a0bbe28130d8a.zip |
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 @@ | |||
451 | #endif | 451 | #endif |
452 | #endif | 452 | #endif |
453 | // | 453 | // |
454 | #ifdef BB_UNIX2DOS | ||
455 | #define BB_DOS2UNIX | ||
456 | #endif | ||
457 | // | ||
454 | #ifdef BB_SYSLOGD | 458 | #ifdef BB_SYSLOGD |
455 | #if defined BB_FEATURE_IPC_SYSLOG | 459 | #if defined BB_FEATURE_IPC_SYSLOG |
456 | #define BB_LOGREAD | 460 | #define BB_LOGREAD |