]> andersk Git - openssh.git/blobdiff - defines.h
- (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
[openssh.git] / defines.h
index 2412fdfd729f3cf3a69a28426bd42b99fab54720..903a9668f790e1047870107c98b12029b13f76f7 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -753,4 +753,12 @@ struct winsize {
 # define SSH_IOBUFSZ 8192
 #endif
 
+#ifndef _NSIG
+# ifdef NSIG
+#  define _NSIG NSIG
+# else
+#  define _NSIG 128
+# endif
+#endif
+
 #endif /* _DEFINES_H */
This page took 2.391876 seconds and 4 git commands to generate.