config_query  QINGY_XINIT  'Allow X server to accept tcp connections?'    n  &&

config_query_option  QINGY_SCREENSAVERS  'Enable screen savers?'          y  \
                     '--enable-screen-savers'  '--disable-screen-savers'     &&

config_query_list QINGY_CRYPTO 'Which library do you prefer to encrypt internal communication?' openssl libgcrypt none

config_query_option  QINGY_OPTIMIZATIONS  'Enable optimizations?'         y  \
                     '--enable-optimizations'  '--disable-optimizations'     &&

config_query_option  QINGY_STATIC  'Build statically?'                  n  \
                     '--enable-static-build'  '--disable-static-build'
