From f2987ac2bff11d99b9777c226f0f14a8b65cddb5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 15 May 1998 22:59:48 +0000 Subject: [PATCH] more NEED_*SPRINTF_PROTO git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4886 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/acconfig.h b/acconfig.h index e761eb82e..913f28a8e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -121,6 +121,18 @@ /* define if the system is missing a prototype for vsnprintf() */ #undef NEED_VSNPRINTF_PROTO +/* define if the system is missing a prototype for asnprintf() */ +#undef NEED_ASNPRINTF_PROTO + +/* define if the system is missing a prototype for asprintf() */ +#undef NEED_ASPRINTF_PROTO + +/* define if the system is missing a prototype for vasnprintf() */ +#undef NEED_VASNPRINTF_PROTO + +/* define if the system is missing a prototype for vasprintf() */ +#undef NEED_VASPRINTF_PROTO + /* Define this if your `struct tm' has a field `tm_gmtoff' */ #undef HAVE_STRUCT_TM_TM_GMTOFF