about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 09:24:19 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-03 12:01:26 -0500
commit240934659cd8326a14324c73d4f0f88eecfddcab (patch)
treee07cde48aa0a143bebf10ca7103cc0e69febad25 /config.h.in
parentfbe61ddadf4a89800a8e3651ae91099259ddf2ad (diff)
parent1628eda029ba4dede8d4d45572c6b60367882436 (diff)
Merge tag 'debian/1.34.0-2' into ubuntu/master
network-manager Debian release 1.34.0-2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 9 insertions, 9 deletions
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 <dlfcn.h> 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 <history.h> header file. */
-#undef HAVE_HISTORY_H
+/* Define to 1 if you have the <histedit.h> 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 <readline.h> 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 <readline/history.h> header file. */
 #undef HAVE_READLINE_HISTORY_H
 
-/* Define to 1 if you have the <readline/readline.h> 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