mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
18 lines
302 B
C
18 lines
302 B
C
/*
|
|
* 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 */
|