summaryrefslogtreecommitdiffstats
path: root/archive/burp/CONFIGURE
blob: f8a02a544d1c4ed7106da0c75cbf1e57f9036cf6 (plain) (blame)
1
2
3
4
5
6
7
config_query_option BURP_OPTS "Enable installing of include files?" n \
                              "--enable-includes" \
                              "--disable-includes" &&

config_query_option BURP_OPTS "Enable IPv6 support?" y \
                              "--enable-ipv6" \
                              "--disable-ipv6"