summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/readconf.c b/readconf.c
index e9aa1818a..7ecbe96b7 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: readconf.c,v 1.79 2001/05/24 18:57:53 stevesk Exp $"); 15RCSID("$OpenBSD: readconf.c,v 1.80 2001/06/08 15:25:40 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "xmalloc.h" 18#include "xmalloc.h"
@@ -783,10 +783,10 @@ fill_default_options(Options * options)
783 options->forward_agent = 0; 783 options->forward_agent = 0;
784 if (options->forward_x11 == -1) 784 if (options->forward_x11 == -1)
785 options->forward_x11 = 0; 785 options->forward_x11 = 0;
786#ifdef XAUTH_PATH 786#ifdef _PATH_XAUTH
787 if (options->xauth_location == NULL) 787 if (options->xauth_location == NULL)
788 options->xauth_location = XAUTH_PATH; 788 options->xauth_location = _PATH_XAUTH;
789#endif /* XAUTH_PATH */ 789#endif
790 if (options->gateway_ports == -1) 790 if (options->gateway_ports == -1)
791 options->gateway_ports = 0; 791 options->gateway_ports = 0;
792 if (options->use_privileged_port == -1) 792 if (options->use_privileged_port == -1)