/* Generic time.h */ #ifndef _AC_TIME_H #define _AC_TIME_H #if TIME_WITH_SYS_TIME # include # include #elif HAVE_SYS_TIME_H # include #else # include #endif #endif /* _AC_TIME_H */