You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1997/01/20 01:31:53 UTC

Re: snprintf & FreeBSD 2.1.5

> Chuck Murcko wrote:
> > 
> > Build for FreeBSD 2.1.5 required adding
> > 
> > EXTRA_CFLAGS=-DHAVE_SNPRINTF
> > 
> > to Configuration.
> > 
> 
> Does that mean that util_snprintf.c didn't work/compile?
> It's the "required" part that has me curious :)

After removing the isascii() prototype, this compiles fine on
FreeBSD 2.[1-2].x. I seem to recall Marc suggesting that we should
use the ap_snprintf() if possible. The ap_snprintf() also seemed
to test slightly faster.