K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2011-08-06T20:19:21.416821Z
K 7
svn:log
V 247
include <strings.h> if available

Do not include only <string.h> when <strings.h> is available.  It is
required by the XSI extensions to POSIX and may be the only place that
strncasecmp, for instance, is prototyped on some platforms like FreeBSD.

END
