summaryrefslogtreecommitdiff
path: root/test cases/common/14 configure file/config7.h.in
blob: 5180c2fba855add5c2f776609b5e710c05297a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* cmake substitions cannot be escaped */
#define MESSAGE1 "${var1}"
#define MESSAGE2 "\${var1}"
#define MESSAGE3 "\\\\${var1}"
#define MESSAGE4 "\\\\\${var1}"
#define MESSAGE5 "@var1@"
#define MESSAGE6 "\\@var1@"
#define MESSAGE7 "\\\\@var1@"

/* backslash is an invalid variable character */
#define MESSAGE8 "@var1\@"