1 /* $NetBSD: ksh_time.h,v 1.2 1997/01/12 19:12:01 tls Exp $ */
6 /* Wrapper around the ugly time.h,sys/time.h includes/ifdefs */
7 /* $NetBSD: ksh_time.h,v 1.2 1997/01/12 19:12:01 tls Exp $ */
9 #ifdef TIME_WITH_SYS_TIME
10 # include <sys/time.h>
12 #else /* TIME_WITH_SYS_TIME */
13 # ifdef HAVE_SYS_TIME_H
14 # include <sys/time.h>
18 #endif /* TIME_WITH_SYS_TIME */
21 extern time_t time
ARGS((time_t *));
25 # define CLK_TCK 60 /* 60HZ */
27 #endif /* KSH_TIME_H */