diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-02 20:15:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-02 20:15:04 +0000 |
commit | 52037992472f97051ee104f53f03a5a780afcbfc (patch) | |
tree | 0dfc711d5d008ab0fd9b2a8483f1ea9b98b7a293 /src/s/hpux.h | |
parent | 2144fd18d270986e5be627583eae6cfc15a6698d (diff) | |
download | emacs-52037992472f97051ee104f53f03a5a780afcbfc.tar.gz |
(XOS_NEEDS_TIME_H): Defined.
Diffstat (limited to 'src/s/hpux.h')
-rw-r--r-- | src/s/hpux.h | 3 |
1 files changed, 3 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. */ /* 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 |