aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/example/calc/calc.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bluegnu2.0.3/example/calc/calc.h.in')
-rw-r--r--contrib/bluegnu2.0.3/example/calc/calc.h.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/bluegnu2.0.3/example/calc/calc.h.in b/contrib/bluegnu2.0.3/example/calc/calc.h.in
deleted file mode 100644
index 1e420a7..0000000
--- a/contrib/bluegnu2.0.3/example/calc/calc.h.in
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * 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__ */