config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n &&

config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may \
be restricted in distributing these binaries IAW mozilla policies" n &&

config_query FIREFOX_SAFE "Enable safe browsing (anti-phishing) implementation?" n &&

config_query  FIREFOX_STRIP                              \
                     'Remove debugging symbols (they are BIG, stripped by upstream default)?' \
                     y
config_query  FIREFOX_SDK                              \
                     'Install SDK (including a non-stripped huge copy of libxul.so)?' \
                     n &&
config_query  FIREFOX_PGO                              \
                     'Enable profile guided optimizations (takes twice as long to build)?' \
                     n
