diff options
author | Glenn L McGrath | 2001-04-11 16:25:45 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-04-11 16:25:45 +0000 |
commit | 988be100e246cd4b78c60082ce74a77894a903b7 (patch) | |
tree | 43ce8e8d1e277555c2d9fecf6b69aab82ebfdf25 | |
parent | 4949faf4b2090ca23c2aeb34535fdbe57754913a (diff) | |
download | busybox-988be100e246cd4b78c60082ce74a77894a903b7.zip busybox-988be100e246cd4b78c60082ce74a77894a903b7.tar.gz |
dpkg, dpkg_deb dont depend on any other applets now
-rw-r--r-- | Config.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -388,18 +388,6 @@ #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 |