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

#Will not build without the Mail News client
#config_query  SEAMONKEY_MAILNEWS                             \
#                     "Build Mail News client?"        \
#                      n                                   &&

config_query  SEAMONKEY_COMPOSER                          \
                     'Build Composer component?'           \
                     n                                    &&

config_query  SEAMONKEY_CAIRO                             \
                     "Use system installed cairo?"        \
                      n                                   &&

config_query  SEAMONKEY_PANGO                             \
                     'Enable Pango support for complex font rendering?' \
                     n                                    &&

config_query  SEAMONKEY_STRIP                              \
                     'Remove debugging symbols?' \
                     n                                    &&

#Getting rid of that annoying nullplugin
config_query  SEAMONKEY_NULLPLUGIN                       \
"Do you want nullplugin installed (to enable auto search and install of other plugins)" \
              y
