/usr/include/calc/have_fpos_pos.h is in apcalc-dev 2.12.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(CALC_HAVE_FPOS_POS_H)
#define CALC_HAVE_FPOS_POS_H
/* do we have fgetpos & fsetpos functions? */
#undef HAVE_FPOS_POS
#define HAVE_FPOS_POS 1 /* yes */
#undef FPOS_POS_BITS
#undef FPOS_POS_LEN
#define FPOS_POS_BITS 64
#define FPOS_POS_LEN 8
#endif /* !CALC_HAVE_FPOS_POS_H */
|