]> git.eshelyaron.com Git - emacs.git/commitdiff
(POSIX_SIGNALS): Define.
authorGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 11:52:48 +0000 (11:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 25 Sep 2000 11:52:48 +0000 (11:52 +0000)
src/s/freebsd.h

index b25e0f85d6fbf1181cddb0e93bddf72d984c67de..e0bde6f1d2485f4fb9973c3b50549b7f0386a9df 100644 (file)
    buffer text.  This overrides REL_ALLOC.  */
 
 #define USE_MMAP_FOR_BUFFERS   1
+
+/* Use sigprocmask(2) and friends instead of sigblock(2); the man page
+   of sigblock says it is obsolete.  */
+
+#define POSIX_SIGNALS          1