sha1sum and openbsd

2013-02-15 Thread Mike Gran
Hello- Tried using bootstrap on OpenBSD.  It worked fairly well. But since OpenBSD doesn't have an sha1sum package, you can fake it with the following script. -- #!/bin/sh if test "x$1" = "x--version"; then   echo "sha1sum (fake) 0.0";   exit 0; else   sha1 -r $1; fi -- Thanks, -Mike Gran

visibility.m4

2009-11-01 Thread Mike Gran
LAGS_VISIBILITY and HAVE_VISIBILITY on those platforms that don't actually support it. What do you think? Thanks -Mike Gran

u32 and towupper

2009-02-06 Thread Mike Gran
just going from what I've read.) If that is true, then it would be neat to have u32_toupper and u32_tolower functions.  Thanks, Mike Gran