From e74c568b07b50b97873fb4ee1d776dedefbd54d6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:05:04 +0200 Subject: New upstream version 1.32.12 --- config.h.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'config.h.in') 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 header file. */ #undef HAVE_PPPD_PPPD_H +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if you have the 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 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 -- cgit 1.3.0-6-gf8a5 From 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 13 Jan 2022 22:30:39 +0100 Subject: New upstream version 1.34.0 --- config.h.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 57a1625a..b3426b12 100644 --- a/config.h.in +++ b/config.h.in @@ -68,14 +68,17 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* By default the libreadline is used as readline library */ +#undef HAVE_EDITLINE_READLINE + /* has getrandom */ #undef HAVE_GETRANDOM /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* Define to 1 if you have the header file. */ -#undef HAVE_HISTORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_HISTEDIT_H /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV @@ -101,18 +104,12 @@ /* Have PTHREAD_PRIO_INHERIT. */ #undef HAVE_PTHREAD_PRIO_INHERIT -/* Define to 1 if you have the header file. */ -#undef HAVE_READLINE_H - -/* Define if your readline library has \`add_history' */ +/* Explicitly set to 0 when libreadline shall not be used */ #undef HAVE_READLINE_HISTORY /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H -/* Define to 1 if you have the header file. */ -#undef HAVE_READLINE_READLINE_H - /* Define to 1 if you have the `secure_getenv' function. */ #undef HAVE_SECURE_GETENV @@ -356,6 +353,9 @@ /* Define if you have oFono support (experimental) */ #undef WITH_OFONO +/* Whether we build with OVS plugin */ +#undef WITH_OPENVSWITCH + /* Define if you have PPP support */ #undef WITH_PPP -- cgit 1.3.0-6-gf8a5