summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/servconf.c b/servconf.c
index e357d77a4..d1205a81f 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: servconf.c,v 1.82 2001/05/20 17:20:35 markus Exp $"); 13RCSID("$OpenBSD: servconf.c,v 1.83 2001/06/08 15:25:40 markus Exp $");
14 14
15#ifdef KRB4 15#ifdef KRB4
16#include <krb.h> 16#include <krb.h>
@@ -146,10 +146,10 @@ fill_default_server_options(ServerOptions *options)
146 options->x11_forwarding = 0; 146 options->x11_forwarding = 0;
147 if (options->x11_display_offset == -1) 147 if (options->x11_display_offset == -1)
148 options->x11_display_offset = 10; 148 options->x11_display_offset = 10;
149#ifdef XAUTH_PATH 149#ifdef _PATH_XAUTH
150 if (options->xauth_location == NULL) 150 if (options->xauth_location == NULL)
151 options->xauth_location = XAUTH_PATH; 151 options->xauth_location = _PATH_XAUTH;
152#endif /* XAUTH_PATH */ 152#endif
153 if (options->strict_modes == -1) 153 if (options->strict_modes == -1)
154 options->strict_modes = 1; 154 options->strict_modes = 1;
155 if (options->keepalives == -1) 155 if (options->keepalives == -1)