From 13aca2b797704181cd081868dd3129bc3951aa1f Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 7 Apr 1998 23:07:22 +0000 Subject: [PATCH] NEED_{,V}SNPRINTF_PROTO git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4759 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index b6dba9439..e761eb82e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -115,6 +115,12 @@ /* define if the system is missing a prototype for strtok_r() */ #undef NEED_HSTRERROR_PROTO +/* define if the system is missing a prototype for snprintf() */ +#undef NEED_SNPRINTF_PROTO + +/* define if the system is missing a prototype for vsnprintf() */ +#undef NEED_VSNPRINTF_PROTO + /* Define this if your `struct tm' has a field `tm_gmtoff' */ #undef HAVE_STRUCT_TM_TM_GMTOFF