This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / Config.h
index 2bd3ed2faa07ccb5cc6ed1c0051a483860b80bdf..6c849a21fd1fc101504a5cc09ebcfa3aac451eb6 100644 (file)
--- a/Config.h
+++ b/Config.h
 #define BB_UMOUNT
 #define BB_UNIQ
 #define BB_UNAME
-//#define BB_UNIX2DOS
 //#define BB_UPDATE
 #define BB_UPTIME
 //#define BB_USLEEP
 #endif
 //
 #if defined BB_INSMOD || defined BB_LSMOD
-#ifndef BB_FEATURE_NEW_MODULE_INTERFACE
+#if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
 #define BB_FEATURE_NEW_MODULE_INTERFACE
 #endif
 #endif
+//
+#if defined BB_DOS2UNIX 
+#define BB_UNIX2DOS
+#endif