Deleted Added
full compact
readconf.h (192595) readconf.h (197679)
1/* $OpenBSD: readconf.h,v 1.78 2009/02/12 03:00:56 djm Exp $ */
1/* $OpenBSD: readconf.h,v 1.79 2009/06/27 09:35:06 andreas Exp $ */
2
3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
7 * Functions for reading the configuration file.
8 *
9 * As far as I am concerned, the code I have written for this software

--- 108 unchanged lines hidden (view full) ---

118 int tun_open; /* tun(4) */
119 int tun_local; /* force tun device (optional) */
120 int tun_remote; /* force tun device (optional) */
121
122 char *local_command;
123 int permit_local_command;
124 int visual_host_key;
125
2
3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
5 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
6 * All rights reserved
7 * Functions for reading the configuration file.
8 *
9 * As far as I am concerned, the code I have written for this software

--- 108 unchanged lines hidden (view full) ---

118 int tun_open; /* tun(4) */
119 int tun_local; /* force tun device (optional) */
120 int tun_remote; /* force tun device (optional) */
121
122 char *local_command;
123 int permit_local_command;
124 int visual_host_key;
125
126 int use_roaming;
127
126} Options;
127
128#define SSHCTL_MASTER_NO 0
129#define SSHCTL_MASTER_YES 1
130#define SSHCTL_MASTER_AUTO 2
131#define SSHCTL_MASTER_ASK 3
132#define SSHCTL_MASTER_AUTO_ASK 4
133

--- 12 unchanged lines hidden ---
128} Options;
129
130#define SSHCTL_MASTER_NO 0
131#define SSHCTL_MASTER_YES 1
132#define SSHCTL_MASTER_AUTO 2
133#define SSHCTL_MASTER_ASK 3
134#define SSHCTL_MASTER_AUTO_ASK 4
135

--- 12 unchanged lines hidden ---