aboutsummaryrefslogtreecommitdiff
path: root/example/calc/calc.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'example/calc/calc.h.in')
-rw-r--r--example/calc/calc.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/example/calc/calc.h.in b/example/calc/calc.h.in
new file mode 100644
index 0000000..1e420a7
--- /dev/null
+++ b/example/calc/calc.h.in
@@ -0,0 +1,18 @@
+/*
+ * Check for headers
+ */
+#ifndef __CALC_H__
+#define __CALC_H__
+
+#undef HAVE_STDLIB_H
+
+/*
+ * Check for functions
+ */
+#undef HAVE_STRCMP
+
+#define NWORD 10
+#define SIZE 100
+#define VERSION "1.0 Beta"
+
+#endif /* __CALC_H__ */