OSDN Git Service

dpkg, dpkg_deb dont depend on any other applets now
authorGlenn L McGrath <bug1@ihug.co.nz>
Wed, 11 Apr 2001 16:25:45 +0000 (16:25 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Wed, 11 Apr 2001 16:25:45 +0000 (16:25 -0000)
Config.h

index bf3cb3a..d1e45ba 100644 (file)
--- a/Config.h
+++ b/Config.h
        #undef BB_FEATURE_LINUXRC
 #endif
 //
-#ifdef BB_DPKG
-       #ifndef BB_DPKG_DEB
-               #define BB_TAR
-       #endif
-#endif
-//
-#ifdef BB_DPKG_DEB
-       #ifndef BB_TAR
-               #define BB_TAR
-       #endif 
-#endif
-//
 #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
        #define BB_NFSMOUNT
 #endif