Russ Allbery wrote:
>> #ifdef HAVE_FCNTL_H
>> #include <fcntl.h>
>> #endif
> 
> There is no need to ifdef fcntl.h unless the code has to also compile on
> Windows (and there, I'm not sure if fcntl.h is available or not).  We
> don't care about SunOS any more.

fcntl.h is available on Windows.  The typical issue is that some of the
preprocessor symbols you expect to find on UNIX do not exist on Windows.

Jeffrey Altman

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to