diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:51 +0200 |
| commit | 96642ebde58e1eea692aea6a92d33f45452fa9c0 (patch) | |
| tree | 106ddfa2180b3997e8965787b5cb122982ebab9d /config.h.in | |
| parent | 8f6881ac06714ef99cc470a03e7ac0ce1af49a16 (diff) | |
| parent | d460892bbfece74fb6d3cd846bf6ef548290be41 (diff) | |
Merge branch 'upstream/latest' of https://salsa.debian.org/utopia-team/network-manager into upstream/latestt pu
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 |