diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:36 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 17:09:07 +0200 |
| commit | ccf6dc06bbee82c3d49f451545c5317337e0777e (patch) | |
| tree | a8fddc8c6e2b3b99bebab1d5bb2a64581eff4bfd /config.h.in | |
| parent | f109e55ef130ce84054d5ba3acf4b71cd8c7564a (diff) | |
| parent | 7ffed1e6136de75188f10ba8763bcb942f932f8e (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 7a10aba4..590d6a09 100644 --- a/config.h.in +++ b/config.h.in @@ -49,10 +49,22 @@ don't. */ #undef HAVE_DECL_MEMFD_CREATE +/* Define to 1 if you have the declaration of `pidfd_open', and to 0 if you + don't. */ +#undef HAVE_DECL_PIDFD_OPEN + +/* Define to 1 if you have the declaration of `pidfd_send_signal', and to 0 if + you don't. */ +#undef HAVE_DECL_PIDFD_SEND_SIGNAL + /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you don't. */ #undef HAVE_DECL_REALLOCARRAY +/* Define to 1 if you have the declaration of `rt_sigqueueinfo', and to 0 if + you don't. */ +#undef HAVE_DECL_RT_SIGQUEUEINFO + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -207,6 +219,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* polkit-agent package prefix */ +#undef POLKIT_PACKAGE_PREFIX + /* Define to path of pppd binary */ #undef PPPD_PATH @@ -325,9 +340,6 @@ /* Define if you have oFono support (experimental) */ #undef WITH_OFONO -/* Define if you have polkit agent */ -#undef WITH_POLKIT_AGENT - /* Define if you have PPP support */ #undef WITH_PPP |