about summary refs log tree commit diff
path: root/config.h.meson
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2020-05-19 16:38:36 +0200
committerSebastien Bacher <seb128@ubuntu.com>2020-05-19 17:09:07 +0200
commitccf6dc06bbee82c3d49f451545c5317337e0777e (patch)
treea8fddc8c6e2b3b99bebab1d5bb2a64581eff4bfd /config.h.meson
parentf109e55ef130ce84054d5ba3acf4b71cd8c7564a (diff)
parent7ffed1e6136de75188f10ba8763bcb942f932f8e (diff)
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson9
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