build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)

This commit is contained in:
Denis Vlasenko
2006-10-19 22:14:58 +00:00
parent b560577cb2
commit 9fa9950784
2 changed files with 23 additions and 14 deletions

View File

@@ -2,6 +2,9 @@
* which depend on other symbols, which themself are off.
* Provide them here by hand. Need a better idea. */
/* This is especially bad because it forces rebuild of
* everything whenever any of these options change */
#ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS
#define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0
#define USE_FEATURE_GUNZIP_UNCOMPRESS(...)