Make uncompress a seperate applet so it doesnt pull in all the gunzip code

This commit is contained in:
Glenn L McGrath
2002-11-01 23:38:54 +00:00
parent d6aec8619d
commit bf1cc8b1b7
9 changed files with 153 additions and 9 deletions

View File

@ -1,7 +1,7 @@
#include "config.h"
#include "libbb.h"
#ifdef CONFIG_FEATURE_UNCOMPRESS
#ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS
/* uncompress for busybox -- (c) 2002 Robert Griebl
*