} That's true, if you are going to go that far, you should probably
} just check for snprintf/etc...
Actually, we already have HAVE_WINDOWS_H in our config file, so we're
not going very far at all. :-) You're right checking for _snprintf etc
is a bit safer (though you have to #include windows.h in your
configure-script test anyway), but a lot more work for almost no gain.