Mercurial > emacs
changeset 7691:21d7fb06e63a
If _STRUCT_TIMEVAL is defined, also define __TIMEVAL__.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 26 May 1994 18:47:37 +0000 |
parents | 5b2b84efaeb9 |
children | ce33fcd2ce22 |
files | src/systime.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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