diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |