aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-12 00:55:05 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-12 00:55:05 +0000
commit3e8cfb7ab62f0bab16c6397ed51dd75b69d9f3b3 (patch)
tree1851e3f1c4652efbbec5234b32f13e461bda2d91
parent8323e3ee201f2b4a04205b4a015114516d6ad1d4 (diff)
downloadbusybox-w32-3e8cfb7ab62f0bab16c6397ed51dd75b69d9f3b3.tar.gz
busybox-w32-3e8cfb7ab62f0bab16c6397ed51dd75b69d9f3b3.tar.bz2
busybox-w32-3e8cfb7ab62f0bab16c6397ed51dd75b69d9f3b3.zip
dos2unix and unix2dos are now independent
git-svn-id: svn://busybox.net/trunk/busybox@2326 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Config.h b/Config.h
index d1e45ba4a..569b4f69c 100644
--- a/Config.h
+++ b/Config.h
@@ -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