|
@ -17,6 +17,8 @@ |
|
|
|
|
|
|
|
|
// Macros to support option testing
|
|
|
// Macros to support option testing
|
|
|
#define _CAT(a, ...) a ## __VA_ARGS__ |
|
|
#define _CAT(a, ...) a ## __VA_ARGS__ |
|
|
|
|
|
#define SWITCH_ENABLED_false 0 |
|
|
|
|
|
#define SWITCH_ENABLED_true 1 |
|
|
#define SWITCH_ENABLED_0 0 |
|
|
#define SWITCH_ENABLED_0 0 |
|
|
#define SWITCH_ENABLED_1 1 |
|
|
#define SWITCH_ENABLED_1 1 |
|
|
#define SWITCH_ENABLED_ 1 |
|
|
#define SWITCH_ENABLED_ 1 |
|
|