source  $SECTION_DIRECTORY/KDE_CONFIGURE  &&

config_query_option  KDEBASE_XCONSOLE                        \
                     "Build kdm with built-in xconsole?"  n  \
                     "--with-kdm-xconsole"                   \
                     "--without-kdm-xconsole"               &&

config_query_option  KDEBASE_DPMS                    \
                     "Enable DPMS power saving?"  y  \
                     "--with-dpms"                   \
                     "--without-dpms"               &&

config_query_option  KDEBASE_XDMCP              \
                     "Enable XDMCP in KDM?"  y  \
                     "--with-xdmcp"             \
                     "--without-xdmcp"

#
# These have linking errors
#
#config_query  KDEBASE_AFS   "Enable Andrew File System (needs krb4)"?  n
#config_query  KDEBASE_KRB4  "Enable Kerberos v4 authentication?"       n
#config_query  KDEBASE_KRB5  "Enable Kerberos v5 authentication?"       n
