=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.64.2.1 retrieving revision 1.64.2.2 diff -u -r1.64.2.1 -r1.64.2.2 --- src/usr.bin/ssh/readconf.h 2005/03/10 16:28:27 1.64.2.1 +++ src/usr.bin/ssh/readconf.h 2005/09/02 03:45:00 1.64.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.64.2.1 2005/03/10 16:28:27 brad Exp $ */ +/* $OpenBSD: readconf.h,v 1.64.2.2 2005/09/02 03:45:00 brad Exp $ */ /* * Author: Tatu Ylonen @@ -116,6 +116,11 @@ int hash_known_hosts; } Options; +#define SSHCTL_MASTER_NO 0 +#define SSHCTL_MASTER_YES 1 +#define SSHCTL_MASTER_AUTO 2 +#define SSHCTL_MASTER_ASK 3 +#define SSHCTL_MASTER_AUTO_ASK 4 void initialize_options(Options *); void fill_default_options(Options *);