aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/25 config subdir/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/25 config subdir/include/config.h.in')
-rw-r--r--meson/test cases/common/25 config subdir/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/25 config subdir/include/config.h.in b/meson/test cases/common/25 config subdir/include/config.h.in
new file mode 100644
index 000000000..4c3c62dbe
--- /dev/null
+++ b/meson/test cases/common/25 config subdir/include/config.h.in
@@ -0,0 +1,6 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+#define RETURN_VALUE @number@
+
+#endif