From: Jim Blandy Date: Tue, 11 May 1993 00:07:51 +0000 (+0000) Subject: * systime.h: Use the strategy from getdate.y to include the proper X-Git-Tag: emacs-19.34~13111 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/5cbdb35688ab0b979c047eb48f980279d2440ba5 * systime.h: Use the strategy from getdate.y to include the proper combination of and . --- diff --git a/src/systime.h b/src/systime.h index 165a9f43ed..3f40b12c02 100644 --- a/src/systime.h +++ b/src/systime.h @@ -17,27 +17,13 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if defined (HAVE_TIMEVAL) && !defined (NEED_TIME_H) -/* NEED_TIME_H is necessary because some versions of HP/UX shouldn't - have this included; time.h should do the trick instead. */ - +#ifdef TM_IN_SYS_TIME #include - #else - -/* _h_BSDTYPES is checked because on ISC unix, socket.h includes - both time.h and sys/time.h, and the later file is protected - from repeated inclusion. We just hope that other systems will - use this guard either not at all, or similarly. */ -#ifndef _h_BSDTYPES #include -#endif /* _h_BSDTYPES */ - +#ifdef HAVE_SYS_TIME_H +#include #endif - -/* AIX and SCO 3.2v4 need both and . */ -#if defined (_AIX) || defined (SCO) -#include #endif /* SVr4 doesn't actually declare this in its #include files. */