diff options
| author | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
| commit | 863bf4810aa40ec9cf7b61b4fc8781ef956b5165 (patch) | |
| tree | a8cb951fecfa9be7f7727eb8e8584f73b0c7dfde /src/s | |
| parent | 31527c568290029985483745056c92e443451365 (diff) | |
| download | emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.tar.gz emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.zip | |
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/irix6-5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 8696aa00fdd..0a0b0d4af26 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -82,6 +82,8 @@ char *_getpty(); | |||
| 82 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 82 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 83 | #define PREFER_VSUSP | 83 | #define PREFER_VSUSP |
| 84 | 84 | ||
| 85 | #define UNEXEC unexelf.o | ||
| 86 | |||
| 85 | /* define MAIL_USE_FLOCK if the mailer uses flock | 87 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 86 | to interlock access to /usr/spool/mail/$USER. | 88 | to interlock access to /usr/spool/mail/$USER. |
| 87 | The alternative is that a lock file named | 89 | The alternative is that a lock file named |