config_query SNMPTT_MYSQL "Enable MySQL support?" n &&
config_query SNMPTT_POSTGRES "Enable Postgresql support?" n &&

if [[ "$SNMPTT_POSTGRES" == "y" ]]; then
	config_query_list SNMPTT_PG "Which Perl Postgresql driver to use?" dbd-pgpp dbd-pg
fi
