diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in index 4ea66c92..ef7963da 100644 --- a/config.h.in +++ b/config.h.in @@ -3,14 +3,20 @@ /* Whether NM is built with address sanitizer */ #undef ASAN_BUILD -/* Define if dhcpcd supports IPv6 (6.x+) */ -#undef DHCPCD_SUPPORTS_IPV6 +/* Define path to dhclient */ +#undef DHCLIENT_PATH + +/* Define path to dhcpcanon */ +#undef DHCPCANON_PATH + +/* Define path to dhcpcd */ +#undef DHCPCD_PATH /* Define to path of dnsmasq binary */ #undef DNSMASQ_PATH /* Define to path of unbound dnssec-trigger-script */ -#undef DNSSEC_TRIGGER_SCRIPT +#undef DNSSEC_TRIGGER_PATH /* Define to 1 if translation of program messages to the user's native language is requested. */ @@ -27,12 +33,6 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE -/* Define if you have gnutls support */ -#undef HAVE_CRYPTO_GNUTLS - -/* Define if you have nss support */ -#undef HAVE_CRYPTO_NSS - /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT @@ -309,15 +309,9 @@ /* Define if you have libpsl */ #undef WITH_LIBPSL -/* Define if you have ModemManager1 support */ -#undef WITH_MODEM_MANAGER_1 - /* Define if you have oFono support (experimental) */ #undef WITH_OFONO -/* Define if you have OpenVSwitch support */ -#undef WITH_OPENVSWITCH - /* Define if you have polkit agent */ #undef WITH_POLKIT_AGENT @@ -327,9 +321,6 @@ /* Whether compilation of ibft setting plugin is enabled */ #undef WITH_SETTINGS_PLUGIN_IBFT -/* Define if you have Teamd control support */ -#undef WITH_TEAMDCTL - /* Define if you have Wi-Fi support */ #undef WITH_WIFI |