config_query_string DANS_CGIDIR 'Where would you like the CGI scripts?' "/usr/share/www/$SPELL" && if [[ "${SMGL_COMPAT_ARCHS[0]}" == "32" ]]; then config_query_string DG_OPTS "Enable Large File Support" fi && config_query_option DG_OPTS "Enable support for ICAP AV?" \ "n" \ "--enable-icap" \ "--disable-icap" && config_query_option DG_OPTS "Enable support for ICAP AV?" \ "n" \ "--enable-icap" \ "--disable-icap" && config_query_option DG_OPTS "Enable support for Kapersky AV?" \ "n" \ "--enable-kavd" \ "--disable-kavd" && config_query_option DG_OPTS "Enable support for command-line scanner?" \ "n" \ "--enable-commandline" \ "--disable-commandline" && config_query_option DG_OPTS "Enable support for fancy download manager?" \ "y" \ "--enable-fancydm" \ "--disable-fancydm" && config_query_option DG_OPTS "Enable support for trickle download manager?" \ "n" \ "--enable-trickledm" \ "--disable-trickledm" && config_query_option DG_OPTS "Enable support for email reporting?" \ "n" \ "--enable-email" \ "--disable-email" .