diff -rup fetchmail-6.2.5.orig/rcfile_y.y fetchmail-6.2.5/rcfile_y.y --- fetchmail-6.2.5.orig/rcfile_y.y 2003-10-15 15:22:31.000000000 -0400 +++ fetchmail-6.2.5/rcfile_y.y 2003-11-03 12:41:40.439094400 -0500 @@ -26,6 +26,10 @@ #include #endif /* NET_SECURITY */ +#if defined(__CYGWIN__) +#include +#endif /* __CYGWIN__ */ + #include "fetchmail.h" #include "i18n.h" @@ -437,6 +441,9 @@ int prc_filecheck(const char *pathname, } #ifndef __BEOS__ +#ifdef __CYGWIN__ + if (cygwin_internal(CW_CHECK_NTSEC, pathname)) +#endif /* __CYGWIN__ */ if (statbuf.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH | S_IXOTH)) { fprintf(stderr, GT_("File %s must have no more than -rwx--x--- (0710) permissions.\n"),