aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 23:37:30 +0000
commit544891dd2606ad3beb0aed65feaacc7a100c9dd2 (patch)
treeb6b975d748efd73b474be62572b79f3c4b132738 /Config.h
parentadea7a6101ca46d83c4c2327d349c3ca3a5c7601 (diff)
downloadbusybox-544891dd2606ad3beb0aed65feaacc7a100c9dd2.tar.gz
Add in kent robotti's updated dos2unix.c
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 2bd3ed2fa..be5f034de 100644
--- a/Config.h
+++ b/Config.h
@@ -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