From 68012b7ea61ae78c3caaf57c90e53ecc8a5515b2 Mon Sep 17 00:00:00 2001 From: vda Date: Thu, 5 Oct 2006 17:11:08 +0000 Subject: fixing build system overhaul fallout... git-svn-id: svn://busybox.net/trunk/busybox@16309 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/bb_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/bb_config.h b/include/bb_config.h index beec07cba..1f96026fd 100644 --- a/include/bb_config.h +++ b/include/bb_config.h @@ -2,6 +2,12 @@ * which depend on other symbols, which themself are off. * Provide them here by hand. Need a better idea. */ +#ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS +#define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 +#define USE_FEATURE_GUNZIP_UNCOMPRESS(...) +#define SKIP_FEATURE_GUNZIP_UNCOMPRESS(...) __VA_ARGS__ +#endif + #ifndef ENABLE_KILLALL5 #define ENABLE_KILLALL5 0 #define USE_KILLALL5(...) -- cgit v1.2.3-55-g6feb