/usr/include/calc/have_times.h is in apcalc-dev 2.12.5.0-1+b3.
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 | /*
* DO NOT EDIT -- generated by the Makefile
*/
#if !defined(CALC_HAVE_TIMES_H)
#define CALC_HAVE_TIMES_H
/* do we have <times.h>? */
#undef HAVE_TIMES_H /* no */
#undef HAVE_SYS_TIMES_H /* no */
#define HAVE_TIME_H /* yes */
#undef HAVE_SYS_TIME_H /* no */
#endif /* !CALC_HAVE_TIMES_H */
|