dos2unix and unix2dos are now independent

This commit is contained in:
Glenn L McGrath 2001-04-12 00:55:05 +00:00
parent 50b787cac5
commit 2709297f3b

View File

@ -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