Lines Matching refs:SECURE_RPC
155 [SECURE_RPC=$enableval], [SECURE_RPC="try"])
157 if test "x$SECURE_RPC" = "xyes" -o "x$SECURE_RPC" = "xtry" ; then
162 if test "x$SECURE_RPC" = "xyes" ; then
165 SECURE_RPC="no"
169 SECURE_RPC="yes"
173 if test "x$SECURE_RPC" = "xyes" ; then
174 AC_DEFINE(SECURE_RPC, 1, [Support Secure RPC ("SUN-DES-1") authentication for X11 clients])
176 AC_MSG_RESULT($SECURE_RPC)