diff options
| author | Richard M. Stallman | 1994-11-15 00:02:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-15 00:02:47 +0000 |
| commit | 503ffb1e8bdc9edfa0d9c6b0b8da881a7929fa4c (patch) | |
| tree | fabbdfaf28dc30c0a191c578c28adabc5d3dc349 /src | |
| parent | 330bfe57d6fff4b1c3cd4d920e84924248b21a88 (diff) | |
| download | emacs-503ffb1e8bdc9edfa0d9c6b0b8da881a7929fa4c.tar.gz emacs-503ffb1e8bdc9edfa0d9c6b0b8da881a7929fa4c.zip | |
(MAIL_USE_FLOCK): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/iris3-5.h | 2 | ||||
| -rw-r--r-- | src/s/iris3-6.h | 2 | ||||
| -rw-r--r-- | src/s/irix3-3.h | 2 | ||||
| -rw-r--r-- | src/s/irix5-0.h | 8 |
4 files changed, 11 insertions, 3 deletions
diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index d82bd732c7c..559f2b116c3 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h | |||
| @@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 93 | The alternative is that a lock file named | 93 | The alternative is that a lock file named |
| 94 | /usr/spool/mail/$USER.lock. */ | 94 | /usr/spool/mail/$USER.lock. */ |
| 95 | 95 | ||
| 96 | /* #define MAIL_USE_FLOCK */ | 96 | #define MAIL_USE_FLOCK |
| 97 | 97 | ||
| 98 | /* Define CLASH_DETECTION if you want lock files to be written | 98 | /* Define CLASH_DETECTION if you want lock files to be written |
| 99 | so that Emacs can tell instantly when you try to modify | 99 | so that Emacs can tell instantly when you try to modify |
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index 504560cd36b..fb3601a5b1a 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h | |||
| @@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 93 | The alternative is that a lock file named | 93 | The alternative is that a lock file named |
| 94 | /usr/spool/mail/$USER.lock. */ | 94 | /usr/spool/mail/$USER.lock. */ |
| 95 | 95 | ||
| 96 | /* #define MAIL_USE_FLOCK */ | 96 | #define MAIL_USE_FLOCK |
| 97 | 97 | ||
| 98 | /* Define CLASH_DETECTION if you want lock files to be written | 98 | /* Define CLASH_DETECTION if you want lock files to be written |
| 99 | so that Emacs can tell instantly when you try to modify | 99 | so that Emacs can tell instantly when you try to modify |
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index b34831e7c66..31cc18a3b5b 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -96,7 +96,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 96 | The alternative is that a lock file named | 96 | The alternative is that a lock file named |
| 97 | /usr/spool/mail/$USER.lock. */ | 97 | /usr/spool/mail/$USER.lock. */ |
| 98 | 98 | ||
| 99 | /* #define MAIL_USE_FLOCK */ | 99 | #define MAIL_USE_FLOCK |
| 100 | 100 | ||
| 101 | /* Define CLASH_DETECTION if you want lock files to be written | 101 | /* Define CLASH_DETECTION if you want lock files to be written |
| 102 | so that Emacs can tell instantly when you try to modify | 102 | so that Emacs can tell instantly when you try to modify |
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 10f2cfff688..9d3497c7cac 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h | |||
| @@ -102,3 +102,11 @@ char *_getpty(); | |||
| 102 | #ifdef __GNUC__ | 102 | #ifdef __GNUC__ |
| 103 | #define LD_SWITCH_SYSTEM -G 0 | 103 | #define LD_SWITCH_SYSTEM -G 0 |
| 104 | #endif | 104 | #endif |
| 105 | |||
| 106 | /* define MAIL_USE_FLOCK if the mailer uses flock | ||
| 107 | to interlock access to /usr/spool/mail/$USER. | ||
| 108 | The alternative is that a lock file named | ||
| 109 | /usr/spool/mail/$USER.lock. */ | ||
| 110 | |||
| 111 | #define MAIL_USE_FLOCK | ||
| 112 | |||