From de1de4055123e95fd9dc1b7e40c69a760777079d Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 10 Nov 2019 21:12:39 +0100 Subject: Log received signals (using strsignal(3), when available) --- contrib/MacOSX/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/MacOSX') diff --git a/contrib/MacOSX/config.h b/contrib/MacOSX/config.h index 761a68e1..60bb630f 100644 --- a/contrib/MacOSX/config.h +++ b/contrib/MacOSX/config.h @@ -113,6 +113,8 @@ #define HAVE_SIGACTION 1 /* Define to 1 if you have the `setsid' function. */ #define HAVE_SETSID 1 +/* Define to 1 if you have the `strsignal' function. */ +#define HAVE_STRSIGNAL 1 /* Define if socklen_t exists */ #define HAVE_socklen_t 1 -- cgit 1.4.1