diff options
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h.meson b/config.h.meson index 0a83f825..009c635d 100644 --- a/config.h.meson +++ b/config.h.meson @@ -221,8 +221,8 @@ /* Define if you have oFono support (experimental) */ #mesondefine WITH_OFONO -/* Define if you have polkit agent */ -#mesondefine WITH_POLKIT_AGENT +/* Define the polkit agent package prefix */ +#mesondefine POLKIT_PACKAGE_PREFIX /* Define if you have PPP support */ #mesondefine WITH_PPP @@ -249,5 +249,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #mesondefine _POSIX_SOURCE -/* Define to `int' if <sys/types.h> does not define. */ -#mesondefine pid_t +#mesondefine HAVE_PIDFD_OPEN +#mesondefine HAVE_PIDFD_SEND_SIGNAL +#mesondefine HAVE_RT_SIGQUEUEINFO |