1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-18 08:07:39 +00:00

Log received signals (using strsignal(3), when available)

This commit is contained in:
Alexander Barton
2019-11-10 21:12:39 +01:00
parent 4169cb25e6
commit de1de40551
3 changed files with 11 additions and 0 deletions

View File

@@ -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