depend.h
00001 #ifndef CFG_DEPEND_H 00002 #define CFG_DEPEND_H 00003 00004 #include <cfg/compiler.h> // STATIC_ASSERT() 00008 #define CONFIG_DEPEND(FEATURE, DEPS) STATIC_ASSERT(!(FEATURE) || !!(DEPS)) 00009 00010 #endif // CFG_DEPEND_H
00001 #ifndef CFG_DEPEND_H 00002 #define CFG_DEPEND_H 00003 00004 #include <cfg/compiler.h> // STATIC_ASSERT() 00008 #define CONFIG_DEPEND(FEATURE, DEPS) STATIC_ASSERT(!(FEATURE) || !!(DEPS)) 00009 00010 #endif // CFG_DEPEND_H