mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
17 lines
237 B
C
17 lines
237 B
C
/*
|
|
* DO NOT EDIT -- generated by the Makefile
|
|
*/
|
|
|
|
|
|
#if !defined(__HAVE_FPOS_H__)
|
|
#define __HAVE_FPOS_H__
|
|
|
|
|
|
/* do we have fgetpos & fsetpos functions? */
|
|
#undef HAVE_FPOS /* no */
|
|
|
|
typedef long FILEPOS;
|
|
|
|
|
|
#endif /* !__HAVE_FPOS_H__ */
|