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.in | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
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 |