From: Richard M. Stallman Date: Thu, 26 May 1994 22:15:23 +0000 (+0000) Subject: Make previous change limited to HPUX. X-Git-Tag: emacs-19.34~8159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c810639a783c483f6fce23d78f53bff4a162c7a3;p=emacs.git Make previous change limited to HPUX. --- diff --git a/src/systime.h b/src/systime.h index 98609728baa..78fd84b074e 100644 --- a/src/systime.h +++ b/src/systime.h @@ -47,12 +47,13 @@ extern long timezone; /* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h disagree about the name of the guard symbol. */ +#ifdef HPUX #ifdef _STRUCT_TIMEVAL #ifndef __TIMEVAL__ #define __TIMEVAL__ #endif #endif - +#endif /* EMACS_TIME is the type to use to represent temporal intervals - struct timeval on some systems, int on others. It can be passed as