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