summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/includes.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-08 15:25:41 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-08 15:25:41 +0000
commita58400f7d96462e1600047ac1eb72aebcebd145a (patch)
tree736fff5ea052e041fac61f702f405a6bcfca5e5d /usr.bin/ssh/includes.h
parentcd750a4e4d7c646f80fa6cf0bbc56cad0bc603af (diff)
move the path for xauth to pathnames.h
Diffstat (limited to 'usr.bin/ssh/includes.h')
-rw-r--r--usr.bin/ssh/includes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/includes.h b/usr.bin/ssh/includes.h
index 59258c2b0d4..9f98937165b 100644
--- a/usr.bin/ssh/includes.h
+++ b/usr.bin/ssh/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.14 2001/01/29 01:58:16 niklas Exp $ */
+/* $OpenBSD: includes.h,v 1.15 2001/06/08 15:25:40 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -57,9 +57,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include "version.h"
-/* Define this to be the path of the xauth program. */
-#define XAUTH_PATH "/usr/X11R6/bin/xauth"
-
/*
* Define this to use pipes instead of socketpairs for communicating with the
* client program. Socketpairs do not seem to work on all systems.