1 /* This program is free software; you can redistribute it and/or modify
2 it under the terms of the GNU General Public License as published by
3 the Free Software Foundation; either version 2, or (at your option)
6 This program is distributed in the hope that it will be useful,
7 but WITHOUT ANY WARRANTY; without even the implied warranty of
8 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 GNU General Public License for more details. */
11 /* This file simply performs the include magic necessary for using time
14 #ifndef XTIME_HEADER_INCLUDED
15 #define XTIME_HEADER_INCLUDED
21 # if TIME_WITH_SYS_TIME
22 # include <sys/time.h>
24 # else /* TIME_WITH_SYS_TIME */
26 # include <sys/time.h>
27 # else /* HAVE_SYS_TIME_H */
29 # endif /* !HAVE_SYS_TIME_H */
30 # endif /* !TIME_WITH_SYS_TIME */
33 # undef timezone /* needed for sgi */
34 # endif /* timezone */
36 # if !defined(HAVE_FTIME) && !defined(HAVE_TIMEZONE)
38 # endif /* !defined(HAVE_FTIME) && !defined(HAVE_TIMEZONE) */
42 #endif /* !XTIME_HEADER_INCLUDED */