From c8928081a5a9cbfaf16b14d4db57476bda8e1189 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 Sep 2002 13:59:02 +0000 Subject: Cygwin port fix. svn path=/trunk/; revision=3692 --- fetchmail.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index bf67a280..7b2f0436 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -647,4 +647,10 @@ char *strerror (); } while(0) #endif /* FETCHMAIL_DEBUG */ +#ifdef __CYGWIN__ +#define ROOT_UID 18 +#else /* !__CYGWIN__ */ +#define ROOT_UID 0 +#endif /* __CYGWIN__ */ + /* fetchmail.h ends here */ -- cgit v1.2.3