]> andersk Git - openssh.git/blobdiff - compat.h
- (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
[openssh.git] / compat.h
index 7d688cc9e5810b0b168a6d22beafd3114c3fd36e..cf92dbdeefcc04b558f6c75f4328c39985014a96 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: compat.h,v 1.39 2005/03/01 10:09:52 djm Exp $ */
+
 /*
  * Copyright (c) 1999, 2000, 2001 Markus Friedl.  All rights reserved.
  *
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
-/* RCSID("$OpenBSD: compat.h,v 1.28 2001/06/26 17:27:23 markus Exp $"); */
 
 #ifndef COMPAT_H
 #define COMPAT_H
 
-#define        SSH_PROTO_UNKNOWN       0x00
+#define        SSH_PROTO_UNKNOWN       0x00
 #define        SSH_PROTO_1             0x01
 #define        SSH_PROTO_1_PREFERRED   0x02
 #define        SSH_PROTO_2             0x04
 #define SSH_BUG_HBSERVICE      0x00010000
 #define SSH_BUG_OPENFAILURE    0x00020000
 #define SSH_BUG_DERIVEKEY      0x00040000
+#define SSH_BUG_DUMMYCHAN      0x00100000
+#define SSH_BUG_EXTEOF         0x00200000
+#define SSH_BUG_PROBE          0x00400000
+#define SSH_BUG_FIRSTKEX       0x00800000
+#define SSH_OLD_FORWARD_ADDR   0x01000000
 
 void     enable_compat13(void);
 void     enable_compat20(void);
This page took 0.030801 seconds and 4 git commands to generate.