diff options
| author | Gerd Moellmann | 2000-09-25 11:52:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-25 11:52:48 +0000 |
| commit | 76bb714a40d4cb7ae630a405788fc7a8fb781dcb (patch) | |
| tree | 1782e7d6d701d2972f5dc0095047c2e399b7e2f0 /src/s | |
| parent | 8bd88d54523530ad7044750b44e4e88976eb6073 (diff) | |
| download | emacs-76bb714a40d4cb7ae630a405788fc7a8fb781dcb.tar.gz emacs-76bb714a40d4cb7ae630a405788fc7a8fb781dcb.zip | |
(POSIX_SIGNALS): Define.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/freebsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h index b25e0f85d6f..e0bde6f1d24 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h | |||
| @@ -194,3 +194,8 @@ | |||
| 194 | buffer text. This overrides REL_ALLOC. */ | 194 | buffer text. This overrides REL_ALLOC. */ |
| 195 | 195 | ||
| 196 | #define USE_MMAP_FOR_BUFFERS 1 | 196 | #define USE_MMAP_FOR_BUFFERS 1 |
| 197 | |||
| 198 | /* Use sigprocmask(2) and friends instead of sigblock(2); the man page | ||
| 199 | of sigblock says it is obsolete. */ | ||
| 200 | |||
| 201 | #define POSIX_SIGNALS 1 | ||