Cast input to tolower() to unsigned char to work around how tolower() is implemented on NetBSD.
Also, use CPPFLAGS (rather than overriding CFLAGS) for the NetBSD/DragonFly build example.
Signed-off-by: Jonathan A. Kollasch jakllsch@kollasch.net ---