more NEED_*SPRINTF_PROTO

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4886 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-05-15 22:59:48 +00:00
parent 9eb29a6c3e
commit f2987ac2bf

View File

@@ -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