Lines Matching refs:SECURE_RPC
3496 [SECURE_RPC=$enableval], [SECURE_RPC="try"])
3498 if test "x$SECURE_RPC" = "xyes" -o "x$SECURE_RPC" = "xtry" ; then
3503 if test "x$SECURE_RPC" = "xyes" ; then
3506 SECURE_RPC="no"
3510 SECURE_RPC="yes"
3514 if test "x$SECURE_RPC" = "xyes" ; then
3515 AC_DEFINE(SECURE_RPC, 1, [Support Secure RPC ("SUN-DES-1") authentication for X11 clients])
3517 AC_MSG_RESULT($SECURE_RPC)