summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-06-28 02:13:48 +0200
committerKevin Steves <stevesk@pobox.com>2001-06-28 02:13:48 +0200
commit37a777e98b95571fc570e7d161cb1b20b81dcf1d (patch)
tree70bf2dd74dc7deec85dfe9f50031357d08ef5a73 /defines.h
parent - (stevesk) for HP-UX 11.X use X/Open socket interface; (diff)
downloadopenssh-37a777e98b95571fc570e7d161cb1b20b81dcf1d.tar.xz
openssh-37a777e98b95571fc570e7d161cb1b20b81dcf1d.zip
- (stevesk) fix x11 forwarding from _PATH_XAUTH change
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/defines.h b/defines.h
index 8a3d08c98..1aaebc528 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.66 2001/06/10 17:35:46 mouring Exp $ */
+/* $Id: defines.h,v 1.67 2001/06/28 00:13:48 stevesk Exp $ */
/* Some platforms need this for the _r() functions */
#if !defined(_REENTRANT) && !defined(SNI)
@@ -335,8 +335,8 @@ struct winsize {
#endif
/* Define this to be the path of the xauth program. */
-#ifndef XAUTH_PATH
-#define XAUTH_PATH "/usr/X11R6/bin/xauth"
+#ifdef XAUTH_PATH
+#define _PATH_XAUTH XAUTH_PATH
#endif /* XAUTH_PATH */
#ifndef _PATH_TTY