aboutsummaryrefslogtreecommitdiff
path: root/contrib/bluegnu2.0.3/example/calc/calc.h.in
blob: 1e420a77c4f39b9a0c4f44d0fdab1161ea8526e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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__ */