On 6/15/07, John Levon <levon(a)movementarian.org> wrote:
On Fri, Jun 15, 2007 at 05:21:30AM -0400, Daniel Veillard wrote:
> +#ifndef __linux__
> +#include <iso/limits_iso.h>
> +#endif
This looks like an odd header to include anyway. Mark why isn't limits.h
enough?
I'll check in a little bit.. I'll change this to sun (assuming there's a
good
reason for the include).
As far a strings.h goes, I'm not sure how HAVE_STRINGS_H would
help us. Not that I understand configure* very well...
In this case, both linux and solaris have string.h and strings.h. There
are some things defined in string.h in linux which are in strings.h
in solaris.
Mark.