summaryrefslogtreecommitdiff
path: root/tests/apis/add_configfiles/config.h.in
blob: c21ebeafb7c5b34336e2fad1a6a6ea48c01303ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#define HAVE_${module}_H
#define HELLO "${hello} ${ARCH} ${PLAT}"

${define FOO_ENABLE}
${define FOO_ENABLE2}
${define FOO_STRING}
${define FOO_DEFINE}

${define FOO2_ENABLE}
${define FOO2_ENABLE2}
${define FOO2_STRING}

${define_export MYLIB}
${define_custom FOO_STRING arg1 arg2}

#define HAVE_SSE2 ${default HAVE_SSE2 0}