darren Steven - 2003-06-17

Hi guys,

well done on a useful tool. I had a need to recieve streams on windows hosts, so have a few mods to 0.70 to build under the latest cygwin. sorry, no diff's, but here's what to do:

1. The include sections in each.c file need to include rude.h AFTER the other system include files instead of after config.h

2. mlockall/munlockall is unsupported, so wrap the relevent references to those code blocks with

#ifndef __CYGWIN__
...lockall/unlockall blocks
#endif

still seems to be OK under linux with these changes as well

It is not extensively tested (win2k only), but seems to work OK. Hope it is useful for others as well

Regards,

Darren Steven