]> andersk Git - openssh.git/blobdiff - readconf.h
- djm@cvs.openbsd.org 2004/04/27 09:46:37
[openssh.git] / readconf.h
index 9d70fee6738dd2eeab6199401a035f49511c4161..6680559433f0f4a9a99141ae91f057a6126b4ea0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: readconf.h,v 1.61 2004/04/18 23:10:26 djm Exp $       */
+/*     $OpenBSD: readconf.h,v 1.62 2004/04/27 09:46:37 djm Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -27,6 +27,8 @@ typedef struct {
 }       Forward;
 /* Data structure for representing option data. */
 
+#define MAX_SEND_ENV   256
+
 typedef struct {
        int     forward_agent;  /* Forward authentication agent. */
        int     forward_x11;    /* Forward X11 display. */
@@ -103,6 +105,9 @@ typedef struct {
        int     identities_only;
        int     server_alive_interval; 
        int     server_alive_count_max;
+
+       int     num_send_env;
+       char   *send_env[MAX_SEND_ENV];
 }       Options;
 
 
This page took 0.038678 seconds and 4 git commands to generate.