From d75fd1fec60649ada2e782efe9dce45225eea704 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 6 Oct 2006 14:27:26 +0000 Subject: Don't define XAUTH_PATH here, we either pass it in on the compiler command line or rely on the built-in default. --- crypto/openssh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index e6d1533..88412ab 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1314,7 +1314,7 @@ /* #undef WORDS_BIGENDIAN */ /* Define if xauth is found in your path */ -#define XAUTH_PATH "/usr/X11R6/bin/xauth" +/* #undef XAUTH_PATH */ /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ -- cgit v1.1