From aba57a02e85fdc43b0afab2cd3dc4b2c1f6ce808 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 23 Aug 2000 09:39:20 +0000 Subject: Respect X11BASE to derive the location of xauth(1) PR: 17818 Submitted by: Bjoern Fischer --- crypto/openssh/includes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto') diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index 848a82f..9e181a7 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -58,7 +58,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "version.h" /* Define this to be the path of the xauth program. */ +#ifndef XAUTH_PATH #define XAUTH_PATH "/usr/X11R6/bin/xauth" +#endif /* * Define this to use pipes instead of socketpairs for communicating with the -- cgit v1.1