K 10 svn:author V 8 kientzle K 8 svn:date V 27 2005-09-10T22:58:06.000000Z K 7 svn:log V 402 Style issue: Don't include where it is not actually needed. (wchar_t is defined in stddef.h, and only two files need more than that.) Portability: Since the wchar requirements are really quite modest, it's easy to define basic replacements for wcslen, wcscmp, wcscpy, etc, for use on systems that lack . In particular, this allows libarchive to be used on older OpenBSD systems. END