config_query_option PACKIT_OPTS "Enable debugging?" n \
                                "--enable-debug" \
                                "--disable-debug" &&

config_query_option PACKIT_OPTS "Enable packet capture support?" y \
                                "--with-capture" \
                                "--without-capture" &&

config_query_option PACKIT_OPTS "Enable packet injection support?" y \
                                "--with-injection" \
                                "--without-injection"
