diff options
| author | Michael Biebl <biebl@debian.org> | 2021-10-01 23:05:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-10-01 23:05:04 +0200 |
| commit | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (patch) | |
| tree | 3469f17ea9af91f7ff169b890633bda68b0cf76e /config.h.in | |
| parent | bfe522304da217296e2a61040f58e35ec5d6f3f2 (diff) | |
New upstream version 1.32.12 upstream/1.32.12
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b61dbe94..57a1625a 100644 --- a/config.h.in +++ b/config.h.in @@ -86,6 +86,9 @@ /* Define if you have libaudit support */ #undef HAVE_LIBAUDIT +/* Define if you have a readline compatible library */ +#undef HAVE_LIBREADLINE + /* Define to 1 if libsystemd is available */ #undef HAVE_LIBSYSTEMD @@ -95,9 +98,15 @@ /* Define to 1 if you have the <pppd/pppd.h> header file. */ #undef HAVE_PPPD_PPPD_H +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if you have the <readline.h> header file. */ #undef HAVE_READLINE_H +/* Define if your readline library has \`add_history' */ +#undef HAVE_READLINE_HISTORY + /* Define to 1 if you have the <readline/history.h> header file. */ #undef HAVE_READLINE_HISTORY_H @@ -167,6 +176,9 @@ /* Path to netconfig */ #undef NETCONFIG_PATH +/* Define to path of nft binary */ +#undef NFT_PATH + /* The default value of the logging.audit configuration option */ #undef NM_CONFIG_DEFAULT_LOGGING_AUDIT @@ -225,6 +237,10 @@ /* Define to path of pppd binary */ #undef PPPD_PATH +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Path to resolvconf */ #undef RESOLVCONF_PATH |