From 46f44d24fcc25a5d6e13e0453485881bdf147e91 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 10 Dec 2000 01:57:30 +0000 Subject: Support for tar -z option for uncompressing only --- Config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 50f9e3ac7..d95942a65 100644 --- a/Config.h +++ b/Config.h @@ -225,6 +225,9 @@ // Enable support for "--exclude" and "-X" for excluding files #define BB_FEATURE_TAR_EXCLUDE // +// Enable support for tar -z option (currently only works for inflating) +#define BB_FEATURE_TAR_GZIP +// //// Enable reverse sort #define BB_FEATURE_SORT_REVERSE // @@ -324,6 +327,12 @@ #endif #endif // +#ifdef BB_FEATURE_TAR_GZIP +#ifndef BB_GUNZIP +#define BB_GUNZIP +#endif +#endif +// #if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT #define BB_NFSMOUNT #endif -- cgit v1.2.3