aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
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