a.h
#define A 3
b.h
#if A == 2 #include c.h #endif
How to use const instead of #define to realize #include judgme