]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
python: compile systemd support by default
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 7 Dec 2023 04:19:07 +0000 (04:19 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 7 Dec 2023 15:58:13 +0000 (08:58 -0700)
commit86217e811073bb02ebeb8d24cfc112142fe8fcd4
treee859dd3bd25ab4634959112dd3cc9d6e68a1eb46
parent592dcdcf243576bd2517d3da9bc18990de08e37e
python: compile systemd support by default

Compile systemd support file by default, there are two versions of
systemd functions available now, those get called based on the
--enable-systemd configuration, hence remove the #ifdef WITH_SYSTEMD
guards from bindings.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/python/cgroup.pxd.m4
src/python/libcgroup.pyx.m4