summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/includes.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-08-23 09:39:20 +0000
committerkris <kris@FreeBSD.org>2000-08-23 09:39:20 +0000
commitaba57a02e85fdc43b0afab2cd3dc4b2c1f6ce808 (patch)
tree6beaa695f3d6ded7ad0f8e2a8274adfdfda89d24 /crypto/openssh/includes.h
parent2e6e494673a01f28641a025e69405445a771bd88 (diff)
downloadFreeBSD-src-aba57a02e85fdc43b0afab2cd3dc4b2c1f6ce808.zip
FreeBSD-src-aba57a02e85fdc43b0afab2cd3dc4b2c1f6ce808.tar.gz
Respect X11BASE to derive the location of xauth(1)
PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
Diffstat (limited to 'crypto/openssh/includes.h')
-rw-r--r--crypto/openssh/includes.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud