Bruce Momjian <pgman@candle.pha.pa.us> writes:
> This adds some Win32 defines to cygwin defines --- this isn't all of
> them, but it is most.
You got at least some of these backwards, eg
> ! #ifndef __CYGWIN__
> ! #if defined(__CYGWIN__) || defined(WIN32)
Also, are you sure that it's really appropriate to handle the native
port like Cygwin in each of these cases? Maybe so, I didn't look...
regards, tom lane