Add in kent robotti's updated dos2unix.c

This commit is contained in:
Eric Andersen
2001-02-22 23:37:30 +00:00
parent adea7a6101
commit 544891dd26
7 changed files with 296 additions and 83 deletions

View File

@@ -113,7 +113,6 @@
#define BB_UMOUNT
#define BB_UNIQ
#define BB_UNAME
//#define BB_UNIX2DOS
//#define BB_UPDATE
#define BB_UPTIME
//#define BB_USLEEP
@@ -400,3 +399,7 @@
#define BB_FEATURE_NEW_MODULE_INTERFACE
#endif
#endif
//
#if defined BB_DOS2UNIX
#define BB_UNIX2DOS
#endif