diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -113,7 +113,6 @@ | |||
113 | #define BB_UMOUNT | 113 | #define BB_UMOUNT |
114 | #define BB_UNIQ | 114 | #define BB_UNIQ |
115 | #define BB_UNAME | 115 | #define BB_UNAME |
116 | //#define BB_UNIX2DOS | ||
117 | //#define BB_UPDATE | 116 | //#define BB_UPDATE |
118 | #define BB_UPTIME | 117 | #define BB_UPTIME |
119 | //#define BB_USLEEP | 118 | //#define BB_USLEEP |
@@ -400,3 +399,7 @@ | |||
400 | #define BB_FEATURE_NEW_MODULE_INTERFACE | 399 | #define BB_FEATURE_NEW_MODULE_INTERFACE |
401 | #endif | 400 | #endif |
402 | #endif | 401 | #endif |
402 | // | ||
403 | #if defined BB_DOS2UNIX | ||
404 | #define BB_UNIX2DOS | ||
405 | #endif | ||