]> andersk Git - gssapi-openssh.git/blobdiff - openssh/buffer.h
Initial revision
[gssapi-openssh.git] / openssh / buffer.h
index ecc4aea83193405b762397c6d47918e2369eb5ae..057d643b6aa19db7d9a118e1e21414fd01f8a225 100644 (file)
@@ -16,6 +16,9 @@
 #ifndef BUFFER_H
 #define BUFFER_H
 
+/* move the following to a more appropriate place and name */
+#define BUFFER_MAX_LEN_HPN          0x4000000  /* 64MB */
+
 typedef struct {
        u_char  *buf;           /* Buffer for data. */
        u_int    alloc;         /* Number of bytes allocated for data. */
This page took 0.118109 seconds and 4 git commands to generate.