config_query_option  NETATALK_OPTS                        \
                     "Enable admin group?"    y  \
                     "--enable-admin-group"      \
                     "--disable-admin-group"     &&

config_query_option  NETATALK_OPTS                                 \
                     "Enable timelord (time server)?"  n  \
                     "--enable-timelord"                  \
                     "--disable-timelord"                 &&

config_query_option  NETATALK_OPTS                            \
                     "Enable valid shell check?"  y  \
                     "--enable-shell-check"          \
                     "--disable-shell-check"         &&

config_query_option  NETATALK_OPTS                            \
                     "Enable filename mangling?"  y  \
                     "--with-mangling"               \
                     "--without-mangling"            &&

config_query_option  NETATALK_OPTS                                    \
                     "Enable Andrew FileSystem support?"  n  \
                     "--enable-afs"                          \
                     "--disable-afs"                         &&

config_query_option  NETATALK_OPTS              \
                     "Enable DDP?"  y  \
                     "--enable-ddp"    \
                     "--disable-ddp"   &&

config_query_option  NETATALK_OPTS                        \
                     "Enable AFP 3.x calls?"  y  \
                     "--enable-afp3"             \
                     "--disable-afp3"            &&

config_query_option  NETATALK_OPTS                                                   \
                     "Enable the EXPERIMENTAL dropbox fix (INSECURE!)?"  n  \
                     "--enable-dropkludge"                                  \
                     "--disable-dropkludge"                                 &&

config_query_option  NETATALK_OPTS                             \
                     "Enable Apple2 boot server?"  n  \
                     "--enable-a2boot"                \
                     "--disable-a2boot"               &&

config_query_option  NETATALK_OPTS                     \
                     "Enable debug code?"  n  \
                     "--enable-debug1"        \
                     "--disable-debug1"       &&

config_query_option  NETATALK_OPTS                                                    \
                     "Enable CNID with Concurrent DBD Data Store (cdb)?"  y  \
                     "--with-cnid-cdb-backend"                               \
                     "--without-cnid-cdb-backend"                            &&

config_query_option  NETATALK_OPTS                                                     \
                     "Enable CNID with Database Daemon Data Store (dbd)?"  y  \
                     "--with-cnid-dbd-backend"                                \
                     "--without-cnid-dbd-backend"                             &&

config_query_option  NETATALK_OPTS                                              \
                     "Enable transaction support for dbd backend?"  n  \
                     "--with-cnid-dbd-txn"                             \
                     "--without-cnid-dbd-txn"                          &&

config_query_option  NETATALK_OPTS                                                 \
                     "Enable CNID with transactional BDB Data Store?"  n  \
                     "--with-cnid-db3-backend"                            \
                     "--without-cnid-db3-backend"                         &&

config_query_option  NETATALK_OPTS                           \
                     "Enable LAST CNID scheme?"  y  \
                     "--with-cnid-last-backend"     \
                     "--without-cnid-last-backend"  &&

config_query_option  NETATALK_OPTS                           \
                     "Enable HASH CNID scheme?"  n  \
                     "--with-cnid-hash-backend"     \
                     "--without-cnid-hash-backend"  &&

config_query_option  NETATALK_OPTS                          \
                     "Enable DID CNID scheme?"  n  \
                     "--with-cnid-tdb-backend"     \
                     "--without-cnid-tdb-backend"  &&

config_query_option  NETATALK_OPTS                           \
                     "Enable MTAB CNID scheme?"  n  \
                     "--with-mtab-backend"          \
                     "--without-mtab-backend"
