config_query_option DNSMASQ_IDN "Enable International Domain Name support?" \
                    y "-DHAVE_IDN"  "-DNO_IDN" &&

message "Dnsmasq can use uptime instead of RTC for timing, enable this when" &&
message "your RTC is broken or if your leasefiles are on a flash filesystem" &&
config_query_option DNSMASQ_RTC "Use uptime instead of RTC for timing?" \
                    n "-DHAVE_BROKEN_RTC" "" &&

config_query_option DNSMASQ_TFTP "Enable the built-in TFTP server?" \
                    y "-DHAVE_TFTP" "-DNO_TFTP" &&

config_query_option DNSMASQ_DHCP "Enable the built-in DHCP server?" \
                    y "-DHAVE_DHCP" "-DNO_DHCP" &&

config_query_option DNSMASQ_SCRIPT "Enable script actions on lease changes?" \
                    y "-DHAVE_SCRIPT" "-DNO_SCRIPT"
