From e4873b4d63d0bcd4914a1cee82599a13cfd77e47 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 5 Apr 2024 22:38:22 +0200 Subject: 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. --- configure.ng | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ng') 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 \ ]) -- cgit 1.4.1