aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-02 20:15:04 +0000
committerRichard M. Stallman1993-06-02 20:15:04 +0000
commit52037992472f97051ee104f53f03a5a780afcbfc (patch)
tree0dfc711d5d008ab0fd9b2a8483f1ea9b98b7a293 /src/s
parent2144fd18d270986e5be627583eae6cfc15a6698d (diff)
downloademacs-52037992472f97051ee104f53f03a5a780afcbfc.tar.gz
emacs-52037992472f97051ee104f53f03a5a780afcbfc.zip
(XOS_NEEDS_TIME_H): Defined.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux.h3
-rw-r--r--src/s/sol2.h3
2 files changed, 6 insertions, 0 deletions
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. */
258/* This is how to get the device name of the control end of a pty. */ 258/* This is how to get the device name of the control end of a pty. */
259#define PTY_NAME_SPRINTF \ 259#define PTY_NAME_SPRINTF \
260 sprintf (pty_name, "/dev/ptym/pty%c%x", c, i); 260 sprintf (pty_name, "/dev/ptym/pty%c%x", c, i);
261
262/* This triggers a conditional in xfaces.c. */
263#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 @@
1#include "usg5-4.h" 1#include "usg5-4.h"
2 2
3/* This triggers a conditional in xfaces.c. */
4#define XOS_NEEDS_TIME_H
5
3#define POSIX 6#define POSIX
4 7
5/* Here is how to find X Windows. The -R option says where 8/* Here is how to find X Windows. The -R option says where