reenabled swaptest. quake should now load data and start on big endian architectures...
[AROS-Contrib.git] / gnu / abc-shell / ksh_time.h
blob2af1acaebbcd3d713c25022f13449332bcc8485a
1 #ifndef KSH_TIME_H
2 # define KSH_TIME_H
4 /* Wrapper around the ugly time.h,sys/time.h includes/ifdefs */
5 /* $Id$ */
7 #include <sys/time.h>
8 #include <time.h>
10 #ifndef CLK_TCK
11 # define CLK_TCK 60 /* 60HZ */
12 #endif
13 #endif /* KSH_TIME_H */