diff options
author | Wim Taymans <wtaymans@redhat.com> | 2018-10-18 09:50:43 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2018-10-18 10:47:21 +0200 |
commit | e5dcacdefbdf50f23b51d3cb172a398aa5e9309f (patch) | |
tree | 204be1a40ccb3b66a6ce274c51e2f6619580e49d /config.h.meson | |
parent | 9fdb8a0e5f4da704338d5ab38df4682f8b48f5d4 (diff) |
add systemd socket activation
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 335f3de5..ad0b79d0 100644 --- a/config.h.meson +++ b/config.h.meson @@ -317,6 +317,9 @@ /* Define to 1 if you have the <winsock2.h> header file. */ #mesondefine HAVE_WINSOCK2_H +/* for the systemd header files */ +#mesondefine HAVE_SYSTEMD_DAEMON + /* the host CPU */ #mesondefine HOST_CPU |