Eliminated seeks so that we work correctly on pipes, and removed reliance on
[oweals/busybox.git] / Config.h
index 3600d0648ba1042c98d59562028be464ad08e3e1..bf477f600ebede40dd04ee98f4ad7e4a1a95a90a 100644 (file)
--- a/Config.h
+++ b/Config.h
 //#define BB_TR
 #define BB_TRUE_FALSE
 #define BB_TTY
+//#define BB_UNIX2DOS
 //#define BB_UUENCODE
 //#define BB_UUDECODE
 #define BB_UMOUNT
 // Enable support for tar -z option (currently only works for inflating)
 #define BB_FEATURE_TAR_GZIP 
 //
-//// Enable reverse sort
+// Enable reverse sort
 #define BB_FEATURE_SORT_REVERSE
 //
+// Enable uniqe sort
+#define BB_FEATURE_SORT_UNIQUE
+//
 // Enable command line editing in the shell.  
 // Only relevant if BB_SH is enabled. On by default.
 #define BB_FEATURE_COMMAND_EDITING
        #undef BB_FEATURE_LINUXRC
 #endif
 //
-#ifdef BB_GZIP
-       #ifndef BB_GUNZIP
-               #define BB_GUNZIP
-       #endif
-#endif
-//
-#ifdef BB_DPKG
-       #ifndef BB_DPKG_DEB
-               #define BB_DPKG_DEB
-       #endif
-#endif
-//
-#ifdef BB_DPKG_DEB
-       #ifndef BB_AR
-               #define BB_AR
-       #endif
-       #ifndef BB_TAR
-               #define BB_TAR
-       #endif 
-       #ifndef BB_FEATURE_TAR_GZIP
-               #define BB_FEATURE_TAR_GZIP
-       #endif
-#endif
-//
-#ifdef BB_TAR
-       #ifdef BB_FEATURE_TAR_GZIP
-               #ifndef BB_GUNZIP
-                       #define BB_GUNZIP
-               #endif
-       #endif
-#endif
-//
 #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
        #define BB_NFSMOUNT
 #endif
                #define BB_LOGREAD
        #endif
 #endif
-//
-#if defined BB_DOS2UNIX 
-       #define BB_UNIX2DOS
-#endif