summaryrefslogtreecommitdiff
path: root/Tests/LoadCommandOneConfig/LoadedCommand.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/LoadCommandOneConfig/LoadedCommand.h.in')
-rw-r--r--Tests/LoadCommandOneConfig/LoadedCommand.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/LoadedCommand.h.in b/Tests/LoadCommandOneConfig/LoadedCommand.h.in
new file mode 100644
index 000000000..7a0a15d4d
--- /dev/null
+++ b/Tests/LoadCommandOneConfig/LoadedCommand.h.in
@@ -0,0 +1,13 @@
+/* Check for size of types */
+#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
+#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
+
+/* Check for functions */
+#cmakedefine HAVE_PRINTF
+#cmakedefine HAVE_VSBLABLA
+
+/* Check for headers */
+#cmakedefine HAVE_SYS_PRCTL_H
+
+/* Check for libraries */
+#cmakedefine HAVE_LIBM