Show
Ignore:
Timestamp:
02/21/10 21:36:31 (5 months ago)
Author:
phk
Message:

Evict the [v]asprintf compat & configure stuff, we have stopped using
these functions.

The [v]asprintf() functions are convenient shorthand, but suffer from
a number of problems, portability, cornercases and performance being
the most relevant to Varnish.

Static buffers on the stack (see [v]bprintf macros, or sbufs (vsb)
are always better choices for us.

Location:
trunk/varnish-cache/lib/libvarnishcompat
Files:
2 removed
1 modified

Legend:

Unmodified
Added
Removed