From 37a777e98b95571fc570e7d161cb1b20b81dcf1d Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 28 Jun 2001 00:13:48 +0000 Subject: - (stevesk) fix x11 forwarding from _PATH_XAUTH change --- defines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'defines.h') diff --git a/defines.h b/defines.h index 8a3d08c9..1aaebc52 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 -- cgit v1.2.3