]> andersk Git - openssh.git/blobdiff - defines.h
- (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current
[openssh.git] / defines.h
index dac711e7773b878c85fe261015da8ad0a92367d6..9715c1a9f625e85647137bfd00c352fe188dff54 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -450,6 +450,10 @@ struct winsize {
 # define __sentinel__
 #endif
 
+#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
+# define __bounded__(x, y, z)
+#endif
+
 /* *-*-nto-qnx doesn't define this macro in the system headers */
 #ifdef MISSING_HOWMANY
 # define howmany(x,y)  (((x)+((y)-1))/(y))
This page took 0.087632 seconds and 4 git commands to generate.