| 1 | /* This file was generated by ConfigHeader using the Zig Build System. */ |
| 2 | // cmakedefine with multi-word string value (truthy) |
| 3 | #define MULTI_WORD "hello world" |
| 4 | |
| 5 | // cmakedefine with multi-word string value (falsy) |
| 6 | /* #undef MULTI_WORD_FALSE */ |
| 7 | |
| 8 | // cmakedefine with no replacement value (truthy) |
| 9 | #define NO_VALUE |
| 10 | |
| 11 | // cmakedefine with no replacement value (falsy) |
| 12 | /* #undef NO_VALUE_FALSE */ |
| 13 | |
| 14 | // cmakedefine01 with underscored variable names (truthy) |
| 15 | #define WITH_UNDERSCORE_TRUE 1 |
| 16 | |
| 17 | // cmakedefine01 with underscored variable names (falsy) |
| 18 | #define WITH_UNDERSCORE_FALSE 0 |
| 19 | |
| 20 | // cmakedefine with leading/trailing underscores (truthy) |
| 21 | #define _LEADING 1 |
| 22 | #define TRAILING_ 1 |
| 23 | |
| 24 | // cmakedefine01 with leading/trailing underscores (truthy) |
| 25 | #define _UNDER_01 1 |
| 26 | #define UNDER_01_ 1 |
| 27 | |
| 28 | // cmakedefine with @ substitution in the replacement value (truthy) |
| 29 | #define SUBST_VAL text |
| 30 | |
| 31 | // cmakedefine with @ substitution in the replacement value (falsy) |
| 32 | /* #undef SUBST_VAL_FALSE */ |
| 33 | |
| 34 | // cmakedefine with @ substitution as the variable name |
| 35 | #define ACTUAL_VAR custom_val |
| 36 | |
| 37 | // cmakedefine with dollar-curly substitution as the variable name |
| 38 | #define ACTUAL_VAR custom_val |
| 39 | |
| 40 | // @ and $ as literal config values |
| 41 | @ |
| 42 | $ |