config_query_option  QT_IPV6    "Enable IPv6 support?"                  n  \
                                "-ipv6"                                    \
                                "-no-ipv6"                                 &&

config_query_option  QT_DEBUG   "Compile with debugging symbols?"       n  \
                                "-debug"                                   \
                                "-release"                                 &&

config_query_option  QT_THREAD  "Enable threading support?"             y  \
                                "-thread"                                  \
                                "-no-thread"                               &&

config_query_option  QT_NIS     "Enable Network Information Services?"  y  \
                                "-nis"                                     \
                                "-no-nis"

#
# Some of these seem to fail to compile; needs more testing
#
#config_query_list  QT_GFX_DRIVER  "Enable which graphics driver?"          \
#                   mach64  matrox  qvfb  shadowfb  snap  transformed       \
#                   vga16  vnc  voodoo
