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