Initial revision
[LeanCalc.git] / calc / calc / have_fpos.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__HAVE_FPOS_H__)
7 #define __HAVE_FPOS_H__
8
9
10 /* do we have fgetpos & fsetpos functions? */
11 #undef HAVE_FPOS
12 #define HAVE_FPOS 1  /* yes */
13
14 typedef fpos_t FILEPOS;
15
16
17 #endif /* !__HAVE_FPOS_H__ */