From 52037992472f97051ee104f53f03a5a780afcbfc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Jun 1993 20:15:04 +0000 Subject: [PATCH] (XOS_NEEDS_TIME_H): Defined. --- src/s/hpux.h | 3 +++ src/s/sol2.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/s/hpux.h b/src/s/hpux.h index 0ddad87e53e..cd15e1ce13d 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -258,3 +258,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is how to get the device name of the control end of a pty. */ #define PTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/ptym/pty%c%x", c, i); + +/* This triggers a conditional in xfaces.c. */ +#define XOS_NEEDS_TIME_H diff --git a/src/s/sol2.h b/src/s/sol2.h index 1b999aa9509..5255b773dca 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -1,5 +1,8 @@ #include "usg5-4.h" +/* This triggers a conditional in xfaces.c. */ +#define XOS_NEEDS_TIME_H + #define POSIX /* Here is how to find X Windows. The -R option says where