summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-10-06 14:27:26 +0000
committerdes <des@FreeBSD.org>2006-10-06 14:27:26 +0000
commitd75fd1fec60649ada2e782efe9dce45225eea704 (patch)
treef6cb8abe906bb3c3d592cda0eed4f9ed421ac7fa /crypto/openssh/config.h
parentec61c3c64a64d1a499de7c194ee242393df43770 (diff)
downloadFreeBSD-src-d75fd1fec60649ada2e782efe9dce45225eea704.zip
FreeBSD-src-d75fd1fec60649ada2e782efe9dce45225eea704.tar.gz
Don't define XAUTH_PATH here, we either pass it in on the compiler command
line or rely on the built-in default.
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud