diff options
author | des <des@FreeBSD.org> | 2006-10-06 14:27:26 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-10-06 14:27:26 +0000 |
commit | d75fd1fec60649ada2e782efe9dce45225eea704 (patch) | |
tree | f6cb8abe906bb3c3d592cda0eed4f9ed421ac7fa /crypto | |
parent | ec61c3c64a64d1a499de7c194ee242393df43770 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | crypto/openssh/config.h | 2 |
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 */ |