From cb170cb225e62f6deda4911f0fbab2d6cd6b8062 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 1 Jul 2000 16:52:55 +1000 Subject: - (djm) Added check for broken snprintf() functions which do not correctly terminate output string and attempt to use replacement. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index f10370df4..b011d0421 100644 --- a/acconfig.h +++ b/acconfig.h @@ -6,6 +6,9 @@ @TOP@ +/* Define if your snprintf is busted */ +#undef BROKEN_SNPRINTF + /* Define if you are on NeXT */ #undef HAVE_NEXT -- cgit v1.2.3