4 /* Wrapper around the ugly time.h,sys/time.h includes/ifdefs */
7 #ifdef TIME_WITH_SYS_TIME
10 #else /* TIME_WITH_SYS_TIME */
11 # ifdef HAVE_SYS_TIME_H
12 # include <sys/time.h>
16 #endif /* TIME_WITH_SYS_TIME */
19 extern time_t time
ARGS((time_t *));
23 # define CLK_TCK 60 /* 60HZ */
25 #endif /* KSH_TIME_H */