aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-12 00:55:05 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-12 00:55:05 +0000
commit2709297f3ba7603a4432dc760a803856961b48df (patch)
tree1851e3f1c4652efbbec5234b32f13e461bda2d91 /Config.h
parent50b787cac5e83deaeea1f0c3b73b3289321f8e80 (diff)
downloadbusybox-2709297f3ba7603a4432dc760a803856961b48df.tar.gz
dos2unix and unix2dos are now independent
Diffstat (limited to 'Config.h')
-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 @@
//#define BB_TR
#define BB_TRUE_FALSE
#define BB_TTY
+//#define BB_UNIX2DOS
//#define BB_UUENCODE
//#define BB_UUDECODE
#define BB_UMOUNT
@@ -417,7 +418,3 @@
#define BB_LOGREAD
#endif
#endif
-//
-#if defined BB_DOS2UNIX
- #define BB_UNIX2DOS
-#endif