diff options
| author | Richard M. Stallman | 1992-10-28 09:06:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-28 09:06:29 +0000 |
| commit | 6054557352539bd9339b842265e5f44e497261c6 (patch) | |
| tree | 3994b0222b8ed0bc399bd2383db755fe6925d0e9 /src | |
| parent | 0f6c0bb28e8081d31cd850b357ef8168448d5cb6 (diff) | |
| download | emacs-6054557352539bd9339b842265e5f44e497261c6.tar.gz emacs-6054557352539bd9339b842265e5f44e497261c6.zip | |
(HAVE_SETSID, IRIX): Defined.
(HAVE_GETHOSTNAME): Define it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix3-3.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 02a0cbdc070..004873cf9df 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -26,6 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 26 | #define USG | 26 | #define USG |
| 27 | #define USG5 | 27 | #define USG5 |
| 28 | #define IRIS | 28 | #define IRIS |
| 29 | #ifndef IRIX | ||
| 30 | #define IRIX | ||
| 31 | #endif | ||
| 29 | 32 | ||
| 30 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 33 | /* SYSTEM_TYPE should indicate the kind of system you are using. |
| 31 | It sets the Lisp variable system-type. */ | 34 | It sets the Lisp variable system-type. */ |
| @@ -173,3 +176,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 173 | #define HAVE_GETWD | 176 | #define HAVE_GETWD |
| 174 | 177 | ||
| 175 | #define HAVE_SYSVIPC | 178 | #define HAVE_SYSVIPC |
| 179 | |||
| 180 | /* Use setsid to handle terminals for subprocesses. */ | ||
| 181 | #define HAVE_SETSID | ||
| 182 | |||
| 183 | /* Implementation of uname is broken on Irix as of version 3.3 */ | ||
| 184 | #define HAVE_GETHOSTNAME | ||