config_query_option FWKNOP_OPTS "Build the fwknop client?" y \
                                "--enable-client" \
                                "--disable-client" &&

config_query_option FWKNOP_OPTS "Build the fwknop server?" y \
                                "--enable-server" \
                                "--disable-server" &&

if list_find "$FWKNOP_OPTS" "--enable-server"; then
  config_query_option FWKNOP_OPTS "Enable the fwknopd digest-cache?" y \
                                  "--enable-digest-cache" \
                                  "--disable-digest-cache"
fi
