diff options
| author | Richard M. Stallman | 1994-09-20 02:29:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-20 02:29:40 +0000 |
| commit | 88f7cc60955bc6a5fe3b6d4b7e90fb1f12241ae3 (patch) | |
| tree | 752fa649e44a0b551ce95328097094d6fdd444dd /src | |
| parent | 756b6edc1eb0fcb6e03a46b690d4e86f9f17a984 (diff) | |
| download | emacs-88f7cc60955bc6a5fe3b6d4b7e90fb1f12241ae3.tar.gz emacs-88f7cc60955bc6a5fe3b6d4b7e90fb1f12241ae3.zip | |
(POSIX_SIGNALS): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index e1df8b2dff5..36d681ff22a 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -123,3 +123,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 123 | 123 | ||
| 124 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 124 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 125 | #define PREFER_VSUSP | 125 | #define PREFER_VSUSP |
| 126 | |||
| 127 | /* wjs@wang.com (William Smith) says this is needed on 3.2.4.2. */ | ||
| 128 | #define POSIX_SIGNALS | ||