aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-03-28 07:48:10 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-03-28 07:48:10 +0000
commitf957c779104d187a035b48d1fb9ce9acb7351001 (patch)
tree874b8bb3bd4049ac50d6fad66cd89ca826a0f7c6 /Config.h
parent02cebebc3b3505ce9047f39386dd65d0f10efb51 (diff)
downloadbusybox-f957c779104d187a035b48d1fb9ce9acb7351001.tar.gz
Enable tar -z support again by default
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index b99e6f6b6..423454616 100644
--- a/Config.h
+++ b/Config.h
@@ -230,7 +230,7 @@
#define BB_FEATURE_TAR_EXCLUDE
//
// Enable support for tar -z option (currently only works for inflating)
-//#define BB_FEATURE_TAR_GZIP
+#define BB_FEATURE_TAR_GZIP
//
//// Enable reverse sort
#define BB_FEATURE_SORT_REVERSE