diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-12 00:55:05 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-12 00:55:05 +0000 |
commit | 2709297f3ba7603a4432dc760a803856961b48df (patch) | |
tree | 1851e3f1c4652efbbec5234b32f13e461bda2d91 | |
parent | 50b787cac5e83deaeea1f0c3b73b3289321f8e80 (diff) | |
download | busybox-w32-2709297f3ba7603a4432dc760a803856961b48df.tar.gz busybox-w32-2709297f3ba7603a4432dc760a803856961b48df.tar.bz2 busybox-w32-2709297f3ba7603a4432dc760a803856961b48df.zip |
dos2unix and unix2dos are now independent
-rw-r--r-- | Config.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -112,6 +112,7 @@ | |||
112 | //#define BB_TR | 112 | //#define BB_TR |
113 | #define BB_TRUE_FALSE | 113 | #define BB_TRUE_FALSE |
114 | #define BB_TTY | 114 | #define BB_TTY |
115 | //#define BB_UNIX2DOS | ||
115 | //#define BB_UUENCODE | 116 | //#define BB_UUENCODE |
116 | //#define BB_UUDECODE | 117 | //#define BB_UUDECODE |
117 | #define BB_UMOUNT | 118 | #define BB_UMOUNT |
@@ -417,7 +418,3 @@ | |||
417 | #define BB_LOGREAD | 418 | #define BB_LOGREAD |
418 | #endif | 419 | #endif |
419 | #endif | 420 | #endif |
420 | // | ||
421 | #if defined BB_DOS2UNIX | ||
422 | #define BB_UNIX2DOS | ||
423 | #endif | ||