# HG changeset patch # User Karl Heuer # Date 769978057 0 # Node ID 21d7fb06e63afbb351ef2745a8553c477a1a0665 # Parent 5b2b84efaeb9db076af86b61f2838246f9dc89a6 If _STRUCT_TIMEVAL is defined, also define __TIMEVAL__. diff -r 5b2b84efaeb9 -r 21d7fb06e63a src/systime.h --- a/src/systime.h Thu May 26 17:38:14 1994 +0000 +++ b/src/systime.h Thu May 26 18:47:37 1994 +0000 @@ -45,6 +45,14 @@ #endif #endif +/* On some configurations (hpux8.0, X11R4), sys/time.h and X11/Xos.h + disagree about the name of the guard symbol. */ +#ifdef _STRUCT_TIMEVAL +#ifndef __TIMEVAL__ +#define __TIMEVAL__ +#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