config_query JAVATEST "Do you want to enable some tests written in java?" n
config_query_option RSYSLOG_OPTS 'Integrate klog functionality?' y \
                                 '--enable-klog' \
                                 '--disable-klog' &&
config_query_option RSYSLOG_OPTS 'Enable networking support?' y \
                                 '--enable-inet' \
                                 '--disable-inet' &&
config_query_option RSYSLOG_OPTS 'Enable mail support?' n \
                                 '--enable-mail' \
                                 '--disable-mail' &&
config_query_option RSYSLOG_OPTS 'Enable diagnostic tools?' n \
                                 '--enable-diagtools' \
                                 '--disable-diagtools' &&
config_query_option RSYSLOG_TOPS 'Compile text input module (provides the ability to convert any standard text file into a syslog message)?' n \
                                 '--enable-imfile' \
                                 '--disable-imfile' &&
config_query RSYSLOG_CONF "Install a default rsyslog.conf?" n
