]> andersk Git - openssh.git/blobdiff - defines.h
- djm@cvs.openbsd.org 2010/01/27 19:21:39
[openssh.git] / defines.h
index dc25cdc3e80efef03625a0dedff862e2c2757d6a..903a9668f790e1047870107c98b12029b13f76f7 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -749,4 +749,16 @@ struct winsize {
 #define INET6_ADDRSTRLEN 46
 #endif
 
+#ifndef SSH_IOBUFSZ
+# define SSH_IOBUFSZ 8192
+#endif
+
+#ifndef _NSIG
+# ifdef NSIG
+#  define _NSIG NSIG
+# else
+#  define _NSIG 128
+# endif
+#endif
+
 #endif /* _DEFINES_H */
This page took 0.61 seconds and 4 git commands to generate.