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.meson | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.h.meson') diff --git a/config.h.meson b/config.h.meson index a911dbe2..432402d5 100644 --- a/config.h.meson +++ b/config.h.meson @@ -67,7 +67,10 @@ /* Define to path of iptables binary */ #mesondefine IPTABLES_PATH -/* Define to path to the Jansson shared library */ +/* Define to path of nft binary */ +#mesondefine NFT_PATH + +//* Define to path to the Jansson shared library */ #mesondefine JANSSON_SONAME /* Define to path of the kernel firmware directory */ -- 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.meson | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.h.meson') diff --git a/config.h.meson b/config.h.meson index 432402d5..901535cf 100644 --- a/config.h.meson +++ b/config.h.meson @@ -224,6 +224,9 @@ /* Define if you have oFono support (experimental) */ #mesondefine WITH_OFONO +/* Whether we build with OVS plugin */ +#mesondefine WITH_OPENVSWITCH + /* Define if you have PPP support */ #mesondefine WITH_PPP @@ -255,3 +258,10 @@ #mesondefine HAVE_PIDFD_OPEN #mesondefine HAVE_PIDFD_SEND_SIGNAL #mesondefine HAVE_RT_SIGQUEUEINFO + +/* Define to 1 if you want to use -ledit, otherwise 0 for default -lreadline. */ +#mesondefine HAVE_EDITLINE_READLINE + +/* Define to 1 if you have history support from -lreadline. */ +#mesondefine HAVE_READLINE_HISTORY + -- cgit 1.3.0-6-gf8a5