depends groff  &&

optional_depends openldap \
                 "--with-ldap" \
                 "--without-ldap" \
                 "for OpenLDAP support in dhcpd" &&

if is_depends_enabled $SPELL openldap; then
  config_query_option DHCP_OPTS "Enable OpenLDAP crypto support in dhcpd (needs openldap compiled with TLS/SSL)?" n \
                                "--with-ldapcrypto" \
                                "--without-ldapcrypto"
fi &&

suggest_depends dbus "" "" "for D-Bus support in DHCP client"
