]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/systemd.pc.in
util-lib: wrap personality() to fix up broken glibc error handling (#6766)
[thirdparty/systemd.git] / src / core / systemd.pc.in
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 prefix=@prefix@
9 systemdutildir=@rootlibexecdir@
10 systemdsystemunitdir=@systemunitdir@
11 systemdsystempresetdir=@systempresetdir@
12 systemduserunitdir=@userunitdir@
13 systemduserpresetdir=@userpresetdir@
14 systemdsystemconfdir=@pkgsysconfdir@/system
15 systemduserconfdir=@pkgsysconfdir@/user
16 systemdsystemunitpath=${systemdsystemconfdir}:/etc/systemd/system:/run/systemd/system:/usr/local/lib/systemd/system:${systemdsystemunitdir}:/usr/lib/systemd/system:/lib/systemd/system
17 systemduserunitpath=${systemduserconfdir}:/etc/systemd/user:/run/systemd/user:/usr/local/lib/systemd/user:/usr/local/share/systemd/user:${systemduserunitdir}:/usr/lib/systemd/user:/usr/share/systemd/user
18 systemdsystemgeneratordir=@systemgeneratordir@
19 systemdusergeneratordir=@usergeneratordir@
20 systemdsleepdir=@systemsleepdir@
21 systemdshutdowndir=@systemshutdowndir@
22 tmpfilesdir=@tmpfilesdir@
23 sysusersdir=@sysusersdir@
24 sysctldir=@sysctldir@
25 binfmtdir=@binfmtdir@
26 modulesloaddir=@modulesloaddir@
27 catalogdir=@catalogdir@
28 systemuidmax=@systemuidmax@
29 systemgidmax=@systemgidmax@
30
31 Name: systemd
32 Description: systemd System and Service Manager
33 URL: @PACKAGE_URL@
34 Version: @PACKAGE_VERSION@