aboutsummaryrefslogtreecommitdiff
path: root/samples/man/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'samples/man/config.h.cmake')
-rw-r--r--samples/man/config.h.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/man/config.h.cmake b/samples/man/config.h.cmake
new file mode 100644
index 00000000..1f648e60
--- /dev/null
+++ b/samples/man/config.h.cmake
@@ -0,0 +1,11 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#cmakedefine HAVE_UNISTD_H
+#cmakedefine HAVE_STRING_H
+
+#cmakedefine01 HAVE_BLAH_H
+#cmakedefine01 HAVE_UNISTD_H
+
+
+#endif