config_query_option DICTD_OPTS                                \
                    "Use predefined dict servers" y           \
                    "--enable-dictorg"                        \
                    "--disable-dictorg"                       &&
config_query_option DICTD_OPTS                                \
                    "With plugin support" y                   \
                    "--enable-plugin"                         \
                    "--disable-plugin"                        &&
config_query_option DICTD_OPTS                                \
                    "Use system wcXXX and mbXXX functions" y  \
                    "--with-system-utf8-funcs"                \
                    "--without-system-utf8-funcs"             &&
config_query_list DICTD_REGEXP                                \
                  "Which regexp library do you wish to use?"  \
                  libc tre pcre builtin                       &&
. $GRIMOIRE/config_query_multi.function
config_query_multi DICTD_BUILD                                \
                   "What part do you wish to build?"          \
                   both client server
