summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:27:06 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-04-11 03:27:06 +0000
commita12131966c57166f4d1690f935aaecbbcc1f6e56 (patch)
tree56ecc19d15da3ef89d2cac74c8f8f81a96462f67 /Config.h
parent7fd92949d0d8106062a19b6017e6fecc0d825bb2 (diff)
downloadbusybox-w32-a12131966c57166f4d1690f935aaecbbcc1f6e56.tar.gz
busybox-w32-a12131966c57166f4d1690f935aaecbbcc1f6e56.tar.bz2
busybox-w32-a12131966c57166f4d1690f935aaecbbcc1f6e56.zip
Remove dpkg-deb applet dependencies, still depends on tar
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Config.h b/Config.h
index 3600d0648..11f2150cb 100644
--- a/Config.h
+++ b/Config.h
@@ -401,23 +401,9 @@
401#endif 401#endif
402// 402//
403#ifdef BB_DPKG_DEB 403#ifdef BB_DPKG_DEB
404 #ifndef BB_AR
405 #define BB_AR
406 #endif
407 #ifndef BB_TAR 404 #ifndef BB_TAR
408 #define BB_TAR 405 #define BB_TAR
409 #endif 406 #endif
410 #ifndef BB_FEATURE_TAR_GZIP
411 #define BB_FEATURE_TAR_GZIP
412 #endif
413#endif
414//
415#ifdef BB_TAR
416 #ifdef BB_FEATURE_TAR_GZIP
417 #ifndef BB_GUNZIP
418 #define BB_GUNZIP
419 #endif
420 #endif
421#endif 407#endif
422// 408//
423#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT 409#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT