[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using strlcpy/strlcat in non-OpenBSD applications.
- To: tech_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Using strlcpy/strlcat in non-OpenBSD applications.
- From: Dug Song <dugsong_(_at_)_monkey_(_dot_)_org>
- Date: Mon, 4 Dec 2000 13:30:08 -0500
On Mon, Dec 04, 2000 at 10:50:19AM -0700, Todd C. Miller wrote:
> AC_CHECK_FUNC(strlcpy, AC_DEFINE(HAVE_STRLCPY), LIBOBJS="$LIBOBJS strlcpy.o")
> AC_CHECK_FUNC(strlcat, AC_DEFINE(HAVE_STRLCAT), LIBOBJS="$LIBOBJS strlcat.o")
fwiw, this is equivalent to
AC_REPLACE_FUNCS(strlcpy strlcat)
-d.
---
http://www.monkey.org/~dugsong/
Visit your host, monkey.org