diff options
| author | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
| commit | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (patch) | |
| tree | 7a7416ed410e72b6200f3d860fd315ec11cc106b /config.h.meson | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
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 |