summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/includes.h
diff options
context:
space:
mode:
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