hi, there!
On Mon, 14 May 2001, Peter Eisentraut wrote:
> > > I have no objection to the gettext API, but I was and still am concerned
> > > about depending on GNU gettext's code, because of license conflicts.
> > > There is a BSD-license gettext clone project, but it doesn't look to be
> > > very far along.
> >
> > What's missing with it?
>
> * portability
>
> At first glance, uses strlcat and strlcpy. Didn't look further.
you can pull strlcat and strlcpy from *BSD source tree either
they are pretty portable :)
/fjoe