1
/* $Id: time.h 616 2005-08-19 20:11:01Z bruce $ */
2
#if TIME_WITH_SYS_TIME
3
# include <sys/time.h>
4
# include <time.h>
5
#else
6
# if HAVE_SYS_TIME_H
7
8
# else
9
10
# endif
11
#endif