diff options
| author | Richard M. Stallman | 1993-06-02 20:15:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-02 20:15:04 +0000 |
| commit | 52037992472f97051ee104f53f03a5a780afcbfc (patch) | |
| tree | 0dfc711d5d008ab0fd9b2a8483f1ea9b98b7a293 | |
| parent | 2144fd18d270986e5be627583eae6cfc15a6698d (diff) | |
| download | emacs-52037992472f97051ee104f53f03a5a780afcbfc.tar.gz emacs-52037992472f97051ee104f53f03a5a780afcbfc.zip | |
(XOS_NEEDS_TIME_H): Defined.
| -rw-r--r-- | src/s/hpux.h | 3 | ||||
| -rw-r--r-- | src/s/sol2.h | 3 |
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 |