I'd like to submit a patch to fix the breakage in 21.2 on NT due to my
user-name completion stuff. the *pwent() functions do not exist on
NT. Andy - do they exist on CYGWIN? Which is the right pre-processor
test to use?
#ifndef WINDOWSNT,
#ifndef HAVE_MS_WINDOWS,
something involving CYGWIN, or something completely different?
thanks