]> 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 68447f4cbad4f9b3c5b088e1136e27494ec0fd07..903a9668f790e1047870107c98b12029b13f76f7 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -753,8 +753,12 @@ struct winsize {
 # define SSH_IOBUFSZ 8192
 #endif
 
-#ifndef PRIu64
-# define PRIu64 "llu"
+#ifndef _NSIG
+# ifdef NSIG
+#  define _NSIG NSIG
+# else
+#  define _NSIG 128
+# endif
 #endif
 
 #endif /* _DEFINES_H */
This page took 0.039126 seconds and 4 git commands to generate.