diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:27:06 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 03:27:06 +0000 |
commit | a12131966c57166f4d1690f935aaecbbcc1f6e56 (patch) | |
tree | 56ecc19d15da3ef89d2cac74c8f8f81a96462f67 | |
parent | 7fd92949d0d8106062a19b6017e6fecc0d825bb2 (diff) | |
download | busybox-a12131966c57166f4d1690f935aaecbbcc1f6e56.tar.gz |
Remove dpkg-deb applet dependencies, still depends on tar
-rw-r--r-- | Config.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -401,23 +401,9 @@ #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 |