Mercurial > emacs
changeset 1491:5d0527284372
(HAVE_SETSID, IRIX): Defined.
(HAVE_GETHOSTNAME): Define it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 Oct 1992 09:06:29 +0000 |
parents | 573bc1612edd |
children | a40107cc6486 |
files | src/s/irix3-3.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix3-3.h Wed Oct 28 09:05:06 1992 +0000 +++ b/src/s/irix3-3.h Wed Oct 28 09:06:29 1992 +0000 @@ -26,6 +26,9 @@ #define USG #define USG5 #define IRIS +#ifndef IRIX +#define IRIX +#endif /* SYSTEM_TYPE should indicate the kind of system you are using. It sets the Lisp variable system-type. */ @@ -173,3 +176,9 @@ #define HAVE_GETWD #define HAVE_SYSVIPC + +/* Use setsid to handle terminals for subprocesses. */ +#define HAVE_SETSID + +/* Implementation of uname is broken on Irix as of version 3.3 */ +#define HAVE_GETHOSTNAME