]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-snprintf.c
- jakob@cvs.openbsd.org 2001/08/02 16:14:05
[openssh.git] / openbsd-compat / bsd-snprintf.c
index c07ea6e5e0b57230785a43cc5cc8a1bafa05ed6b..cf3665ad1d852d84af346695a151dfd34dd778bb 100644 (file)
 
 RCSID("$Id$");
 
+#if defined(BROKEN_SNPRINTF)           /* For those with broken snprintf() */
+# undef HAVE_SNPRINTF
+# undef HAVE_VSNPRINTF
+#endif
+
 #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF)
 
 static void 
This page took 1.286811 seconds and 4 git commands to generate.