Lines Matching refs:SECURE_RPC
3666 [SECURE_RPC=$enableval], [SECURE_RPC="try"])
3668 if test "x$SECURE_RPC" = "xyes" -o "x$SECURE_RPC" = "xtry" ; then
3673 if test "x$SECURE_RPC" = "xyes" ; then
3676 SECURE_RPC="no"
3680 SECURE_RPC="yes"
3684 if test "x$SECURE_RPC" = "xyes" ; then
3685 AC_DEFINE(SECURE_RPC, 1, [Support Secure RPC ("SUN-DES-1") authentication for X11 clients])
3687 AC_MSG_RESULT($SECURE_RPC)