about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2024-04-05 22:38:22 +0200
committerAlexander Barton <alex@barton.de>2024-04-06 00:12:58 +0200
commite4873b4d63d0bcd4914a1cee82599a13cfd77e47 (patch)
treecba6e5e959a6043602c1c425d6f45007dab40fa3 /configure.ng
parent3e535a295523853963438eb94f9cfa24c998b52f (diff)
downloadngircd-e4873b4d63d0bcd4914a1cee82599a13cfd77e47.tar.gz
ngircd-e4873b4d63d0bcd4914a1cee82599a13cfd77e47.zip
Add support for the "sd_notify" protocol
This allows the "ngircd.service" systemd(8) unit to use the "notify"
service type, which allows for better status tracking by the service
manager.
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ng b/configure.ng
index ec7b6c35..0dccfbc5 100644
--- a/configure.ng
+++ b/configure.ng
@@ -193,6 +193,7 @@ AC_CHECK_HEADERS_ONCE([ \
 	stddef.h \
 	stdint.h \
 	sys/resource.h \
+	sys/un.h \
 	varargs.h \
 ])