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, 0 insertions, 11 deletions
diff --git a/samples/man/config.h.cmake b/samples/man/config.h.cmake
deleted file mode 100644
index 86c1beaf..00000000
--- a/samples/man/config.h.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-
-#cmakedefine HAVE_UNISTD_H
-#cmakedefine HAVE_STRING_H
-
-#cmakedefine HAVE_BLAH_H 1
-#cmakedefine HAVE_UNISTD_H 1
-
-
-#endif