build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)
This commit is contained in:
@@ -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(...)
|
||||
|
||||
Reference in New Issue
Block a user